Skip to content

Commit 387284c

Browse files
authored
core: release 0.3.25 (#28718)
1 parent decd77c commit 387284c

File tree

2 files changed

+49
-37
lines changed

2 files changed

+49
-37
lines changed

libs/core/poetry.lock

+42-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/core/pyproject.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langchain-core"
7-
version = "0.3.24"
7+
version = "0.3.25"
88
description = "Building applications with LLMs through composability"
99
authors = []
1010
license = "MIT"
@@ -84,17 +84,20 @@ classmethod-decorators = [ "classmethod", "langchain_core.utils.pydantic.pre_ini
8484
[tool.poetry.group.lint.dependencies]
8585
ruff = "^0.5"
8686

87+
8788
[tool.poetry.group.typing.dependencies]
8889
mypy = ">=1.10,<1.11"
8990
types-pyyaml = "^6.0.12.2"
9091
types-requests = "^2.28.11.5"
9192
types-jinja2 = "^2.11.9"
9293

94+
9395
[tool.poetry.group.dev.dependencies]
9496
jupyter = "^1.0.0"
9597
setuptools = "^67.6.1"
9698
grandalf = "^0.8"
9799

100+
98101
[tool.poetry.group.test.dependencies]
99102
pytest = "^8"
100103
freezegun = "^1.2.2"
@@ -113,12 +116,15 @@ python = "<3.12"
113116
version = ">=1.26.0,<3"
114117
python = ">=3.12"
115118

119+
116120
[tool.poetry.group.test_integration.dependencies]
117121

122+
118123
[tool.poetry.group.typing.dependencies.langchain-text-splitters]
119124
path = "../text-splitters"
120125
develop = true
121126

127+
122128
[tool.poetry.group.test.dependencies.langchain-tests]
123129
path = "../standard-tests"
124130
develop = true

0 commit comments

Comments
 (0)