You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation: describe the problem to be solved
Current SQLModel version is set to ^0.0.8. This translates to >=0.0.8 <0.0.9-0 due to the Caret special treatment of 0s.
SQLModel 0.0.8 constraints SQLAlchemy to be <2, making NannyML not compatible with projects using newer versions of SQLAlchamy.
Describe the solution you'd like
I would change SQLModel versioning to be at the very least >=0.0.8,<0.1.0. Current version of SQLModel is 0.0.18 and it fully supports SQLAlchemy above or below 2.x.y, so not a problem for backcompatibility. I also tested it locally and no NannyML unit-test was broken by upgrating SQLModel to 0.0.18.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Motivation: describe the problem to be solved
Current SQLModel version is set to
^0.0.8
. This translates to>=0.0.8 <0.0.9-0
due to the Caret special treatment of 0s.SQLModel
0.0.8
constraints SQLAlchemy to be<2
, making NannyML not compatible with projects using newer versions of SQLAlchamy.Describe the solution you'd like
I would change SQLModel versioning to be at the very least
>=0.0.8,<0.1.0
. Current version of SQLModel is0.0.18
and it fully supports SQLAlchemy above or below2.x.y
, so not a problem for backcompatibility. I also tested it locally and no NannyML unit-test was broken by upgrating SQLModel to 0.0.18.The text was updated successfully, but these errors were encountered: