Skip to content

Commit 8a6dccc

Browse files
make langchain-core version req ok for the get_min_version script (#145)
* make langchain-core version req ok for the get_min_version script * poetry lock * relax max langchain-core version --------- Co-authored-by: Stefano Lottini <[email protected]>
1 parent c07f11d commit 8a6dccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/astradb/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.

libs/astradb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.9,<4.0"
15-
langchain-core = ">=0.3.74"
15+
langchain-core = ">=0.3.74,<1.0.0"
1616
numpy = [
1717
{ version = ">=1.21", python = ">=3.10,<3.12" },
1818
{ version = ">=1.26", python = ">=3.12,<3.13" },

0 commit comments

Comments
 (0)