14
0

- Update to 0.117.1:

* Features
    + Allow None as return type for bodiless responses.
    + Allow array values for OpenAPI schema type field.
    + Add OpenAPI external_docs parameter to FastAPI.
    + Add support for deploying to FastAPI Cloud with fastapi deploy.
  * Upgrades
    + Upgrade Starlette supported version range to >=0.40.0,<0.49.0.
  * Fixes
    + Fix validation error when File is declared after Form parameter.
    + Fix default_factory for response model field with Pydantic V1.
    + Fix inconsistent processing of model docstring formfeed char with
      Pydantic V1.
    + Fix jsonable_encoder alters json_encoders of Pydantic v1 objects.
    + Reenable allow_arbitrary_types when only 1 argument is used on the API
      endpoint.
    + Fix inspect.getcoroutinefunction() can break testing with
      unittest.mock.patch().
    + Fix support for unions when using Form.
- Update URL.
- Drop patch support-starlette-0.47.patch, no longer required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=99
This commit is contained in:
2025-09-25 05:37:25 +00:00
committed by Git OBS Bridge
commit c5afff1a68
6 changed files with 1127 additions and 0 deletions

3
_multibuild Normal file
View File

@@ -0,0 +1,3 @@
<multibuild>
<package>test</package>
</multibuild>