experimental[patch]: minimum version bump (#15724)

- experimental: minimum version bump
- actually 0.1.5
- actually 0.1.7
This commit is contained in:
Erick Friis 2024-01-08 13:04:57 -08:00 committed by GitHub
parent 6c9b7c2cec
commit 95a2c92e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
langchain-core==0.1.5
langchain-core==0.1.7
langchain==0.1.0

View File

@ -4942,4 +4942,4 @@ extended-testing = ["faker", "jinja2", "presidio-analyzer", "presidio-anonymizer
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "6dc9eb42edfa7d41640e0a03f1911cb9673ab0b9a55eb1bc6bda590f004bfbbf"
content-hash = "afb68dae209d0ea29389e65bdd035074e155c94ab55609cda7b3182e2c61a199"

View File

@ -10,7 +10,7 @@ repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.5"
langchain-core = "^0.1.7"
langchain = "^0.1"
presidio-anonymizer = {version = "^2.2.33", optional = true}
presidio-analyzer = {version = "^2.2.33", optional = true}