From aeae796e609ef166a014497b0894e9243b73758a Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 23 Jul 2024 13:29:56 -0700 Subject: [PATCH] Update setup_pyproject.md --- docs/docs/cloud/deployment/setup_pyproject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cloud/deployment/setup_pyproject.md b/docs/docs/cloud/deployment/setup_pyproject.md index f2c499fbc..90d8245c0 100644 --- a/docs/docs/cloud/deployment/setup_pyproject.md +++ b/docs/docs/cloud/deployment/setup_pyproject.md @@ -20,7 +20,7 @@ After each step, an example file directory is provided to demonstrate how code c Dependencies can optionally be specified in one of the following files: `pyproject.toml`, `setup.py`, or `requirements.txt`. If none of these files is created, then dependencies can be specified later in the [LangGraph API configuration file](#create-langgraph-api-config). -Constraints: +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.1.7 langchain-core>=0.2.7