Merge pull request #1020 from kyegomez/dependabot/pip/asyncio-gte-3.4.3-and-lt-5.0

Update asyncio requirement from >=3.4.3,<4.0 to >=3.4.3,<5.0
pull/903/merge
Kye Gomez 2 weeks ago committed by GitHub
commit 4fa0d6b311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,7 +60,7 @@ python = ">=3.10,<4.0"
# torch = ">=2.1.1,<3.0"
# transformers = ">= 4.39.0, <5.0.0"
setuptools = "*"
asyncio = ">=3.4.3,<4.0"
asyncio = ">=3.4.3,<5.0"
toml = "*"
pypdf = "5.1.0"
loguru = "*"

Loading…
Cancel
Save