Update asyncio requirement from >=3.4.3,<4.0 to >=3.4.3,<5.0

Updates the requirements on [asyncio](https://github.com/python/asyncio) to permit the latest version.
- [Commits](https://github.com/python/asyncio/commits)

---
updated-dependencies:
- dependency-name: asyncio
  dependency-version: 4.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1020/head
dependabot[bot] 3 weeks ago committed by GitHub
parent 7b0510bcd5
commit 084ca6c5fd
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