Skip to content

Commit

Permalink
Upgrade FastAPI to 0.53 (fixes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagrandi committed Mar 28, 2020
1 parent 42c5ae2 commit ac18914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions covidapi/services/session.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from sqlalchemy.orm import Session
from ..db.database import SessionLocal


def get_db() -> Session:
try:
db = SessionLocal()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.50.0
fastapi==0.53.0
pydantic==1.4
SQLAlchemy==1.3.13
uvicorn==0.11.3
Expand Down

0 comments on commit ac18914

Please sign in to comment.