diff --git a/setup.cfg b/setup.cfg index 2fff7ab..455ff2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = starlette_web -version = 0.0.2 +version = 0.1 description = Asynchronous web framework, based on Starlette and inspired by Django long_description = file: README.md url = https://github.com/dolamroth/starlette-web @@ -26,12 +26,13 @@ install_requires = python-multipart==0.0.6 # required by starlette dependencies websockets>=10.4,<10.5 uvicorn>=0.21.1,<0.22 - sqlalchemy>=2.0.2,<2.1 + sqlalchemy>=2.0.7,<2.1 alembic>=1.9.4,<1.10 Jinja2>=3.1,<3.2 - httpx>=0.23,<0.24 + httpx>=0.23.3,<0.24 python-dotenv>=0.21,<0.22 traceback-with-variables>=2.0.4,<2.1 + aiosmtplib>=2.0.1,<2.1 [options.packages.find] exclude = @@ -61,7 +62,7 @@ postgres = asyncpg>=0.27,<0.28 redis = - redis>=4.3,<4.4 + redis>=4.5.3,<4.6 scheduler = filelock>=3.9.0,<3.10 # TODO: move to general requirements