Skip to content

Commit

Permalink
Remove incremental upper-bind limit
Browse files Browse the repository at this point in the history
The twisted/incremental#106 issue has
been addressed in 24.7.2 so we are removing the limit - just in
case we also exclude the buggy versions, even if they are yanked.
  • Loading branch information
potiuk committed Jul 30, 2024
1 parent 81fcc72 commit db47bc8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,8 @@
"click>=8.0",
"gitpython>=3.1.40",
"hatch>=1.9.1",
# Incremental 24.7.0 has broken `python -m virtualenv` command when run in /opt/airflow directory
# This limit should be removed after fixing https://github.com/twisted/incremental/issues/106
"incremental<=22.10.0",
# Incremental 24.7.0, 24.7.1 has broken `python -m virtualenv` command when run in /opt/airflow directory
"incremental!=24.7.0,!=24.7.1,>=22.10.0",
"pipdeptree>=2.13.1",
"pygithub>=2.1.1",
"restructuredtext-lint>=1.4.0",
Expand Down

0 comments on commit db47bc8

Please sign in to comment.