Contents

connexion 3.3.0

0

Connexion - API first applications with OpenAPI/Swagger

Connexion - API first applications with OpenAPI/Swagger

Stars: 4577, Watchers: 4577, Forks: 781, Open Issues: 172

The spec-first/connexion repo was created 10 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 4577 github stars!

How to Install connexion

You can install connexion using pip

pip install connexion

or add it to a project with poetry

poetry add connexion

Package Details

Author
Robbe Sneyders
License
Apache-2.0
Homepage
None
PyPi:
https://pypi.org/project/connexion/
GitHub Repo:
https://github.com/zalando/connexion

Classifiers

  • Internet
  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/HTTP Servers
  • Software Development
  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  connexion  pypi packages just yet.

Errors

A list of common connexion errors.

Code Examples

Here are some connexion code examples and snippets.

GitHub Issues

The connexion package has 172 open issues on GitHub

  • Understanding Connexion’s intended use cases and throughput characteristics
  • spec-first/connection does not respond correctly if the openapi are added in a certain order
  • Response header values are not validated against their schema when validate_responses=True
  • Swagger UI doesn't work with split specs (connexion 3.3.0)
  • Now will distinguish between status codes the expected inferred type
  • (v2) Migrate to importlib.util.find_spec for Python 3.14 compatibility
  • Swagger UI is broken in 2.15 version
  • Add comprehensive OpenAPI 3.1 support with JSON Schema 2020-12 validation
  • [pre-commit.ci] pre-commit autoupdate
  • Compatibility of Connexion v3 with Werkzeug 3.0
  • Lack of coverage for schemas of types oneOf, allOf, anyOf when validating Query Params
  • Revise exception handling doc on error handler functions
  • Processing multipart/form-data with file fails in V3 if openAPI spec uses allOf and $ref to define properties
  • [Question] Serving static files - AsyncApp
  • Test client failing to manage jwt security Unauthorized exceptions

See more issues on GitHub

Related Packages & Articles

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

apispec 6.9.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

sanic 25.12.0

A web server and web framework that's written to go fast. Build fast. Run fast.

flask-appbuilder 5.1.0

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.