Typing errors when using sa_type
and "specific" SQLAlchemy types
#1228
Unanswered
sebastian-correa
asked this question in
Questions
Replies: 1 comment 1 reply
-
Running into this issue as well—not sure the best workaround here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
I get this type warning:
which I think is because we're not passing
type[Any]
cause we instantiate theDateTime
to forcetimezone=False
. Many people seem to have this issue as well [ref].Operating System
macOS
Operating System Details
15.1 (24B83) Mac M1
SQLModel Version
0.0.22
Python Version
Python 3.10.8
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions