diff --git a/poetry.lock b/poetry.lock index d8554b8..005ad0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -353,28 +353,6 @@ fasteners = ">=0.16.3,<0.18.0" httpx = ">=0.23,<1.0" msgpack = ">=1.0,<2.0" -[[package]] -name = "hypercorn" -version = "0.14.3" -description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn" -category = "main" -optional = false -python-versions = ">=3.7" - -[package.dependencies] -h11 = "*" -h2 = ">=3.1.0" -priority = "*" -toml = "*" -uvloop = {version = "*", optional = true, markers = "platform_system != \"Windows\" and extra == \"uvloop\""} -wsproto = ">=0.14.0" - -[package.extras] -docs = ["pydata_sphinx_theme"] -h3 = ["aioquic (>=0.9.0,<1.0)"] -trio = ["trio (>=0.11.0)"] -uvloop = ["uvloop"] - [[package]] name = "hyperframe" version = "6.0.1" @@ -517,14 +495,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-dateutil = ">=2.6,<3.0" pytzdata = ">=2020.1" -[[package]] -name = "priority" -version = "2.0.0" -description = "A pure-Python implementation of the HTTP/2 priority tree" -category = "main" -optional = false -python-versions = ">=3.6.1" - [[package]] name = "pycparser" version = "2.21" @@ -817,21 +787,10 @@ category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" -[[package]] -name = "wsproto" -version = "1.2.0" -description = "WebSockets state-machine based protocol implementation" -category = "main" -optional = false -python-versions = ">=3.7.0" - -[package.dependencies] -h11 = ">=0.9.0,<1" - [metadata] lock-version = "1.1" python-versions = "^3.11" -content-hash = "3521fa317a1f3f0e22c399103630ff6a9389da385248b9c0e482e61744c4ace3" +content-hash = "fc0776de2d6d4b9b3fb80071efc4aed5710cae141e830e6fabeccb2f4748b905" [metadata.files] aiofiles = [ @@ -1225,10 +1184,6 @@ httpx-cache = [ {file = "httpx_cache-0.7.0-py3-none-any.whl", hash = "sha256:84af9c52458b5c38784f694179913233aa7a8f3eb327045497927f9449647618"}, {file = "httpx_cache-0.7.0.tar.gz", hash = "sha256:d65df5633e9b295beeee41ca338d6394bb7f9ea4a83497a788984c88c367d76e"}, ] -hypercorn = [ - {file = "Hypercorn-0.14.3-py3-none-any.whl", hash = "sha256:7c491d5184f28ee960dcdc14ab45d14633ca79d72ddd13cf4fcb4cb854d679ab"}, - {file = "Hypercorn-0.14.3.tar.gz", hash = "sha256:4a87a0b7bbe9dc75fab06dbe4b301b9b90416e9866c23a377df21a969d6ab8dd"}, -] hyperframe = [ {file = "hyperframe-6.0.1-py3-none-any.whl", hash = "sha256:0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15"}, {file = "hyperframe-6.0.1.tar.gz", hash = "sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"}, @@ -1416,10 +1371,6 @@ pendulum = [ {file = "pendulum-2.1.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:94b1fc947bfe38579b28e1cccb36f7e28a15e841f30384b5ad6c5e31055c85d7"}, {file = "pendulum-2.1.2.tar.gz", hash = "sha256:b06a0ca1bfe41c990bbf0c029f0b6501a7f2ec4e38bfec730712015e8860f207"}, ] -priority = [ - {file = "priority-2.0.0-py3-none-any.whl", hash = "sha256:6f8eefce5f3ad59baf2c080a664037bb4725cd0a790d53d59ab4059288faf6aa"}, - {file = "priority-2.0.0.tar.gz", hash = "sha256:c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0"}, -] pycparser = [ {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, @@ -1731,7 +1682,3 @@ wrapt = [ {file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"}, {file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"}, ] -wsproto = [ - {file = "wsproto-1.2.0-py3-none-any.whl", hash = "sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736"}, - {file = "wsproto-1.2.0.tar.gz", hash = "sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065"}, -] diff --git a/pyproject.toml b/pyproject.toml index a7c737b..ec06584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ redis = ">=4.3.4" loguru = ">=0.6.0" sentry-sdk = ">=1.9.8" argon2-cffi = ">=21.3.0" -hypercorn = {extras = ["uvloop"], version = ">=0.14.3"} +uvloop = ">=0.17.0" cytoolz = ">=0.12.0" fastapi-paseto-auth = "^0.6.0" ujson = ">=5.5.0" diff --git a/requirements.txt b/requirements.txt index 8236c42..7528f34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,6 @@ httpcore==0.16.3 ; python_version >= "3.11" and python_version < "4.0" httpx-cache==0.7.0 ; python_version >= "3.11" and python_version < "4.0" httpx==0.23.1 ; python_version >= "3.11" and python_version < "4.0" httpx[http2]==0.23.1 ; python_version >= "3.11" and python_version < "4.0" -hypercorn[uvloop]==0.14.3 ; python_version >= "3.11" and python_version < "4.0" hyperframe==6.0.1 ; python_version >= "3.11" and python_version < "4.0" idna==3.4 ; python_version >= "3.11" and python_version < "4.0" iso8601==1.1.0 ; python_version >= "3.11" and python_version < "4.0" @@ -37,7 +36,6 @@ orjson==3.8.3 ; python_version >= "3.11" and python_version < "4.0" packaging==22.0 ; python_version >= "3.11" and python_version < "4.0" passlib[argon2]==1.7.4 ; python_version >= "3.11" and python_version < "4.0" pendulum==2.1.2 ; python_version >= "3.11" and python_version < "4.0" -priority==2.0.0 ; python_version >= "3.11" and python_version < "4.0" pycparser==2.21 ; python_version >= "3.11" and python_version < "4.0" pycryptodomex==3.16.0 ; python_version >= "3.11" and python_version < "4.0" pydantic==1.10.2 ; python_version >= "3.11" and python_version < "4.0" @@ -58,7 +56,6 @@ typing-extensions==4.4.0 ; python_version >= "3.11" and python_version < "4.0" ujson==5.6.0 ; python_version >= "3.11" and python_version < "4.0" urllib3==1.26.13 ; python_version >= "3.11" and python_version < "4.0" uvicorn==0.20.0 ; python_version >= "3.11" and python_version < "4.0" -uvloop==0.17.0 ; platform_system != "Windows" and python_version >= "3.11" and python_version < "4.0" +uvloop==0.17.0 ; python_version >= "3.11" and python_version < "4.0" win32-setctime==1.1.0 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32" wrapt==1.14.1 ; python_version >= "3.11" and python_version < "4.0" -wsproto==1.2.0 ; python_version >= "3.11" and python_version < "4.0"