Skip to content

Commit 59f8667

Browse files
chore: update langgraph latest version to 0.6.8 (#14775)
Update langgraph lockfiles and dependency package lockfiles. This performs the following updates: 1) Some langgraph lockfiles use langgraph `latest`. This will update langgraph and dependencies. 2) Some langgraph lockfiles use a pinned (non-latest) version of langgraph, but require the `latest` version of another package. This will update all such packages. ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) Co-authored-by: quinna-h <[email protected]>
1 parent 620dc72 commit 59f8667

23 files changed

+448
-415
lines changed

.riot/requirements/1010ab9.txt

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,47 @@
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1010ab9.in
66
#
77
annotated-types==0.7.0
8-
anyio==4.10.0
8+
anyio==4.11.0
99
attrs==25.3.0
1010
certifi==2025.8.3
1111
charset-normalizer==3.4.3
12-
coverage[toml]==7.10.4
12+
coverage[toml]==7.10.7
1313
distro==1.9.0
14+
greenlet==3.2.4
1415
h11==0.16.0
1516
httpcore==1.0.9
1617
httpx==0.28.1
1718
hypothesis==6.45.0
1819
idna==3.10
1920
iniconfig==2.1.0
20-
jiter==0.10.0
21+
jiter==0.11.0
2122
jsonpatch==1.33
2223
jsonpointer==3.0.0
2324
langchain==0.3.27
24-
langchain-core==0.3.74
25-
langchain-openai==0.3.30
26-
langchain-text-splitters==0.3.9
27-
langgraph==0.6.5
25+
langchain-core==0.3.78
26+
langchain-openai==0.3.34
27+
langchain-text-splitters==0.3.11
28+
langgraph==0.6.8
2829
langgraph-checkpoint==2.1.1
2930
langgraph-prebuilt==0.6.4
30-
langgraph-sdk==0.2.2
31-
langsmith==0.4.14
31+
langgraph-sdk==0.2.9
32+
langsmith==0.4.32
3233
mock==5.2.0
33-
openai==1.100.2
34+
openai==2.1.0
3435
opentracing==2.4.0
35-
orjson==3.11.2
36+
orjson==3.11.3
3637
ormsgpack==1.10.0
3738
packaging==25.0
3839
pluggy==1.6.0
39-
pydantic==2.11.7
40+
pydantic==2.11.10
4041
pydantic-core==2.33.2
4142
pygments==2.19.2
42-
pytest==8.4.1
43-
pytest-asyncio==1.1.0
44-
pytest-cov==6.2.1
45-
pytest-mock==3.14.1
46-
pyyaml==6.0.2
47-
regex==2025.7.34
43+
pytest==8.4.2
44+
pytest-asyncio==1.2.0
45+
pytest-cov==7.0.0
46+
pytest-mock==3.15.1
47+
pyyaml==6.0.3
48+
regex==2025.9.18
4849
requests==2.32.5
4950
requests-toolbelt==1.0.0
5051
sniffio==1.3.1
@@ -53,8 +54,8 @@ sqlalchemy==2.0.43
5354
tenacity==9.1.2
5455
tiktoken==0.11.0
5556
tqdm==4.67.1
56-
typing-extensions==4.14.1
57-
typing-inspection==0.4.1
57+
typing-extensions==4.15.0
58+
typing-inspection==0.4.2
5859
urllib3==2.5.0
59-
xxhash==3.5.0
60-
zstandard==0.24.0
60+
xxhash==3.6.0
61+
zstandard==0.25.0

