Skip to content

Commit cad9377

Browse files
authored
community[patch]: drop langsmith upper bound and release 0.3.26 (#127)
1 parent f494f0d commit cad9377

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

libs/community/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.65",
11-
"langchain<1.0.0,>=0.3.25",
10+
"langchain-core<1.0.0,>=0.3.66",
11+
"langchain<1.0.0,>=0.3.26",
1212
"SQLAlchemy<3,>=1.4",
1313
"requests<3,>=2",
1414
"PyYAML>=5.3",
1515
"aiohttp<4.0.0,>=3.8.3",
1616
"tenacity!=8.4.0,<10,>=8.1.0",
1717
"dataclasses-json<0.7,>=0.5.7",
1818
"pydantic-settings<3.0.0,>=2.4.0",
19-
"langsmith<0.4,>=0.1.125",
19+
"langsmith>=0.1.125",
2020
"httpx-sse<1.0.0,>=0.4.0",
2121
"numpy>=1.26.2; python_version<'3.13'",
2222
"numpy>=2.1.0; python_version>='3.13'",
2323
]
2424
name = "langchain-community"
25-
version = "0.3.25"
25+
version = "0.3.26"
2626
description = "Community contributed LangChain integrations."
2727
readme = "README.md"
2828

libs/community/uv.lock

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

0 commit comments

Comments
 (0)