Skip to content

Commit b67cd71

Browse files
release: langchain 1.0.8 (#34019)
1 parent e150b7c commit b67cd71

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

β€Ž.github/workflows/check_core_versions.ymlβ€Ž renamed to β€Ž.github/workflows/check_versions.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
paths:
1010
- "libs/core/pyproject.toml"
1111
- "libs/core/langchain_core/version.py"
12+
- "libs/langchain_v1/pyproject.toml"
13+
- "libs/langchain_v1/langchain/__init__.py"
1214

1315
permissions:
1416
contents: read
@@ -20,7 +22,7 @@ jobs:
2022
steps:
2123
- uses: actions/checkout@v5
2224

23-
- name: "βœ… Verify pyproject.toml & version.py Match"
25+
- name: "βœ… Verify pyproject.toml & version files Match"
2426
run: |
2527
# Check core versions
2628
CORE_PYPROJECT_VERSION=$(grep -Po '(?<=^version = ")[^"]*' libs/core/pyproject.toml)
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.0.8"

β€Ž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.7"
12+
version = "1.0.8"
1313
requires-python = ">=3.10.0,<4.0.0"
1414
dependencies = [
15-
"langchain-core>=1.0.4,<2.0.0",
15+
"langchain-core>=1.0.6,<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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)