codemation / pydbantic

A single model for shaping, creating, accessing, storing data within a Database
https://pydbantic.readthedocs.io/en/latest/
Apache License 2.0
223 stars 16 forks source link

bump databases version to 0.6.0 and pydantic to 1.9.1 #33

Closed KKP4 closed 1 year ago

KKP4 commented 1 year ago

It's not possible to use easyauth with the latest encoding/databases version 0.6.0 since pydbantic depends on version 0.5.3. Is it possible to bump the version or are there any backwards compatibility issues?

In addition to databases consider upgrading pydantic to 1.9.1 - latest.

codemation commented 1 year ago

Hey @KKP4 thanks for raising an issue on this, I will run through the tests on the latest releases and see if there are any issues that prevent a bump in pinned versions.

codemation commented 1 year ago

@KKP4 - everything passing in latest releases - this is fixed in release version 0.0.24

eudoxos commented 1 year ago

fix also setup.py in #36