Skip to content

Commit 3d288fd

Browse files
release: joint rcs for core + langchain (#33549)
1 parent 055cccd commit 3d288fd

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""langchain-core version information and utilities."""
22

3-
VERSION = "1.0.0rc2"
3+
VERSION = "1.0.0rc3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"pydantic>=2.7.4,<3.0.0",
1717
]
1818
name = "langchain-core"
19-
version = "1.0.0rc2"
19+
version = "1.0.0rc3"
2020
description = "Building applications with LLMs through composability"
2121
readme = "README.md"
2222

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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.0rc1"
3+
__version__ = "1.0.0rc2"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.10.0,<4.0.0"
99
dependencies = [
10-
"langchain-core>=1.0.0a7,<2.0.0",
10+
"langchain-core>=1.0.0rc3,<2.0.0",
1111
"langgraph>=1.0.0a4,<2.0.0",
1212
"pydantic>=2.7.4,<3.0.0",
1313
]
1414

1515
name = "langchain"
16-
version = "1.0.0rc1"
16+
version = "1.0.0rc2"
1717
description = "Building applications with LLMs through composability"
1818
readme = "README.md"
1919

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

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

0 commit comments

Comments
Β (0)