1
0

Accepting request 944129 from home:bnavigator:py310_nonring

Update for python310 compatibility.

This is resolvable in Factory/standard, but obviously not in snapshots yet.

OBS-URL: https://build.opensuse.org/request/show/944129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=20
This commit is contained in:
2022-01-05 23:16:35 +00:00
committed by Git OBS Bridge
parent 35d63c53cf
commit cdd36c50e2
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 5 16:08:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.9.0
* add python 3.10 support, #2885 by @PrettyWood
* Discriminated unions, #619 by @PrettyWood
* Config.smart_union for better union logic, #2092 by @PrettyWood
* Binaries for Macos M1 CPUs, #3498 by @samuelcolvin
* Complex types can be set via nested environment variables, e.g.
foo___bar, #3159 by @Air-Mark
* add a dark mode to pydantic documentation, #2913 by @gbdlin
* Add support for autocomplete in VS Code via
__dataclass_transform__, #2721 by @tiangolo
* Add "exclude" as a field parameter so that it can be configured
using model config, #660 by @daviskirk
- Full changelog in HISTORY.md
-------------------------------------------------------------------
Thu May 13 11:07:30 UTC 2021 - Markéta Machová <mmachova@suse.com>