Tags: spec-first/connexion
Tags
(v2) chore(requirements): drop unused dependencies (#2060) These were lifted from the v3 branch wholesale, but are not actually in use in v2. Changes proposed in this pull request: - drop a2wsgi, httpx, uvicorn, typing-extensions direct dependencies - typing-extensions still exists as a transitive dependency
(v2) chore(requirements): drop unused dependencies (#2060) These were lifted from the v3 branch wholesale, but are not actually in use in v2. Changes proposed in this pull request: - drop a2wsgi, httpx, uvicorn, typing-extensions direct dependencies - typing-extensions still exists as a transitive dependency
Upgrade dependencies on v2 banch (#1992) Fixes #1969 The main goal was upgrading werkzeug for CVE-2024-34069. After switching to python 3.12, it proved more difficult with changes to setuptools, etc. I decided to pull the pyproject from the main, and utilize that, alone with updated dependencies. Small changes were needed in various api changes, notably: - flask change of request_ctx - swagger_ui_bundle version change, default_template_dir change - aiohttp middleware api slightly changed - flask json change, using flask.json.provider I believe these changes will have minimal impact to users, but the changes are likely breaking for some, specifically, the move to latest flask. --------- Signed-off-by: Mike Marchetti <mfmarche@gmail.com>
Update example for latest version of SQLAlchemy (#2011) Pass argument that disables SQLite thread check when creating the engine Revise request-processing functions to work within a database session context Drop TODO from the example README Co-authored-by: Christopher Lott <chrisinmtown@users.noreply.github.com>
Log handled errors to warning (#1926) Fixes #1925. Changes proposed in this pull request: - Log handled errors to `warning` instead of `error`. - Log validation errors to `info` because the intent of the log lines in informational. The error is handled by raising a new error. --------- Co-authored-by: Alex Fechner <alex.fechner@stryker.com>
PreviousNext