Skip to content

Commit feec162

Browse files
committed
Update to object
1 parent 4a3100e commit feec162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flask_sqlalchemy/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .session import Session
2424
from .table import _Table
2525

26-
_O = t.TypeVar("_O", bound=t.Any)
26+
_O = t.TypeVar("_O", bound=object) # Based on sqlalchemy.orm._typing.py
2727

2828

2929
class SQLAlchemy:

0 commit comments

Comments
 (0)