diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 25334c011..41fc448d6 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -25,30 +25,30 @@ Repository = "https://www.github.com/langchain-ai/langgraph" [dependency-groups] dev = [ - "pytest", - "pytest-cov", - "pytest-dotenv", - "pytest-mock", - "syrupy", - "httpx", - "pytest-watcher", - "mypy", - "ruff", - "jupyter", - "pytest-xdist[psutil]", - "pytest-repeat", + "pytest>=8.3.2", + "pytest-cov>=4.0.0", + "pytest-dotenv>=0.5.2", + "pytest-mock>=3.10.0", + "syrupy>=4.0.2", + "httpx>=0.26.0", + 'pytest-watcher>=0.4.1', + "mypy>=1.6.0", + "ruff>=0.6.2", + "jupyter>=1.0.0", + "pytest-xdist[psutil]>=3.6.1", + "pytest-repeat>=0.9.3", "langgraph-prebuilt", "langgraph-checkpoint", "langgraph-checkpoint-sqlite", "langgraph-checkpoint-postgres", "langgraph-sdk", - "psycopg[binary]", + 'psycopg[binary]>=3.0.0; python_version >= "3.10"', "uvloop==0.21.0beta1", - "pyperf", - "py-spy", - "types-requests", - "pycryptodome", - "langgraph-cli[inmem]", + "pyperf>=2.7.0", + "py-spy>=0.3.14", + "types-requests>=2.32.0.20240914", + "pycryptodome>=3.21.0", + "langgraph-cli[inmem]>=0.2.8", ] [tool.uv]