Skip to content

Update dependency greenlet to v3.5.5 - #653

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

Update dependency greenlet to v3.5.5#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.5 age confidence

Release Notes

python-greenlet/greenlet (greenlet)

v3.5.5

Compare Source

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

  • Link the C++ runtime statically into the Windows wheels again, as the
    Appveyor builds did through 3.3.0. Since 3.3.1 _greenlet.pyd
    imported MSVCP140.dll, which no Windows CPython distribution ships,
    so importing greenlet failed on machines without the Visual C++
    redistributable. See issue 525 <https://github.com/python-greenlet/greenlet/issues/525>_. Issue
    and pull request by Daniel Sticker.

.. note::
Binary 3.15 wheels are now built with 3.15.0rc1. This should be
compatible with future 3.15 releases and is believed compatible
with 3.15b4 as well (but not earlier versions).

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 becomes conflicted, 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 46d595b
🔍 Latest deploy log https://app.netlify.com/projects/fastapi-filter/deploys/6a79f47966fd9d000805ec69
😎 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 (bfc104c) to head (46d595b).

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 6 times, most recently from b7f99ff to dceb175 Compare July 28, 2026 16:33
@renovate
renovate Bot force-pushed the renovate/greenlet-3.x-lockfile branch 5 times, most recently from 9d2bd88 to 0768172 Compare July 29, 2026 01:00
@renovate
renovate Bot force-pushed the renovate/greenlet-3.x-lockfile branch from 0768172 to 89e5e28 Compare August 4, 2026 21:08
@renovate
renovate Bot force-pushed the renovate/greenlet-3.x-lockfile branch from 89e5e28 to 46d595b Compare August 10, 2026 15:55
@renovate renovate Bot changed the title Update dependency greenlet to v3.5.4 Update dependency greenlet to v3.5.5 Aug 10, 2026
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.

1 participant