mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
specific
This commit is contained in:
2
libs/langchain/poetry.lock
generated
2
libs/langchain/poetry.lock
generated
@@ -9129,4 +9129,4 @@ text-helpers = ["chardet"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "de9d93742467fe1b844f1995fc392cef19506db4fbd8fae4585132eae3ea0bff"
|
||||
content-hash = "c93abf3e7d1b428870e1d03be3190cbca2fdfe0c68a8cc0b75780a2aff22f6b2"
|
||||
|
||||
@@ -19,7 +19,7 @@ pydantic = ">=1,<3"
|
||||
SQLAlchemy = ">=1.4,<3"
|
||||
requests = "^2"
|
||||
PyYAML = ">=5.3"
|
||||
numpy = [{version = "^1", python = "<=3.8"}, {version="^1.26", python=">=3.9" }]
|
||||
numpy = [{version = "<=1.24", python = "<=3.8"}, {version="^1.26", python=">=3.9" }]
|
||||
aiohttp = "^3.8.3"
|
||||
tenacity = "^8.1.0"
|
||||
jsonpatch = "^1.33"
|
||||
|
||||
Reference in New Issue
Block a user