Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed May 16, 2024
1 parent 34a7e3b commit e455fb5
Showing 1 changed file with 2 additions and 2 deletions.
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 = "airbyte-destination-milvus"
version = "0.0.15"
version = "0.0.14"
description = "Airbyte destination implementation for Milvus."
authors = ["Airbyte <[email protected]>"]
license = "MIT"
Expand All @@ -18,7 +18,7 @@ include = "destination_milvus"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
airbyte-cdk = {version = "0.0.15"]}
airbyte-cdk = {version = "0.81.6", extras = ["vector-db-based"]}
pymilvus = "2.3.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit e455fb5

Please sign in to comment.