Skip to content

Commit 81d1603

Browse files
Bump langchain
Bumps the uv group with 1 update in the /python/examples/adapter_langchain directory: [langchain](https://github.com/langchain-ai/langchain). Updates `langchain` from 0.3.21 to 1.3.9 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==0.3.21...langchain==1.3.9) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6c2bb1 commit 81d1603

2 files changed

Lines changed: 1035 additions & 644 deletions

File tree

python/examples/adapter_langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "thirdweb", email = "support@thirdweb.com" }]
66
requires-python = "~=3.10"
77
dependencies = [
88
"thirdweb-ai[langchain]",
9-
"langchain>=0.3.0,<0.4",
9+
"langchain>=1.3.9,<1.4",
1010
"langchain-openai>=0.3.0,<0.4",
1111
]
1212

0 commit comments

Comments
 (0)