- Remove ringdisabled, switch to standard multibuild with a test flavor.
- Update to 0.115.13:
* Fix truncating the model's description with form feed (\f) character
for Pydantic V2.
- Ignore more test files with ringdisabled as inline_snapshot expands
inside the testsuite.
- Add patch support-starlette-0.47.patch:
* Allow starlette 0.47.
- Update to 0.115.12:
* Fix convert_underscores=False for header Pydantic models.
* Add docs examples and tests (support) for Annotated custom validations,
like AfterValidator.
* Update internal annotation usage for compatibility with Pydantic 2.11.
* Ensure that HTTPDigest only raises an exception when auto_error is True.
- Drop remove-classifiers.patch, no longer required.
OBS-URL: https://build.opensuse.org/request/show/1288758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=41
* Fix convert_underscores=False for header Pydantic models.
* Add docs examples and tests (support) for Annotated custom validations,
like AfterValidator.
* Update internal annotation usage for compatibility with Pydantic 2.11.
* Ensure that HTTPDigest only raises an exception when auto_error is True.
- Drop remove-classifiers.patch, no longer required.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=90
- Update to 0.115.8
* Fix `OAuth2PasswordRequestForm` and `OAuth2PasswordRequestFormStrict` fixed `grant_type` "password" RegEx.
* Simplify tests for body_multiple_params.
* Move duplicated code portion to a static method in the `APIKeyBase` super class.
* Simplify tests for request_files.
* Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models.md`.
* Update Request Body's `tutorial002` to deal with `tax=0` case.
* Update FastAPI People - Experts.
* Add Japanese translation for `docs/ja/docs/environment-variables.md`.
* Add Russian translation for `docs/ru/docs/advanced/async-tests.md`.
* Update Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`.
* Add Russian translation for `docs/ru/docs/tutorial/bigger-applications.md`.
* Add support for Python 3.13.
* Upgrade AnyIO max version for tests, new range: `>=3.2.1,<5.0.0`.
* Update Sponsors badges.
* Fix `notify_translations.py` empty env var handling for PR label events vs workflow_dispatch.
* Refactor and move `scripts/notify_translations.py`, no need for a custom GitHub Action.
* Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits.
* Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4.
- from version 0.115.7
* Upgrade `python-multipart` to >=0.0.18.
* Bump Starlette to allow up to 0.45.0: `>=0.40.0,<0.46.0`.
* Upgrade `jinja2` to >=3.1.5.
* Simplify tests for websockets.
* Simplify tests for request_form_models.
* Simplify tests for separate_openapi_schemas.
* Simplify tests for security.
* Simplify tests for schema_extra_example.
* Simplify tests for request_model.
* Simplify tests for request_forms_and_files.
OBS-URL: https://build.opensuse.org/request/show/1244123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=88
* Update internal checks to support Pydantic 2.10.
* Fix error in `docs/en/docs/tutorial/middleware.md`.
- update to 0.115.4:
* Update logic to import and check `python-multipart` for
compatibility with newer version.
- update to 0.115.3:
* Upgrade Starlette to `>=0.40.0,<0.42.0`.
* Fix broken link in docs.
- drop allow-new-starlette.patch (obsolete)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=82
- Update to 0.114.2:
* Fix form field regression with alias.
* Improve performance in request body parsing with a cache for internal
model fields.
* Add support for Pydantic models in Form parameters.
* Fix allow_inf_nan option for Param and Body classes.
* Ensure that app.include_router merges nested lifespans.
* Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0
- Drop patch allow-starlette-0.38.patch, included upstream.
OBS-URL: https://build.opensuse.org/request/show/1202122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=34
* Fix form field regression with alias.
* Improve performance in request body parsing with a cache for internal
model fields.
* Add support for Pydantic models in Form parameters.
* Fix allow_inf_nan option for Param and Body classes.
* Ensure that app.include_router merges nested lifespans.
* Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0
- Drop patch allow-starlette-0.38.patch, included upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=75
- update to 0.112.0:
* Add support for pip install "fastapi[standard]" with standard
dependencies and python -m fastapi
- version 0.111.1:
* Remove orjson and ujson from default dependencies. These
dependencies are still installed when you install with pip install
"fastapi[all]"
* Restored Swagger-UI links to use the latest version possible
- version 0.111.0:
* Add FastAPI CLI, the new fastapi command
* Add configs and setup for fastapi-slim including optional extras
fastapi-slim[standard], and fastapi including by default the same
standard extras
OBS-URL: https://build.opensuse.org/request/show/1192578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=32
* Add support for pip install "fastapi[standard]" with standard
dependencies and python -m fastapi
- version 0.111.1:
* Remove orjson and ujson from default dependencies. These
dependencies are still installed when you install with pip install
"fastapi[all]"
* Restored Swagger-UI links to use the latest version possible
- version 0.111.0:
* Add FastAPI CLI, the new fastapi command
* Add configs and setup for fastapi-slim including optional extras
fastapi-slim[standard], and fastapi including by default the same
standard extras
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=70
2024-08-08 09:35:24 +00:00
5 changed files with 22 additions and 32 deletions
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.