Skip to content

Commit 7653096

Browse files
committed
🔥 chore: remove deprecated sqlalchemy mypy extension
1 parent ceee38c commit 7653096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ known-third-party = ["fastapi", "pydantic", "starlette"]
4141
strict = true
4242
warn_unused_ignores = true
4343
ignore_missing_imports = true
44-
plugins = "pydantic.mypy,sqlalchemy.ext.mypy.plugin"
44+
plugins = "pydantic.mypy"
4545

4646
[tool.coverage.report]
4747
show_missing = true

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fastapi[all]==0.128.0
22
Authlib==1.6.6
3-
SQLAlchemy[mypy]==2.0.45
3+
SQLAlchemy==2.0.45
44
psycopg[binary]==3.3.2
55
bcrypt==5.0.0
66
alembic==1.17.1

0 commit comments

Comments
 (0)