From 3b162cfee78bd456d89c7a96f827cf036d4c8a2d Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Sat, 2 Nov 2024 11:02:05 -0700 Subject: [PATCH] experimental: release 0.3.3 (#14) --- libs/experimental/poetry.lock | 8 ++++---- libs/experimental/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/experimental/poetry.lock b/libs/experimental/poetry.lock index 1b5a2eb..bc5a799 100644 --- a/libs/experimental/poetry.lock +++ b/libs/experimental/poetry.lock @@ -1618,7 +1618,7 @@ subdirectory = "libs/community" [[package]] name = "langchain-core" -version = "0.3.6" +version = "0.3.15" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1634,14 +1634,14 @@ pydantic = [ {version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""}, ] PyYAML = ">=5.3" -tenacity = "^8.1.0,!=8.4.0" +tenacity = ">=8.1.0,!=8.4.0,<10.0.0" typing-extensions = ">=4.7" [package.source] type = "git" url = "https://github.com/langchain-ai/langchain.git" reference = "HEAD" -resolved_reference = "c6350d636e139bd9018f7225d3257c4be6139d54" +resolved_reference = "3b0b7cfb7455c973e73dbd00a42fda65a33a9286" subdirectory = "libs/core" [[package]] @@ -3820,4 +3820,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "4cf7e298c58d6f68b961deaeae6dfce1bf2a4db48cd0a1b4956ba90137d6d423" +content-hash = "d9073d6d37dc260e6c1e404aa38153454fd62ee2501ac9bb14527298810a742b" diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 958aa98..6648b6e 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-experimental" -version = "0.3.2" +version = "0.3.3" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -22,7 +22,7 @@ exclude = ["notebooks", "examples", "example_data"] [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = "^0.3.6" +langchain-core = "^0.3.15" langchain-community = "^0.3.0" [tool.ruff.lint]