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

Add explicit dependency for docutils #399

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

Nicoretti
Copy link
Member

The current combination of dependencies for ITDE and Luigi is not compatible with projects that run on Python 3.8.
The latest version of docutils, version 0.21.1, is required to run on Python 3.9 or higher.
As a temporary fix, until support for Python 3.8 is dropped (which is estimated to be around 6 months),
we are explicitly requiring a version of docutils that is less than or equal to 0.20.1 in ITDE.
Once support for Python 3.8 is dropped, this dependency can be removed as it is only needed as a transitive dependency.

@Nicoretti Nicoretti added the dependencies Pull requests that update a dependency file label Apr 24, 2024
@Nicoretti Nicoretti self-assigned this Apr 24, 2024
@Nicoretti Nicoretti merged commit c7ff2e2 into main Apr 24, 2024
51 checks passed
@Nicoretti Nicoretti deleted the dependencies/pin-docutils-dependency branch April 24, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants