Update dependency greenlet to v3.5.4#653
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for fastapi-filter ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #653 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 215 215
=========================================
Hits 215 215 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/greenlet-3.x-lockfile
branch
from
June 26, 2026 20:43
caa70f7 to
134d921
Compare
renovate
Bot
force-pushed
the
renovate/greenlet-3.x-lockfile
branch
2 times, most recently
from
July 20, 2026 12:12
134d921 to
ade4b02
Compare
renovate
Bot
force-pushed
the
renovate/greenlet-3.x-lockfile
branch
from
July 22, 2026 17:50
ade4b02 to
24dcd4b
Compare
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.
This PR contains the following updates:
3.5.1→3.5.4Release Notes
python-greenlet/greenlet (greenlet)
v3.5.4Compare Source
==================
Fix a crash (segfault) on free-threaded builds of Python 3.14 and
later when the garbage collector runs while a greenlet that was
started from a non-empty C-stack-reference state is active.
See
issue 515 <https://github.com/python-greenlet/greenlet/issues/515>_.Thanks to ddorian and Kumar Aditya.
Fix a potential use-after-free on free-threaded builds of Python 3.14
and later when the garbage collector runs while a greenlet is
suspended holding a
_PyCStackRef(for example, mid attributeresolution). See
issue 515 <https://github.com/python-greenlet/greenlet/issues/515>_.Thanks to ddorian and Kumar Aditya.
Fix a deadlock on free-threaded builds when a greenlet switch happened
while a
PyCriticalSectionwas held -- for example inside asyncio'sTask.__step, which holds one on the running task for the duration ofthe step. See
PR 519 <https://github.com/python-greenlet/greenlet/pull/519/>.Thanks to ddorian and Kumar Aditya.
.. note::
Binary 3.15 wheels are now built with Python 3.15b4. These may not
be compatible with earlier or later versions of 3.15. Binary
3.15 wheels of greenlet from previous releases (e.g., 3.5.3)
may not be compatible with Python 3.15b4.
v3.5.3Compare Source
==================
holding a critical section on an object and the GIL for the thread
was dropped. See
issue 513 <https://github.com/python-greenlet/greenlet/issues/513>_. Thanksto ddorian.
v3.5.2Compare Source
==================
3.15. Thanks to Kumar Aditya in
PR #​511 <https://github.com/python-greenlet/greenlet/pull/511>_.Python 3.15. Thanks to Kumar Aditya in
PR #​512 <https://github.com/python-greenlet/greenlet/pull/512>_.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.