14
0

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

- update to 0.97.0: 
  * Features
    - Add support for dependencies in WebSocket routes.
    - Add exception handler for WebSocketRequestValidationError 
      (which also allows to override it).
  * Refactors
    - Upgrade and fully migrate to Ruff, remove isort, includes a 
      couple of tweaks suggested by the new version of Ruff.
    - Update internal type annotations and upgrade mypy. 
    - Simplify AsyncExitStackMiddleware as without Python 3.6 
      AsyncExitStack is always available.
  * Upgrades
    - Upgrade Black.

OBS-URL: https://build.opensuse.org/request/show/1093954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=45
This commit is contained in:
2023-06-20 10:51:59 +00:00
committed by Git OBS Bridge
parent 6427129d95
commit 5bb205f806
3 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jun 20 10:11:51 UTC 2023 - David Anes <david.anes@suse.com>
- update to 0.97.0:
* Features
- Add support for dependencies in WebSocket routes.
- Add exception handler for WebSocketRequestValidationError
(which also allows to override it).
* Refactors
- Upgrade and fully migrate to Ruff, remove isort, includes a
couple of tweaks suggested by the new version of Ruff.
- Update internal type annotations and upgrade mypy.
- Simplify AsyncExitStackMiddleware as without Python 3.6
AsyncExitStack is always available.
* Upgrades
- Upgrade Black.
-------------------------------------------------------------------
Sun Jun 11 11:52:48 UTC 2023 - Dirk Müller <dmueller@suse.com>