Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict dependency version with omymodels and simple-ddl-generator #46

Open
leandroimail opened this issue Jan 31, 2023 · 1 comment
Open

Comments

@leandroimail
Copy link

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

@xnuinside
Copy link
Owner

@leandroimail, hi again, same as for another issue - I will try to work on it next week and solve the problem, thanks a lot for report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants