Skip to content

Commit

Permalink
Downgrade docutils to 0.19
Browse files Browse the repository at this point in the history
When we are trying to install Sphinx which is pinned to 5.3.0, we get the following dependency error:

The conflict is caused by:
    sphinx 5.3.0 depends on docutils<0.20 and >=0.14
    The user requested (constraint) docutils==0.20.1

See apache/airflow#31366
  • Loading branch information
efe-ercetin committed Feb 23, 2024
1 parent 7e9c541 commit 70a2876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.7.3/constraints-3.8.txt
Expand Up @@ -271,7 +271,7 @@ distributed==2023.4.1
dnspython==2.4.2
docker==6.1.3
docopt==0.6.2
docutils==0.20.1
docutils==0.19
duckdb==0.9.1
ecdsa==0.18.0
elastic-transport==8.10.0
Expand Down

0 comments on commit 70a2876

Please sign in to comment.