Skip to content

Commit b8bb019

Browse files
authored
chore: sync minimal langchain-core version across configs (#53)
1 parent 40c5623 commit b8bb019

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
@nox.parametrize(
1212
("python", "numpy", "langchain_core"),
1313
[
14-
("3.11", "1.26.4", "0.3.72"),
14+
("3.11", "1.26.4", "0.3.80"),
1515
("3.11", "2.3.5", "1.2.0"),
16-
("3.12", "1.26.4", "0.3.72"),
16+
("3.12", "1.26.4", "0.3.80"),
1717
("3.12", "2.3.5", "1.2.0"),
1818
],
1919
)

poetry.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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ s3fs = {version = "^2024.3.1", optional = true}
2222
pydantic = "^2.7.1"
2323
nltk = "^3.8.1"
2424
tqdm = "^4.66.4"
25-
langchain-core = ">=0.3.72,<2"
25+
langchain-core = ">=0.3.80,<2"
2626
more-itertools = "^10.5.0"
2727

2828
[tool.poetry.extras]

0 commit comments

Comments
 (0)