docs: set package-mode to false for pyproject (#4477)

This commit is contained in:
Vadym Barda
2025-04-30 12:09:18 -04:00
committed by GitHub
parent 49c10a9188
commit aa9651910c
2 changed files with 9 additions and 8 deletions
+6 -6
View File
@@ -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"
+3 -2
View File
@@ -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"