This commit is contained in:
Bagatur
2024-01-27 15:23:39 -08:00
parent dbe17c9ba7
commit 1367bb2c7c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"