We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc2356 commit bfe26bbCopy full SHA for bfe26bb
fastapi_async_sqlalchemy/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = ["db", "SQLAlchemyMiddleware"]
4
5
-__version__ = "0.3.2"
+__version__ = "0.3.3"
setup.py
@@ -27,7 +27,7 @@
27
package_data={"fastapi_async_sqlalchemy": ["py.typed"]},
28
zip_safe=False,
29
python_requires=">=3.7",
30
- install_requires=["starlette>=0.13.6", "SQLAlchemy>=1.4.9"],
+ install_requires=["starlette>=0.13.6", "SQLAlchemy>=1.4.11"],
31
classifiers=[
32
"Development Status :: 4 - Beta",
33
"Environment :: Web Environment",
0 commit comments