Skip to content

Commit 9c21f83

Browse files
authored
release(langchain): 1.1 (#34090)
1 parent 880652b commit 9c21f83

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Main entrypoint into LangChain."""
22

3-
__version__ = "1.0.5"
3+
__version__ = "1.1.0"

β€Žlibs/langchain_v1/pyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ license = { text = "MIT" }
99
readme = "README.md"
1010
authors = []
1111

12-
version = "1.0.5"
12+
version = "1.1.0"
1313
requires-python = ">=3.10.0,<4.0.0"
1414
dependencies = [
15-
"langchain-core>=1.0.4,<2.0.0",
15+
"langchain-core>=1.1.0,<2.0.0",
1616
"langgraph>=1.0.2,<1.1.0",
1717
"pydantic>=2.7.4,<3.0.0",
1818
]

β€Žlibs/langchain_v1/uv.lockβ€Ž

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

0 commit comments

Comments
Β (0)