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

graphviz compatibility issues #607

Open
amin-nejad opened this issue Oct 22, 2024 · 0 comments
Open

graphviz compatibility issues #607

amin-nejad opened this issue Oct 22, 2024 · 0 comments

Comments

@amin-nejad
Copy link

In the smartnoise-sql pyproject.toml the graphviz poetry dependency is specified as graphviz = "^0.17" which limits the version to only versions starting with 0.17 since graphviz is still on v0 and this is causing compatibility issues with other libraries that also use graphviz. I don't think this was intentional since it is unnecessarily limiting for its usage in this project.

As mentioned in the poetry docs: An update is allowed if the new version number does not modify the left-most non-zero digit in the major, minor, patch grouping

I think what we probably want is >=0.17 <1.0.0

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

1 participant