Skip to content

Commit 3e24b13

Browse files
Erick Friisshinxi
authored andcommitted
core: release 0.3.33 (#29483)
1 parent 9c9ab32 commit 3e24b13

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

libs/core/poetry.lock

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

libs/core/pyproject.toml

Lines changed: 7 additions & 1 deletion
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.32"
7+
version = "0.3.33"
88
description = "Building applications with LLMs through composability"
99
authors = []
1010
license = "MIT"
@@ -87,6 +87,7 @@ ruff = "^0.9.2"
8787

8888

8989

90+
9091
[tool.poetry.group.typing.dependencies]
9192
mypy = ">=1.10,<1.11"
9293
types-pyyaml = "^6.0.12.2"
@@ -96,6 +97,7 @@ types-jinja2 = "^2.11.9"
9697

9798

9899

100+
99101
[tool.poetry.group.dev.dependencies]
100102
jupyter = "^1.0.0"
101103
setuptools = "^67.6.1"
@@ -104,6 +106,7 @@ grandalf = "^0.8"
104106

105107

106108

109+
107110
[tool.poetry.group.test.dependencies]
108111
pytest = "^8"
109112
freezegun = "^1.2.2"
@@ -126,18 +129,21 @@ python = ">=3.12"
126129

127130

128131

132+
129133
[tool.poetry.group.test_integration.dependencies]
130134

131135

132136

133137

138+
134139
[tool.poetry.group.typing.dependencies.langchain-text-splitters]
135140
path = "../text-splitters"
136141
develop = true
137142

138143

139144

140145

146+
141147
[tool.poetry.group.test.dependencies.langchain-tests]
142148
path = "../standard-tests"
143149
develop = true

0 commit comments

Comments
 (0)