mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
experimental[patch]: minimum version bump (#15724)
- experimental: minimum version bump - actually 0.1.5 - actually 0.1.7
This commit is contained in:
parent
6c9b7c2cec
commit
95a2c92e26
@ -1,2 +1,2 @@
|
||||
langchain-core==0.1.5
|
||||
langchain-core==0.1.7
|
||||
langchain==0.1.0
|
2
libs/experimental/poetry.lock
generated
2
libs/experimental/poetry.lock
generated
@ -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"
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user