diff --git a/libs/milvus/pyproject.toml b/libs/milvus/pyproject.toml index cfac2e0..8687493 100644 --- a/libs/milvus/pyproject.toml +++ b/libs/milvus/pyproject.toml @@ -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" @@ -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" @@ -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" }