mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 16:42:25 +00:00
chore(python-deps): bump pymilvus from 2.6.0 to 2.6.1
Bumps [pymilvus](https://github.com/milvus-io/pymilvus) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/milvus-io/pymilvus/releases) - [Commits](https://github.com/milvus-io/pymilvus/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: pymilvus dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b12cd528ef
commit
83e6626281
2 changed files with 7 additions and 7 deletions
|
|
@ -93,7 +93,7 @@ unit = [
|
|||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"blobfile",
|
||||
"faiss-cpu",
|
||||
"pymilvus>=2.5.12",
|
||||
"pymilvus>=2.6.1",
|
||||
"milvus-lite>=2.5.0",
|
||||
"litellm",
|
||||
"together",
|
||||
|
|
@ -121,7 +121,7 @@ test = [
|
|||
"sqlalchemy",
|
||||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"requests",
|
||||
"pymilvus>=2.5.12",
|
||||
"pymilvus>=2.6.1",
|
||||
"milvus-lite>=2.5.0",
|
||||
"weaviate-client>=4.16.4",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue