Skip to content

Commit 86582dc

Browse files
chore: Update constraints for API version 0.7.66 (#2974)
This PR updates the dependency constraints in the setup docs to match `api/constraints.txt`. Merge when convenient. **Changes detected as of API version 0.7.66** This update was automatically generated by the sync workflow in the langgraph-api repository. Co-authored-by: jkennedyvz <65985482+jkennedyvz@users.noreply.github.com>
1 parent 95ef23c commit 86582dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/langsmith/setup-app-requirements-txt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ orjson>=3.9.7
5454
httpx>=0.25.0
5555
tenacity>=8.0.0
5656
uvicorn>=0.26.0
57-
sse-starlette>=2.1.0,<2.2.0
57+
sse-starlette>=3.0.0,<3.4.0
5858
uvloop>=0.18.0
5959
httptools>=0.5.0
6060
jsonschema-rs>=0.20.0

src/langsmith/setup-pyproject.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ orjson>=3.9.7
5353
httpx>=0.25.0
5454
tenacity>=8.0.0
5555
uvicorn>=0.26.0
56-
sse-starlette>=2.1.0,<2.2.0
56+
sse-starlette>=3.0.0,<3.4.0
5757
uvloop>=0.18.0
5858
httptools>=0.5.0
5959
jsonschema-rs>=0.20.0

0 commit comments

Comments
 (0)