From 83eecd54fe61c737dbb2e70b3e44c9a5fafde024 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 8 May 2024 21:39:42 -0700 Subject: [PATCH] experimental: 0.2 relax (#21468) --- libs/experimental/poetry.lock | 4 ++-- libs/experimental/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/experimental/poetry.lock b/libs/experimental/poetry.lock index 0a7992edbe5..dbcae176db0 100644 --- a/libs/experimental/poetry.lock +++ b/libs/experimental/poetry.lock @@ -2835,8 +2835,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.20.3", markers = "python_version < \"3.10\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -5556,4 +5556,4 @@ extended-testing = ["faker", "jinja2", "pandas", "presidio-analyzer", "presidio- [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "8094eaac737aa33963b2c9c73e61bc0b366def7556f0ab081d8055fa96b342a5" +content-hash = "bf477c36b49f96245b3161e5ea1f9a291a05093a86a63957b0d474d80735d1da" diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 64205989f87..6d0947ed214 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.58" +version = "0.2.0rc1" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/langchain-ai/langchain" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" langchain-core = "^0.1.52" -langchain-community = "^0.0.38rc1" +langchain-community = ">=0.0.38rc1,<0.3" presidio-anonymizer = {version = "^2.2.352", optional = true} presidio-analyzer = {version = "^2.2.352", optional = true} faker = {version = "^19.3.1", optional = true}