diff --git a/pyproject.toml b/pyproject.toml index 81c4147..dfa07a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ authors = [ ] [tool.poetry.dependencies] -python = "^3.8, <3.12" +python = "^3.8" deprecated = "^1.2.9" inflection = "^0.4.0" aiohttp = "^3.8.3" diff --git a/requirements.txt b/requirements.txt index 98c2f99..0bc1e78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -aiohttp==3.8.3 ; python_version >= "3.8" and python_version < "3.12" -aiosignal==1.3.1 ; python_version >= "3.8" and python_version < "3.12" -async-timeout==4.0.2 ; python_version >= "3.8" and python_version < "3.12" -attrs==23.1.0 ; python_version >= "3.8" and python_version < "3.12" -charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.12" -deprecated==1.2.9 ; python_version >= "3.8" and python_version < "3.12" -frozenlist==1.3.3 ; python_version >= "3.8" and python_version < "3.12" -idna==3.4 ; python_version >= "3.8" and python_version < "3.12" -inflection==0.4.0 ; python_version >= "3.8" and python_version < "3.12" -multidict==6.0.4 ; python_version >= "3.8" and python_version < "3.12" -wrapt==1.15.0 ; python_version >= "3.8" and python_version < "3.12" -yarl==1.9.1 ; python_version >= "3.8" and python_version < "3.12" +aiohttp==3.8.3 ; python_version >= "3.8" +aiosignal==1.3.1 ; python_version >= "3.8" +async-timeout==4.0.2 ; python_version >= "3.8" +attrs==23.1.0 ; python_version >= "3.8" +charset-normalizer==2.1.1 ; python_version >= "3.8" +deprecated==1.2.9 ; python_version >= "3.8" +frozenlist==1.3.3 ; python_version >= "3.8" +idna==3.4 ; python_version >= "3.8" +inflection==0.4.0 ; python_version >= "3.8" +multidict==6.0.4 ; python_version >= "3.8" +wrapt==1.15.0 ; python_version >= "3.8" +yarl==1.9.1 ; python_version >= "3.8"