Skip to content

fix(deps): update dependency connexion to v3#1496

Open
renovate-bot wants to merge 1 commit intomozilla-releng:masterfrom
renovate-bot:renovate/connexion-3.x
Open

fix(deps): update dependency connexion to v3#1496
renovate-bot wants to merge 1 commit intomozilla-releng:masterfrom
renovate-bot:renovate/connexion-3.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
connexion <3<4 age confidence

Release Notes

spec-first/connexion (connexion)

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.2.0...3.3.0

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: spec-first/connexion@3.1.0...3.2.0

v3.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: spec-first/connexion@3.0.6...3.1.0

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: spec-first/connexion@3.0.5...3.0.6

v3.0.5

Compare Source

Highlights

Fix broken swagger_ui when using Swagger 2 specification with references.

What's Changed

Full Changelog: spec-first/connexion@3.0.4...3.0.5

v3.0.4

Compare Source

Highlights

Set Starlette upperbound version to <0.33 until https://redirect.github.com/encode/starlette/discussions/2361 is resolved.

What's Changed

Full Changelog: spec-first/connexion@3.0.3...3.0.4

v3.0.3

Compare Source

Highlights
  • Fix regression in app startup time
  • Fix CORS headers on error responses
What's Changed
New Contributors

Full Changelog: spec-first/connexion@3.0.2...3.0.3

v3.0.2

Compare Source

Highlights
  • Fix multiple file upload
  • Add migration guide for migrating from Connexion 2 to 3
What's Changed
New Contributors

Full Changelog: spec-first/connexion@3.0.1...3.0.2

v3.0.1

Compare Source

Highlights
  • Fix error handlers on FlaskApp to match documented behavior
  • Multiple documentation improvements
What's Changed

Full Changelog: spec-first/connexion@3.0.0...3.0.1

v3.0.0

Compare Source

Connexion 3.0: API-first for all
We are excited to announce the release of Connexion 3.0! 🎉

Connexion 3 fundamentally changes how Connexion is designed and implemented, and how it
fits into the wider Python API ecosystem. We adopted the ASGI interface, which makes Connexion both
modular and well-integrated with most modern Python API tooling.

It brings some major changes compared to 2.X:

  • The improved App and new AsyncApp allow you to use Connexion as a stand-alone framework
    • The App interface was extended so you no longer have to care about the framework used
      underneath
  • Connexion can now be used as middleware to supercharge any ASGI or WSGI-compatible framework
    with its spec-based functionality
  • Connexion is now pluggable in many dimensions:
    • All Connexion functionality is pluggable by adding or removing middleware from its stack
    • Validation is now pluggable by content type, solving longstanding issues regarding endpoints
      with multiple content types and making it easy to add validation for additional content types
    • Authentication is now pluggable by security scheme, making it easy to customize the behavior or
      add support for additional security schemes.
  • Aiohttp support has been dropped due to lack of ASGI support
  • We spent a lot of effort on extending and improving our documentation_

For further details, check:

Full changelog
New Contributors

Full Changelog: spec-first/connexion@2.13.0...3.0.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 06:59 AM, only on Thursday ( * 0-6 * * 4 ) in timezone UTC, 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-bot renovate-bot requested a review from a team as a code owner February 19, 2026 05:34
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.00%. Comparing base (542d6c0) to head (263c529).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1496       +/-   ##
===========================================
+ Coverage   76.25%   92.00%   +15.75%     
===========================================
  Files          17        1       -16     
  Lines        1777      838      -939     
  Branches      122        0      -122     
===========================================
- Hits         1355      771      -584     
+ Misses        360       67      -293     
+ Partials       62        0       -62     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate-bot renovate-bot force-pushed the renovate/connexion-3.x branch from 30c8123 to 263c529 Compare March 13, 2026 18:02
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