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 78db944 commit 5bc2356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.dev5"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion fastapi_async_sqlalchemy/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def __init__(self):
or you need to manually create a session context by using a `db` instance as
a context manager e.g.:
with db():
async with db():
await db.session.execute(foo.select()).fetchall()
"""

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PyYAML>=5.4
regex==2020.2.20
requests==2.22.0
six==1.12.0
SQLAlchemy==1.4.9
SQLAlchemy==1.4.11
asyncpg==0.22.0
aiosqlite==0.17.0
sqlparse==0.4.1
Expand Down

0 comments on commit 5bc2356

Please sign in to comment.