.riot/requirements/10f2f3e.txt

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,50 @@
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/10f2f3e.in
66
#
77
annotated-types==0.7.0
8-
anyio==4.10.0
8+
anyio==4.11.0
99
async-timeout==4.0.3
1010
attrs==25.3.0
1111
backports-asyncio-runner==1.2.0
1212
certifi==2025.8.3
1313
charset-normalizer==3.4.3
14-
coverage[toml]==7.10.4
14+
coverage[toml]==7.10.7
1515
distro==1.9.0
1616
exceptiongroup==1.3.0
17+
greenlet==3.2.4
1718
h11==0.16.0
1819
httpcore==1.0.9
1920
httpx==0.28.1
2021
hypothesis==6.45.0
2122
idna==3.10
2223
iniconfig==2.1.0
23-
jiter==0.10.0
24+
jiter==0.11.0
2425
jsonpatch==1.33
2526
jsonpointer==3.0.0
2627
langchain==0.3.27
27-
langchain-core==0.3.74
28-
langchain-openai==0.3.30
29-
langchain-text-splitters==0.3.9
30-
langgraph==0.6.5
28+
langchain-core==0.3.78
29+
langchain-openai==0.3.34
30+
langchain-text-splitters==0.3.11
31+
langgraph==0.6.8
3132
langgraph-checkpoint==2.1.1
3233
langgraph-prebuilt==0.6.4
33-
langgraph-sdk==0.2.2
34-
langsmith==0.4.14
34+
langgraph-sdk==0.2.9
35+
langsmith==0.4.32
3536
mock==5.2.0
36-
openai==1.100.2
37+
openai==2.1.0
3738
opentracing==2.4.0
38-
orjson==3.11.2
39+
orjson==3.11.3
3940
ormsgpack==1.10.0
4041
packaging==25.0
4142
pluggy==1.6.0
42-
pydantic==2.11.7
43+
pydantic==2.11.10
4344
pydantic-core==2.33.2
4445
pygments==2.19.2
45-
pytest==8.4.1
46-
pytest-asyncio==1.1.0
47-
pytest-cov==6.2.1
48-
pytest-mock==3.14.1
49-
pyyaml==6.0.2
50-
regex==2025.7.34
46+
pytest==8.4.2
47+
pytest-asyncio==1.2.0
48+
pytest-cov==7.0.0
49+
pytest-mock==3.15.1
50+
pyyaml==6.0.3
51+
regex==2025.9.18
5152
requests==2.32.5
5253
requests-toolbelt==1.0.0
5354
sniffio==1.3.1
@@ -57,8 +58,8 @@ tenacity==9.1.2
5758
tiktoken==0.11.0
5859
tomli==2.2.1
5960
tqdm==4.67.1
60-
typing-extensions==4.14.1
61-
typing-inspection==0.4.1
61+
typing-extensions==4.15.0
62+
typing-inspection==0.4.2
6263
urllib3==2.5.0
63-
xxhash==3.5.0
64-
zstandard==0.24.0
64+
xxhash==3.6.0
65+
zstandard==0.25.0

.riot/requirements/11e37fa.txt

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,51 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.13
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/11e37fa.in
66
#
77
annotated-types==0.7.0
8-
anyio==4.10.0
8+
anyio==4.11.0
99
attrs==25.3.0
1010
certifi==2025.8.3
1111
charset-normalizer==3.4.3
12-
coverage[toml]==7.10.4
12+
coverage[toml]==7.10.7
1313
distro==1.9.0
14+
greenlet==3.2.4
1415
h11==0.16.0
1516
httpcore==1.0.9
1617
httpx==0.28.1
1718
hypothesis==6.45.0
1819
idna==3.10
1920
iniconfig==2.1.0
20-
jiter==0.10.0
21+
jiter==0.11.0
2122
jsonpatch==1.33
2223
jsonpointer==3.0.0
2324
langchain==0.3.27
24-
langchain-core==0.3.74
25-
langchain-openai==0.3.30
26-
langchain-text-splitters==0.3.9
25+
langchain-core==0.3.78
26+
langchain-openai==0.3.34
27+
langchain-text-splitters==0.3.11
2728
langgraph==0.3.22
2829
langgraph-checkpoint==2.1.1
2930
langgraph-prebuilt==0.1.8
3031
langgraph-sdk==0.1.74
31-
langsmith==0.4.14
32+
langsmith==0.4.32
3233
mock==5.2.0
33-
openai==1.100.2
34+
openai==2.1.0
3435
opentracing==2.4.0
35-
orjson==3.11.2
36+
orjson==3.11.3
3637
ormsgpack==1.10.0
3738
packaging==25.0
3839
pluggy==1.6.0
39-
pydantic==2.11.7
40+
pydantic==2.11.10
4041
pydantic-core==2.33.2
4142
pygments==2.19.2
42-
pytest==8.4.1
43-
pytest-asyncio==1.1.0
44-
pytest-cov==6.2.1
45-
pytest-mock==3.14.1
46-
pyyaml==6.0.2
47-
regex==2025.7.34
43+
pytest==8.4.2
44+
pytest-asyncio==1.2.0
45+
pytest-cov==7.0.0
46+
pytest-mock==3.15.1
47+
pyyaml==6.0.3
48+
regex==2025.9.18
4849
requests==2.32.5
4950
requests-toolbelt==1.0.0
5051
sniffio==1.3.1
@@ -53,8 +54,8 @@ sqlalchemy==2.0.43
5354
tenacity==9.1.2
5455
tiktoken==0.11.0
5556
tqdm==4.67.1
56-
typing-extensions==4.14.1
57-
typing-inspection==0.4.1
57+
typing-extensions==4.15.0
58+
typing-inspection==0.4.2
5859
urllib3==2.5.0
59-
xxhash==3.5.0
60-
zstandard==0.24.0
60+
xxhash==3.6.0
61+
zstandard==0.25.0

