Skip to content

Update cffi requirement from <2.0.0 to <3.0.0#158

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/cffi-lt-3.0.0
Open

Update cffi requirement from <2.0.0 to <3.0.0#158
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/cffi-lt-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 6, 2025

Updates the requirements on cffi to permit the latest version.

Release notes

Sourced from cffi's releases.

v2.0.0

What's Changed

  • Add Python 3.14 support.
  • Add CPython free-threaded support (3.14t+ only) - huge thanks to the folks at Quansight Labs for all the work to get this one sorted!
  • Drop Python <= 3.8 support.
  • Fix order dependency affecting nested type size calculation (#148).

Full Changelog: python-cffi/cffi@v1.17.1...v2.0.0

Commits
  • 6366c01 release 2.0.0 (#196)
  • 95c8476 2.0.0 post beta backports (#195)
  • 195cbda Release 2.0.0b1 (#183)
  • b4bbe79 fix version test to support beta
  • 7ed073d Add support for the free-threaded build (#178)
  • 67a170d Change the license from MIT to MIT-no-attribution, which is the same without ...
  • 92645ec Add Python 3.14 support/testing (#177)
  • 2b81170 doc: update test commands in Section Testing/development tips (#158)
  • 25172b8 doc: update year (#153)
  • b57a92c issue 147: force-compute nested structs before parent structs. Occurs mainly...
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@github-actions github-actions Bot enabled auto-merge (squash) October 6, 2025 21:19
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Oct 6, 2025

Merging this PR will not alter performance

✅ 4 untouched benchmarks


Comparing dependabot/pip/cffi-lt-3.0.0 (7078e5f) with master (2266c3f)1

Open in CodSpeed

Footnotes

  1. No successful run was found on master (483e9d3) during the generation of this report, so 2266c3f was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@dependabot dependabot Bot force-pushed the dependabot/pip/cffi-lt-3.0.0 branch 2 times, most recently from af2f769 to 2baba24 Compare October 7, 2025 21:30
@bdraco
Copy link
Copy Markdown
Member

bdraco commented Dec 29, 2025

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/pip/cffi-lt-3.0.0 branch from 2baba24 to 8e37f42 Compare December 29, 2025 19:39
@bdraco
Copy link
Copy Markdown
Member

bdraco commented May 8, 2026

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/pip/cffi-lt-3.0.0 branch from 8e37f42 to 18c3be8 Compare May 8, 2026 16:11
@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.63%. Comparing base (483e9d3) to head (7078e5f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #158   +/-   ##
=======================================
  Coverage   97.63%   97.63%           
=======================================
  Files          17       17           
  Lines         846      846           
  Branches       44       44           
=======================================
  Hits          826      826           
  Misses         12       12           
  Partials        8        8           
Flag Coverage Δ
CI-GHA 97.63% <ø> (ø)
MyPy 91.83% <ø> (ø)
OS-Linux 97.48% <ø> (ø)
OS-Windows 94.52% <ø> (ø)
OS-macOS 94.52% <ø> (ø)
Py-3.10.11 92.69% <ø> (ø)
Py-3.10.20 94.52% <ø> (+16.43%) ⬆️
Py-3.11.15 96.11% <ø> (+16.43%) ⬆️
Py-3.11.9 94.29% <ø> (ø)
Py-3.12.10 94.29% <ø> (ø)
Py-3.12.13 96.11% <ø> (ø)
Py-3.13.13 96.11% <ø> (ø)
Py-3.13.13t ?
Py-3.14.4 96.08% <ø> (+1.84%) ⬆️
Py-3.14.4t 96.08% <ø> (ø)
Py-pypy3.10.16-7.3.19 78.08% <ø> (ø)
VM-macos-latest 94.52% <ø> (ø)
VM-ubuntu-latest 97.48% <ø> (ø)
VM-windows-11-arm 94.29% <ø> (ø)
VM-windows-latest 94.52% <ø> (ø)
pytest 97.48% <ø> (ø)

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bdraco
Copy link
Copy Markdown
Member

bdraco commented May 8, 2026

@dependabot recreate

Updates the requirements on [cffi](https://github.com/python-cffi/cffi) to permit the latest version.
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.11.1...v2.0.0)

---
updated-dependencies:
- dependency-name: cffi
  dependency-version: 2.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/cffi-lt-3.0.0 branch from 18c3be8 to 7078e5f Compare May 8, 2026 16:42
Comment thread requirements/codspeed.txt
@@ -1,3 +1,3 @@
-r test.txt
cffi<2.0.0;python_version<"3.14"
cffi<3.0.0;python_version<"3.14"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bdraco will this work with newer Pythons?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think one of us put that condition in because cffi were taking too long to release a 3.14 compatible release. If it's working now, should be able to remove the version constraint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants