Skip to content

Commit deb4320

Browse files
authored
core[patch]: Release 0.3.14 (#27764)
1 parent 5d33732 commit deb4320

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libs/core/pyproject.toml

Lines changed: 1 addition & 7 deletions
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.13"
7+
version = "0.3.14"
88
description = "Building applications with LLMs through composability"
99
authors = []
1010
license = "MIT"
@@ -84,20 +84,17 @@ classmethod-decorators = [ "classmethod", "langchain_core.utils.pydantic.pre_ini
8484
[tool.poetry.group.lint.dependencies]
8585
ruff = "^0.5"
8686

87-
8887
[tool.poetry.group.typing.dependencies]
8988
mypy = ">=1.10,<1.11"
9089
types-pyyaml = "^6.0.12.2"
9190
types-requests = "^2.28.11.5"
9291
types-jinja2 = "^2.11.9"
9392

94-
9593
[tool.poetry.group.dev.dependencies]
9694
jupyter = "^1.0.0"
9795
setuptools = "^67.6.1"
9896
grandalf = "^0.8"
9997

100-
10198
[tool.poetry.group.test.dependencies]
10299
pytest = "^8"
103100
freezegun = "^1.2.2"
@@ -116,15 +113,12 @@ python = "<3.12"
116113
version = "^1.26.0"
117114
python = ">=3.12"
118115

119-
120116
[tool.poetry.group.test_integration.dependencies]
121117

122-
123118
[tool.poetry.group.typing.dependencies.langchain-text-splitters]
124119
path = "../text-splitters"
125120
develop = true
126121

127-
128122
[tool.poetry.group.test.dependencies.langchain-standard-tests]
129123
path = "../standard-tests"
130124
develop = true

0 commit comments

Comments
 (0)