Skip to content

Commit 26e5d13

Browse files
chore(langchain): remove upper bound at v1 for core (#32737)
1 parent 107425c commit 26e5d13

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

libs/langchain_v1/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.10"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.75",
10+
"langchain-core<2.0.0,>=0.3.75",
1111
"langchain-text-splitters<1.0.0,>=0.3.9",
1212
"langgraph>=0.6.0",
1313
"pydantic>=2.7.4",
1414
]
1515

1616
name = "langchain"
17-
version = "1.0.0a1"
17+
version = "1.0.0a2"
1818
description = "Building applications with LLMs through composability"
1919
readme = "README.md"
2020

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)