docs: update dependencies in setup docs (#1664)

This commit is contained in:
Vadym Barda
2024-09-09 20:08:16 -04:00
committed by GitHub
parent ad04d4e154
commit 215b87244b
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -36,9 +36,9 @@ Dependencies can optionally be specified in one of the following files: `pyproje
The dependencies below will be included in the image, you can also use them in your code, as long as with a compatible version range:
```
langgraph>=0.2.7,<0.3.0
langgraph-checkpoint>=1.0.4
langchain-core>=0.2.27,<0.3.0
langgraph>=0.2.18,<0.3.0
langgraph-checkpoint>=1.0.9
langchain-core>=0.2.38,<0.4.0
langsmith>=0.1.63
orjson>=3.9.7
httpx>=0.25.0
@@ -36,9 +36,9 @@ Dependencies can optionally be specified in one of the following files: `pyproje
The dependencies below will be included in the image, you can also use them in your code, as long as with a compatible version range:
```
langgraph>=0.2.7,<0.3.0
langgraph-checkpoint>=1.0.4
langchain-core>=0.2.27,<0.3.0
langgraph>=0.2.18,<0.3.0
langgraph-checkpoint>=1.0.9
langchain-core>=0.2.38,<0.4.0
langsmith>=0.1.63
orjson>=3.9.7
httpx>=0.25.0
@@ -49,8 +49,8 @@ uvloop>=0.18.0
httptools>=0.5.0
jsonschema-rs>=0.16.3
croniter>=1.0.1
structlog>=24.4.0
redis>=5.0.8,<6.0.0
structlog>=23.1.0
redis>=5.0.0,<6.0.0
```
Example `pyproject.toml` file: