Skip to content
Snippets Groups Projects
Unverified Commit e825f669 authored by Richard Gray's avatar Richard Gray Committed by GitHub
Browse files

Update pyproject.toml to address Issue #12215 (#12245)

Remove unnecessary dependency on asyncio>3.4.3. Poetry file defines python >=3.8.1. asyncio is part of standard libraries from 3.7 onwards.

Dependency being removed as some versions of pip are installing the asyncio version 3.4.3 (2015)
parent 68274913
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ python-jose = "^3.3.0"
uvicorn = {extras = ["standard"], version = "^0.27.1"}
pydantic = {extras = ["dotenv"], version = "^2.6.1"}
python-dotenv = "^1.0.1"
asyncio = "^3.4.3"
aiohttp = "^3.9.3"
[tool.poetry.group.dev.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment