Skip to content

Commit

Permalink
fix core dep for min version testing (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Sep 26, 2024
1 parent cca4cdc commit 2bf315d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/milvus/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/milvus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ignore_missing_imports = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
pymilvus = "^2.4.3"
langchain-core = { version = ">=0.2.38,<0.4", python = ">=3.9" }
langchain-core = ">=0.2.38,<0.4"

[tool.coverage.run]
omit = ["tests/*"]
Expand Down

0 comments on commit 2bf315d

Please sign in to comment.