We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b04d2d commit 6b3b4a9Copy full SHA for 6b3b4a9
fastapi_async_sqlalchemy/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = ["db", "SQLAlchemyMiddleware"]
4
5
-__version__ = "0.3.0a4"
+__version__ = "0.3.0a5"
setup.py
@@ -20,7 +20,7 @@
20
license="MIT",
21
author="Eugene Shershen",
22
author_email="[email protected]",
23
- description="Adds asynchronous SQLAlchemy support to FastAPI",
+ description="SQLAlchemy middleware for FastAPI",
24
long_description=long_description,
25
packages=["fastapi_async_sqlalchemy"],
26
package_data={"fastapi_async_sqlalchemy": ["py.typed"]},
0 commit comments