mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
Add explicit asgiref dependency (#1667)
We use `asgiref` as a direct dependency
ab94e2aaa6/connexion/decorators/main.py (L7)
So should add it explicitly as well.
This issue is hidden in our tests since we install all extras. To
prevent this, we need to address
https://github.com/spec-first/connexion/issues/1389.
This commit is contained in:
@@ -45,6 +45,7 @@ connexion = 'connexion.cli:main'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = '^3.7'
|
||||
asgiref = "^3.4"
|
||||
clickclick = ">= 1.2, < 21"
|
||||
httpx = "^0.23"
|
||||
importlib_metadata = { version = "^6.0.0", python = "<3.8" }
|
||||
|
||||
Reference in New Issue
Block a user