xnuinside / omymodels

O!My Models (omymodels) is a library to generate Pydantic, Dataclasses, GinoORM Models, SqlAlchemy ORM, SqlAlchemy Core Table, Models from SQL DDL. And convert one models to another.
MIT License
172 stars 18 forks source link

Support Python 3.11 #53

Closed archongum closed 1 year ago

archongum commented 1 year ago

Describe the bug DOES NOT work in Python 3.11 because of using py-models-parser according to https://github.com/xnuinside/py-models-parser/issues/10

To Reproduce Run in Python 3.11

Expected behavior Support Python 3.11

Screenshots image

xnuinside commented 1 year ago

thanks for opening the issue, will work on new release right now, support for python3.11 added to https://github.com/xnuinside/py-models-parser

xnuinside commented 1 year ago

@archongum I just released version 0.14.0, it support python 3.11 try it