Skip to content

Commit

Permalink
release 0.1.6rc1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Sep 26, 2024
1 parent 9ce241a commit c7bfb53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/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.6rc1"
description = "An integration package connecting Milvus and LangChain"
authors = []
readme = "README.md"
Expand Down Expand Up @@ -64,7 +64,7 @@ syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
milvus_model = "^0.2.0"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }

[tool.poetry.group.codespell.dependencies]
codespell = "^2.2.0"
Expand All @@ -79,7 +79,7 @@ ruff = "^0.1.5"
mypy = "^0.991"
types-requests = "^2"
simsimd = "^5.0.0"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }

[tool.poetry.group.dev.dependencies]
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }

0 comments on commit c7bfb53

Please sign in to comment.