.riot/requirements/148cc44.txt

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,48 @@
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/148cc44.in
66
#
77
annotated-types==0.7.0
8-
anyio==4.10.0
8+
anyio==4.11.0
99
async-timeout==4.0.3
1010
attrs==25.3.0
1111
backports-asyncio-runner==1.2.0
1212
certifi==2025.8.3
1313
charset-normalizer==3.4.3
14-
coverage[toml]==7.10.4
14+
coverage[toml]==7.10.7
1515
distro==1.9.0
1616
exceptiongroup==1.3.0
17+
greenlet==3.2.4
1718
h11==0.16.0
1819
httpcore==1.0.9
1920
httpx==0.28.1
2021
hypothesis==6.45.0
2122
idna==3.10
2223
iniconfig==2.1.0
23-
jiter==0.10.0
24+
jiter==0.11.0
2425
jsonpatch==1.33
2526
jsonpointer==3.0.0
2627
langchain==0.3.27
27-
langchain-core==0.3.74
28-
langchain-openai==0.3.30
29-
langchain-text-splitters==0.3.9
28+
langchain-core==0.3.78
29+
langchain-openai==0.3.34
30+
langchain-text-splitters==0.3.11
3031
langgraph==0.2.23
3132
langgraph-checkpoint==1.0.12
32-
langsmith==0.4.14
33+
langsmith==0.4.32
3334
mock==5.2.0
3435
msgpack==1.1.1
35-
openai==1.100.2
36+
openai==2.1.0
3637
opentracing==2.4.0
37-
orjson==3.11.2
38+
orjson==3.11.3
3839
packaging==25.0
3940
pluggy==1.6.0
40-
pydantic==2.11.7
41+
pydantic==2.11.10
4142
pydantic-core==2.33.2
4243
pygments==2.19.2
43-
pytest==8.4.1
44-
pytest-asyncio==1.1.0
45-
pytest-cov==6.2.1
46-
pytest-mock==3.14.1
47-
pyyaml==6.0.2
48-
regex==2025.7.34
44+
pytest==8.4.2
45+
pytest-asyncio==1.2.0
46+
pytest-cov==7.0.0
47+
pytest-mock==3.15.1
48+
pyyaml==6.0.3
49+
regex==2025.9.18
4950
requests==2.32.5
5051
requests-toolbelt==1.0.0
5152
sniffio==1.3.1
@@ -55,7 +56,7 @@ tenacity==9.1.2
5556
tiktoken==0.11.0
5657
tomli==2.2.1
5758
tqdm==4.67.1
58-
typing-extensions==4.14.1
59-
typing-inspection==0.4.1
59+
typing-extensions==4.15.0
60+
typing-inspection==0.4.2
6061
urllib3==2.5.0
61-
zstandard==0.24.0
62+
zstandard==0.25.0

.riot/requirements/14bb28e.txt

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,45 @@
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/14bb28e.in
66
#
77
annotated-types==0.7.0
8-
anyio==4.10.0
8+
anyio==4.11.0
99
attrs==25.3.0
1010
certifi==2025.8.3
1111
charset-normalizer==3.4.3
12-
coverage[toml]==7.10.4
12+
coverage[toml]==7.10.7
1313
distro==1.9.0
14+
greenlet==3.2.4
1415
h11==0.16.0
1516
httpcore==1.0.9
1617
httpx==0.28.1
1718
hypothesis==6.45.0
1819
idna==3.10
1920
iniconfig==2.1.0
20-
jiter==0.10.0
21+
jiter==0.11.0
2122
jsonpatch==1.33
2223
jsonpointer==3.0.0
2324
langchain==0.3.27
24-
langchain-core==0.3.74
25-
langchain-openai==0.3.30
26-
langchain-text-splitters==0.3.9
25+
langchain-core==0.3.78
26+
langchain-openai==0.3.34
27+
langchain-text-splitters==0.3.11
2728
langgraph==0.2.23
2829
langgraph-checkpoint==1.0.12
29-
langsmith==0.4.14
30+
langsmith==0.4.32
3031
mock==5.2.0
3132
msgpack==1.1.1
32-
openai==1.100.2
33+
openai==2.1.0
3334
opentracing==2.4.0
34-
orjson==3.11.2
35+
orjson==3.11.3
3536
packaging==25.0
3637
pluggy==1.6.0
37-
pydantic==2.11.7
38+
pydantic==2.11.10
3839
pydantic-core==2.33.2
3940
pygments==2.19.2
40-
pytest==8.4.1
41-
pytest-asyncio==1.1.0
42-
pytest-cov==6.2.1
43-
pytest-mock==3.14.1
44-
pyyaml==6.0.2
45-
regex==2025.7.34
41+
pytest==8.4.2
42+
pytest-asyncio==1.2.0
43+
pytest-cov==7.0.0
44+
pytest-mock==3.15.1
45+
pyyaml==6.0.3
46+
regex==2025.9.18
4647
requests==2.32.5
4748
requests-toolbelt==1.0.0
4849
sniffio==1.3.1
@@ -51,7 +52,7 @@ sqlalchemy==2.0.43
5152
tenacity==9.1.2
5253
tiktoken==0.11.0
5354
tqdm==4.67.1
54-
typing-extensions==4.14.1
55-
typing-inspection==0.4.1
55+
typing-extensions==4.15.0
56+
typing-inspection==0.4.2
5657
urllib3==2.5.0
57-
zstandard==0.24.0
58+
zstandard==0.25.0

0 commit comments

Comments
 (0)