Skip to content

Commit

Permalink
milvus: 0.1.6 release (#26538)
Browse files Browse the repository at this point in the history
Release to work with langchain 0.3
  • Loading branch information
eyurtsev committed Sep 16, 2024
1 parent 5b4206a commit 8b985a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
13 changes: 8 additions & 5 deletions libs/partners/milvus/poetry.lock

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

5 changes: 3 additions & 2 deletions libs/partners/milvus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-milvus"
version = "0.1.5"
version = "0.1.6"
description = "An integration package connecting Milvus and LangChain"
authors = []
readme = "README.md"
Expand All @@ -26,8 +26,9 @@ ignore_missing_imports = "True"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev"
langchain-core = "^0.3"
pymilvus = "^2.4.3"

[[tool.poetry.dependencies.scipy]]
version = "^1.7"
python = "<3.12"
Expand Down

0 comments on commit 8b985a4

Please sign in to comment.