diff --git a/docs/poetry.lock b/docs/poetry.lock index 1e360e335..672cc20ee 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -3727,7 +3727,7 @@ url = "../libs/sdk-py" [[package]] name = "langgraph-supervisor" -version = "0.0.18" +version = "0.0.19" description = "An implementation of a supervisor multi-agent architecture using LangGraph" optional = false python-versions = ">=3.10" @@ -3737,18 +3737,18 @@ develop = false [package.dependencies] langchain-core = ">=0.3.40,<0.4.0" -langgraph = ">=0.3.5,<0.4.0" +langgraph = ">=0.3.5" langgraph-prebuilt = ">=0.1.7,<0.2.0" [package.source] type = "git" url = "https://github.com/langchain-ai/langgraph-supervisor-py" reference = "HEAD" -resolved_reference = "5cbfa9748ec809c0ee92c6a821fb18851b9ddfde" +resolved_reference = "d146c97af19271f435245ab0d4532b7f51ee360b" [[package]] name = "langgraph-swarm" -version = "0.0.10" +version = "0.0.11" description = "An implementation of a multi-agent swarm using LangGraph" optional = false python-versions = ">=3.10" @@ -3758,13 +3758,13 @@ develop = false [package.dependencies] langchain-core = ">=0.3.40,<0.4.0" -langgraph = ">=0.3.5,<0.4.0" +langgraph = ">=0.3.5" [package.source] type = "git" url = "https://github.com/langchain-ai/langgraph-swarm-py" reference = "HEAD" -resolved_reference = "472a871aed829dc7fd655819cd5fbc8b0291f507" +resolved_reference = "8879cd91cf799da9e217e382a2c56b5033575d37" [[package]] name = "langmem" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 37f356f33..1164e814e 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] -name = "langgraph-monorepo" +name = "langgraph-docs" version = "0.0.1" -description = "LangGraph monorepo" +description = "LangGraph docs" authors = [] license = "MIT" readme = "README.md" +package-mode = false [tool.poetry.dependencies] python = "^3.10"