From d1162572cba91cb7fe0fed356363ac8a72ca5621 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 16 May 2024 01:44:37 -0700 Subject: [PATCH] astradb: release 0.3.1 (#29) --- libs/astradb/poetry.lock | 12 ++++++------ libs/astradb/pyproject.toml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libs/astradb/poetry.lock b/libs/astradb/poetry.lock index d3a808a..1bd4ea5 100644 --- a/libs/astradb/poetry.lock +++ b/libs/astradb/poetry.lock @@ -836,7 +836,7 @@ text-helpers = ["chardet (>=5.1.0,<6.0.0)"] type = "git" url = "https://github.com/langchain-ai/langchain.git" reference = "HEAD" -resolved_reference = "cd1879f5e75fc9e6a8c04ac839909e0d6f2fb541" +resolved_reference = "be15740084e31d6850808e08ccb005f652664a48" subdirectory = "libs/langchain" [[package]] @@ -863,7 +863,7 @@ extended-testing = ["jinja2 (>=3,<4)"] type = "git" url = "https://github.com/langchain-ai/langchain.git" reference = "HEAD" -resolved_reference = "cd1879f5e75fc9e6a8c04ac839909e0d6f2fb541" +resolved_reference = "be15740084e31d6850808e08ccb005f652664a48" subdirectory = "libs/core" [[package]] @@ -885,18 +885,18 @@ extended-testing = ["beautifulsoup4 (>=4.12.3,<5.0.0)", "lxml (>=4.9.3,<6.0)"] type = "git" url = "https://github.com/langchain-ai/langchain.git" reference = "HEAD" -resolved_reference = "cd1879f5e75fc9e6a8c04ac839909e0d6f2fb541" +resolved_reference = "be15740084e31d6850808e08ccb005f652664a48" subdirectory = "libs/text-splitters" [[package]] name = "langsmith" -version = "0.1.57" +version = "0.1.59" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langsmith-0.1.57-py3-none-any.whl", hash = "sha256:dbd83b0944a2fbea4151f0aa053530d93fcf6784a580621bc60633cb890b57dc"}, - {file = "langsmith-0.1.57.tar.gz", hash = "sha256:4682204de19f0218029c2b8445ce2cc3485c8d0df9796b31e2ce4c9051fce365"}, + {file = "langsmith-0.1.59-py3-none-any.whl", hash = "sha256:445e3bc1d3baa1e5340cd979907a19483b9763a2ed37b863a01113d406f69345"}, + {file = "langsmith-0.1.59.tar.gz", hash = "sha256:e748a89f4dd6aa441349143e49e546c03b5dfb43376a25bfef6a5ca792fe1437"}, ] [package.dependencies] diff --git a/libs/astradb/pyproject.toml b/libs/astradb/pyproject.toml index bbd69d4..05c29b4 100644 --- a/libs/astradb/pyproject.toml +++ b/libs/astradb/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-astradb" -version = "0.3.0" +version = "0.3.1" description = "An integration package connecting Astra DB and LangChain" authors = [] readme = "README.md" @@ -27,9 +27,9 @@ pytest-mock = "^3.10.0" syrupy = "^4.0.2" pytest-watcher = "^0.3.4" pytest-asyncio = "^0.21.1" -langchain = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain"} -langchain-text-splitters = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/text-splitters"} -langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain" } +langchain-text-splitters = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/text-splitters" } +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } [tool.poetry.group.codespell] optional = true @@ -50,13 +50,13 @@ ruff = "^0.1.5" [tool.poetry.group.typing.dependencies] mypy = "^0.991" -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] optional = true [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" } [tool.ruff] select = [