-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix timezones and add support for pydantic 1.9.0 #508
Conversation
…_timezones_filters
@collerek - I suggest you consider also adding python 3.10 support and dropping python 3.6. |
@Goldziher I wanted to do this some time ago but I think |
Are you sure this is a blocker? 3.10 probably doesn't break anything, but it will give a new syntax for those who use it. I suggest updating the test matrix and seeing. |
Ok it was aiomysql at that time not databases: https://github.com/collerek/ormar/runs/4141248426?check_suite_focus=true. |
Codecov Report
@@ Coverage Diff @@
## master #508 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 185 185
Lines 15253 15285 +32
=========================================
+ Hits 15253 15285 +32
|
0.10.24
✨ Features
post_bulk_update
signal (by @ponytailer - thanks!) #524🐛 Fixes
pydantic==1.9.0
#502JSON
fields #519💬 Other
bulk_create
by bypassingdatabases
execute_many
suboptimal implementation. (by @Mng-dev-ai thanks!) #520databases
version for sqlalchemy 1.4 to>=5.4
.