File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " langchain-core"
7- version = " 0.3.32 "
7+ version = " 0.3.33 "
88description = " Building applications with LLMs through composability"
99authors = []
1010license = " MIT"
@@ -87,6 +87,7 @@ ruff = "^0.9.2"
8787
8888
8989
90+
9091[tool .poetry .group .typing .dependencies ]
9192mypy = " >=1.10,<1.11"
9293types-pyyaml = " ^6.0.12.2"
@@ -96,6 +97,7 @@ types-jinja2 = "^2.11.9"
9697
9798
9899
100+
99101[tool .poetry .group .dev .dependencies ]
100102jupyter = " ^1.0.0"
101103setuptools = " ^67.6.1"
@@ -104,6 +106,7 @@ grandalf = "^0.8"
104106
105107
106108
109+
107110[tool .poetry .group .test .dependencies ]
108111pytest = " ^8"
109112freezegun = " ^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 ]
135140path = " ../text-splitters"
136141develop = true
137142
138143
139144
140145
146+
141147[tool .poetry .group .test .dependencies .langchain-tests ]
142148path = " ../standard-tests"
143149develop = true
You can’t perform that action at this time.
0 commit comments