From c7bfb533417f66c78394939f028d61f60577f6cc Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 26 Sep 2024 14:41:34 -0700 Subject: [PATCH] release 0.1.6rc1 (#2) --- libs/milvus/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }