Skip to content

fix(deps): update greenlet for Python 3.14 - #126

Merged
hadrien merged 1 commit into
mainfrom
fix/greenlet-python314
Aug 2, 2026
Merged

fix(deps): update greenlet for Python 3.14#126
hadrien merged 1 commit into
mainfrom
fix/greenlet-python314

Conversation

@hadrien

@hadrien hadrien commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Problem

  • uv.lock pins greenlet 3.1.1 without a CPython 3.14 wheel.
  • Python 3.14 installations fall back to an incompatible source build.

Solution

  • Lock greenlet 3.5.4 with CPython 3.14 wheels.
  • Preserve all direct dependency constraints.
  • Verify all extras, Ruff, and 26 tests on Python 3.14.

fs-3yg

@hadrien
hadrien merged commit 3fef256 into main Aug 2, 2026
5 checks passed
@hadrien
hadrien deleted the fix/greenlet-python314 branch August 2, 2026 12:49
@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.39%. Comparing base (7414aec) to head (e5a55ab).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #126   +/-   ##
=======================================
  Coverage   97.39%   97.39%           
=======================================
  Files           1        1           
  Lines         115      115           
  Branches        2        2           
=======================================
  Hits          112      112           
  Misses          3        3           
Flag Coverage Δ
fastapi-post121 97.39% <ø> (ø)
fastapi-pre121 97.39% <ø> (ø)
sqlmodel 97.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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