Skip to content

Commit

Permalink
Fix the mypy dependency for sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Oct 10, 2023
1 parent 174edcd commit 551cf47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Nava Engineering <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
SQLAlchemy = "^2.0.21"
SQLAlchemy = {version = "^2.0.21", extras = ["mypy"]}
alembic = "^1.12.0"
python-dotenv = "^0.20.0"
pydantic = "^1.10.0"
Expand Down

0 comments on commit 551cf47

Please sign in to comment.