Skip to content

Commit 7702691

Browse files
authored
core and langchain: Remove upper bound restriction langsmith dependency (#31629)
Remove upper bound limitation of LS for good measure: we have full control over LS so we'll be careful when minor bumping so this shouldn't risk too much, while on the other hand existing such upperboud restriction will likely introduce occasional dependency headache for users Discussion: https://langchain.slack.com/archives/C06UEEE4DSS/p1750111219634649?thread_ts=1750107647.115289&cid=C06UEEE4DSS
1 parent e979cd1 commit 7702691

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.5,>=0.3.45",
10+
"langsmith>=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: 1 addition & 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: 1 addition & 1 deletion
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.5,>=0.1.17",
12+
"langsmith>=0.1.17",
1313
"pydantic<3.0.0,>=2.7.4",
1414
"SQLAlchemy<3,>=1.4",
1515
"requests<3,>=2",

libs/langchain/uv.lock

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

0 commit comments

Comments
 (0)