-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Describe the bug
I cannot use simple-ddl-generator with omymodels together because omymodels depends on the old version of table-meta.
I use poetry to manage my dependent and it does not permit the use both together.
As you are the creator of both packages, I believe you could update the dependencies of omymodels
To Reproduce
Because no versions of simple-ddl-generator match >0.4.1,<0.5.0
and simple-ddl-generator (0.4.1) depends on table-meta (0.3.2), simple-ddl-generator (>=0.4.1,<0.5.0) requires table-meta (0.3.2).
And because omymodels (0.13.0) depends on table-meta (>=0.1.5,<0.2.0)
and no versions of omymodels match >0.13.0,<0.14.0, simple-ddl-generator (>=0.4.1,<0.5.0) is incompatible with omymodels (>=0.13.0,<0.14.0).
So, because open-insurance depends on both omymodels (^0.13.0) and simple-ddl-generator (^0.4.1), version solving failed.
ps: Again, congratulations on the excellent work you have been done