infra: bump exp min test reqs (#16884)

pull/16889/head
Bagatur 5 months ago committed by GitHub
parent 65ba5c220b
commit c2d09fb151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,2 +1,2 @@
langchain-core==0.1.8
langchain-core==0.1.16
langchain==0.1.5

@ -4967,4 +4967,4 @@ extended-testing = ["faker", "jinja2", "presidio-analyzer", "presidio-anonymizer
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "a0aff712899a3039507fe3a4166fbd766b00ab4c00a7b56092762848a54917e2"
content-hash = "11321a2551a49e9cb432348f03e991d1f13368624b1e4df5a721b794114b4f02"

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

Loading…
Cancel
Save