Revisions of python-fastapi

buildservice-autocommit accepted request 1169416 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 69)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 68)
- update to 0.110.2:
  * Fix support for query parameters with list types, handle
    JSON encoding Pydantic `UndefinedType`
  * Simplify Pydantic configs in OpenAPI models in
    `fastapi/openapi/models.py`.
  * Add support for Pydantic's 2.7 new deprecated Field
    parameter, remove URL from validation errors response.
- update to 0.110.1:
  * Fix parameterless `Depends()` with generics.
  * Update mypy.
  * Simplify string format with f-strings in
    `fastapi/applications.py`.
  * Upgrade Starlette to >=0.37.2,<0.38.0, remove Starlette
    filterwarning for internal tests. PR #11266 by @nothielf.
buildservice-autocommit accepted request 1156813 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 67)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 66)
- Update to 0.110.0:
  * Fix unhandled growing memory for internal server errors, refactor
    dependencies with yield and except to require raising again as in
    regular Python.
- Switch to pydantic version 2 by pulling in pydantic-settings.
buildservice-autocommit accepted request 1146442 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 65)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 64)
- update to 0.109.1 [bsc#1219610] CVE-2024-24762:
  * Upgrade minimum version of `python-multipart` to `>=0.0.7`
    to fix a vulnerability when using form data with a ReDos
    attack. You can also simply upgrade `python-multipart`.
  * Read more in the advisory: Content-Type Header ReDoS.
  * Include HTTP 205 in status codes with no body.
  * Fix broken link in `docs/tutorial/sql-databases.md` in
    several languages.
  * Remove broken links from `external_links.yml`.
  * Update template docs with more info about `url_for`. PR
    #5937 by @EzzEddin.
  * Update usage of Token model in security docs.
  * Update highlighted line in `docs/en/docs/tutorial/bigger-
    applications.md`.
  * Add External Link: Explore How to Effectively Use JWT With
    FastAPI.
  * Add hyperlink to `docs/en/docs/tutorial/static-files.md`.
  * Add External Link: Instrument a FastAPI service adding
    tracing with OpenTelemetry and send/show traces in Grafana
    Tempo.
  * Review and rewording of `en/docs/contributing.md`.
  * Add External Link: ML serving and monitoring with FastAPI
    and Evidently.
  * Reword in docs, from "have in mind" to "keep in mind".
  * Add External Link: Talk by Jeny Sadadia.
  * Add location info to `tutorial/bigger-applications.md`.
buildservice-autocommit accepted request 1138589 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 63)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1138505 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 62)
- Update to 0.109.0
  * Add support for Python 3.12. PR #10666 by @Jamim.
  * Upgrade Starlette to >=0.35.0,<0.36.0. PR #10938 by @tiangolo.
  * Translation updates
buildservice-autocommit accepted request 1135254 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 61)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 60)
- update to 0.108.0:
  * Upgrade Starlette to `>=0.29.0,<0.33.0`, update docs and
    usage of templates with new Starlette arguments.
buildservice-autocommit accepted request 1133051 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 59)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 58)
- update to 0.105.0:
  * Add support for multiple Annotated annotations, e.g.
    `Annotated[str, Field(), Query()]`.
  * Remove unused NoneType.
  * Tweak default suggested configs for generating clients.
buildservice-autocommit accepted request 1124010 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 57)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 56)
- update to 0.104.1:
  * Pin Swagger UI version to 5.9.0 temporarily to handle a bug
    crashing it in 5.9.1.
  * Update data structure and render for external-links.
  * Fix link to SPDX license identifier in
    `docs/en/docs/tutorial/metadata.md`.
  * Update example validation error from Pydantic v1 to match
    Pydantic v2 in `docs/en/docs/tutorial/path-params.md`.
  * Fix typos in emoji docs and in some source examples.
  * Fix typo in `docs/en/docs/reference/dependencies.md`.
  * Fix typos and rewordings in `docs/en/docs/tutorial/body-
    nested-models.md`.
  * Update docs, remove references to removed
    `pydantic.Required` in `docs/en/docs/tutorial/query-params-
    str-validations.md`.
  * Fix typo in `docs/en/docs/reference/index.md`.
  * Update Pydantic links to dotenv support.
  * Update links in `docs/en/docs/async.md` and
    `docs/zh/docs/async.md` to make them relative.
  * Fix links in `docs/em/docs/async.md`.
  * Fix typo in `docs/em/docs/index.md`
    with custom docstrings for BackgroundTasks, refactor docs structure.
 * dd support for openapi_examples in all FastAPI parameters.
- update to 0.97.0:
    - Add exception handler for WebSocketRequestValidationError
    - Upgrade and fully migrate to Ruff, remove isort, includes a
    - Update internal type annotations and upgrade mypy.
    - Simplify AsyncExitStackMiddleware as without Python 3.6
- Update to version 0.96.0:
    - Update Deta deployment tutorial for compatibility with Deta
buildservice-autocommit accepted request 1119161 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 55)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1118904 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 53)
- update to 0.104.0
- disable test_dependency_gets_exception -> https://github.com/tiangolo/fastapi/discussions/9934
 * Add reference (code API) docs with PEP 727, add subclass
    with custom docstrings for BackgroundTasks, refactor docs structure.
buildservice-autocommit accepted request 1114616 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 52)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1114615 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 51)
- update to 0.103.2
 * support Pydantic2 2.4
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1113613 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 50)
- update to 0.103.1
 * dd support for openapi_examples in all FastAPI parameters. 
 * Refactor tests for new Pydantic 2.2.1
 * Add ResponseValidationError printable details, to show up in server error logs.
 * Replace MultHostUrl to AnyUrl for compatibility with older versions of Pydantic v1.
 * Support for Pydantic v2
Displaying revisions 1 - 20 of 69
openSUSE Build Service is sponsored by