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

sphinx-autoapi is pulling in alpha version of astroid dependency #512

Open
dstansby opened this issue Feb 4, 2025 · 0 comments · May be fixed by #514
Open

sphinx-autoapi is pulling in alpha version of astroid dependency #512

dstansby opened this issue Feb 4, 2025 · 0 comments · May be fixed by #514

Comments

@dstansby
Copy link

dstansby commented Feb 4, 2025

Over at zarr-python we found that sphinx-autoapi is pulling in an alpha version of astroid as a dependency, which is breaking our builds (zarr-developers/zarr-python#2797). I'm guessing it's because this line here has a pin that includes an alpha version, and changing it to astroid>=3 would be a fix?

'astroid>=3.0.0a1;python_version>="3.12"',

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

Successfully merging a pull request may close this issue.

1 participant