Skip to content

Commit 01fcdff

Browse files
authored
bump langsmith to allow 0.4 (#31594)
Langsmith 0.4 is launched so bump it up across OSS: langchain and langchain-core. Will have separate langsmith-doc announcement for that
1 parent 5839801 commit 01fcdff

File tree

4 files changed

+28
-25
lines changed

4 files changed

+28
-25
lines changed

β€Žlibs/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = []
77
license = {text = "MIT"}
88
requires-python = ">=3.9"
99
dependencies = [
10-
"langsmith<0.4,>=0.3.45",
10+
"langsmith<0.5,>=0.3.45",
1111
"tenacity!=8.4.0,<10.0.0,>=8.1.0",
1212
"jsonpatch<2.0,>=1.33",
1313
"PyYAML>=5.3",

β€Žlibs/core/uv.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žlibs/langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.9"
99
dependencies = [
1010
"langchain-core<1.0.0,>=0.3.58",
1111
"langchain-text-splitters<1.0.0,>=0.3.8",
12-
"langsmith<0.4,>=0.1.17",
12+
"langsmith<0.5,>=0.1.17",
1313
"pydantic<3.0.0,>=2.7.4",
1414
"SQLAlchemy<3,>=1.4",
1515
"requests<3,>=2",
@@ -76,7 +76,7 @@ test = [
7676
]
7777
codespell = ["codespell<3.0.0,>=2.2.0"]
7878
test_integration = [
79-
"pytest-vcr<2.0.0,>=1.0.2",
79+
"vcrpy>=7.0",
8080
"urllib3<2; python_version < \"3.10\"",
8181
"wrapt<2.0.0,>=1.15.0",
8282
"python-dotenv<2.0.0,>=1.0.0",

β€Žlibs/langchain/uv.lock

Lines changed: 23 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)