codemation / pydbantic

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

pydantic version clash 1.10 #42

Closed ttamg closed 1 year ago

ttamg commented 1 year ago

Hi there.

Pydantic is now on 1.10.x

The requirements are pinned in requirements.txt to pydantic 1.9.1. So installing into a project with pydantic 1.10 causes a dependency clash and failure.

Do you think you can updated requirements please?

Thanks

codemation commented 1 year ago

Hey @ttamg , good suggestion, created https://github.com/codemation/pydbantic/pull/43 to allow 1.9.1 + versions of pydantic. Pending tests passing, will be included in next release.

codemation commented 1 year ago

https://github.com/codemation/pydbantic/releases/tag/0.0.30

ttamg commented 1 year ago

Awesome. Thanks.

On Thu, 2 Feb 2023 at 19:13, Joshua Jamison @.***> wrote:

https://github.com/codemation/pydbantic/releases/tag/0.0.30

— Reply to this email directly, view it on GitHub https://github.com/codemation/pydbantic/issues/42#issuecomment-1414235395, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF2ZJESAWVQSCRVDZMXLBM3WVQBNXANCNFSM6AAAAAAUPEM74E . You are receiving this because you were mentioned.Message ID: @.***>

codemation commented 1 year ago

Scratch that, 0.0.31, typo in setup.py