14
0

Accepting request 1073258 from home:david.anes:branches:devel:languages:python

- Update to 0.95.0:
  * Highlights
    - This release adds support for dependencies and parameters 
      using Annotated and recommends its usage. 
  * Features
    - Add support for PEP-593 Annotated for specifying dependencies 
      and parameters. PR #4871 by @nzig.
  * Docs
    - Tweak tip recommending Annotated in docs. 
      PR #9270 by @tiangolo.
    - Update order of examples, latest Python version first, and 
      simplify version tab names. PR #9269 by @tiangolo.
    - Update all docs to use Annotated as the main recommendation, 
      with new examples and tests. PR #9268 by @tiangolo.

OBS-URL: https://build.opensuse.org/request/show/1073258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=32
This commit is contained in:
2023-03-20 14:38:50 +00:00
committed by Git OBS Bridge
parent 96d40c3062
commit 36b764e115
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Mar 20 11:52:11 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 0.95.0:
* Highlights
- This release adds support for dependencies and parameters
using Annotated and recommends its usage.
* Features
- Add support for PEP-593 Annotated for specifying dependencies
and parameters. PR #4871 by @nzig.
* Docs
- Tweak tip recommending Annotated in docs.
PR #9270 by @tiangolo.
- Update order of examples, latest Python version first, and
simplify version tab names. PR #9269 by @tiangolo.
- Update all docs to use Annotated as the main recommendation,
with new examples and tests. PR #9268 by @tiangolo.
-------------------------------------------------------------------
Tue Mar 14 09:28:08 UTC 2023 - David Anes <david.anes@suse.com>