Skip to content

Update dependency greenlet to v3.5.4#653

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/greenlet-3.x-lockfile
Open

Update dependency greenlet to v3.5.4#653
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/greenlet-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
greenlet (changelog) 3.5.13.5.4 age confidence

Release Notes

python-greenlet/greenlet (greenlet)

v3.5.4

Compare 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 attribute
    resolution). 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 PyCriticalSection was held -- for example inside asyncio's
    Task.__step, which holds one on the running task for the duration of
    the 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.3

Compare Source

==================

  • Fix a crash on free-threaded builds when multiple greenlets were
    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>_. Thanks
    to ddorian.

v3.5.2

Compare Source

==================

  • The minimum supported version of Python 3.15 is now 3.15b2.
  • Fix some garbage-collection related crashes on free-threaded Python
    3.15. Thanks to Kumar Aditya in PR #&#8203;511 <https://github.com/python-greenlet/greenlet/pull/511>_.
  • Improve garbage collection of greenlets. This mostly applies to
    Python 3.15. Thanks to Kumar Aditya in PR #&#8203;512 <https://github.com/python-greenlet/greenlet/pull/512>_.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from arthurio June 18, 2026 18:42
@netlify

netlify Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for fastapi-filter ready!

Name Link
🔨 Latest commit 24dcd4b
🔍 Latest deploy log https://app.netlify.com/projects/fastapi-filter/deploys/6a6103053368d2000800e2ae
😎 Deploy Preview https://deploy-preview-653--fastapi-filter.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fa937cb) to head (24dcd4b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #653   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          215       215           
=========================================
  Hits           215       215           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot changed the title Update dependency greenlet to v3.5.2 Update dependency greenlet to v3.5.3 Jun 26, 2026
@renovate
renovate Bot force-pushed the renovate/greenlet-3.x-lockfile branch from caa70f7 to 134d921 Compare June 26, 2026 20:43
@renovate renovate Bot changed the title Update dependency greenlet to v3.5.3 Update dependency greenlet to v3.5.3 - autoclosed Jul 13, 2026
@renovate renovate Bot closed this Jul 13, 2026
@renovate
renovate Bot deleted the renovate/greenlet-3.x-lockfile branch July 13, 2026 16:07
@renovate renovate Bot changed the title Update dependency greenlet to v3.5.3 - autoclosed Update dependency greenlet to v3.5.3 Jul 20, 2026
@renovate renovate Bot reopened this Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/greenlet-3.x-lockfile branch 2 times, most recently from 134d921 to ade4b02 Compare July 20, 2026 12:12
@renovate renovate Bot changed the title Update dependency greenlet to v3.5.3 Update dependency greenlet to v3.5.4 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/greenlet-3.x-lockfile branch from ade4b02 to 24dcd4b Compare July 22, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants