fix: pyproject.toml: remove pin on gunicorn - #336
Open
vladimir-mencl-eresearch wants to merge 1 commit into
Open
vladimir-mencl-eresearch wants to merge 1 commit into
vladimir-mencl-eresearch wants to merge 1 commit into
Conversation
The gunicorn package was pinned to 25.0.3 to avoid a deadlock issue introduced in guncorn 25.1.0: benoitc/gunicorn#3529 This has been fixed in benoitc/gunicorn#3520 and the fix was released in guincorn 25.2.0 Remove the explicit pin to last version before the issue (==25.0.3) and instead bump lower bound to the first version fixing the issue. Run `uv sync` to update the uv.lock.
vladimir-mencl-eresearch
referenced
this pull request
Sep 16, 2026
Contributor
Author
|
@theseal , did the tests fail because they try to fetch |
Contributor
Author
|
@theseal ... and after pre.eidas.gov.gr came back online, rerunning tests just worked. Would you be OK to merge this? When installing 2.1.7, I saw it downgraded my gunicorn, so I checked why - and when I saw the pin, I looked into the underlying reasons and found the fix in gunicorn was released pretty much right away, so if we avoid the broken version, we should not have to pin. (And sticking to an old version would stop us from getting any security fixes). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The gunicorn package was pinned to 25.0.3 to avoid a deadlock issue introduced in guncorn 25.1.0: benoitc/gunicorn#3529
This has been fixed in benoitc/gunicorn#3520 and the fix was released in guincorn 25.2.0
Remove the explicit pin to last version before the issue (
==25.0.3) and instead bump lower bound to the first version fixing the issue.Run
uv syncto update theuv.lock.All Submissions: