Skip to content

Commit

Permalink
bump version sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
h0rn3t committed Apr 25, 2021
1 parent 5bc2356 commit bfe26bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastapi_async_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ["db", "SQLAlchemyMiddleware"]

__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
package_data={"fastapi_async_sqlalchemy": ["py.typed"]},
zip_safe=False,
python_requires=">=3.7",
install_requires=["starlette>=0.13.6", "SQLAlchemy>=1.4.9"],
install_requires=["starlette>=0.13.6", "SQLAlchemy>=1.4.11"],
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
Expand Down

0 comments on commit bfe26bb

Please sign in to comment.