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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Python 3.11

archongum opened this issue · comments

commented

Describe the bug
DOES NOT work in Python 3.11 because of using py-models-parser according to xnuinside/py-models-parser#10

To Reproduce
Run in Python 3.11

Expected behavior
Support Python 3.11

Screenshots
image

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

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