14
0

- Update to 2.4.0:

* Fix regex flags accidentally passed as count
  * Deprecate read_env_file and move it to DotEnvSettingsSource
  * Fix a bug when loading empty yaml file
  * feat: Enable access to the current state in settings sources
  * Add support for short options
  * Add Azure Key Vault settings source
  * Add cli_exit_on_error config option

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-settings?expand=0&rev=7
This commit is contained in:
2024-09-10 04:58:20 +00:00
committed by Git OBS Bridge
parent 06500e7f53
commit 13dffcfaaa
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 10 04:57:57 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.4.0:
* Fix regex flags accidentally passed as count
* Deprecate read_env_file and move it to DotEnvSettingsSource
* Fix a bug when loading empty yaml file
* feat: Enable access to the current state in settings sources
* Add support for short options
* Add Azure Key Vault settings source
* Add cli_exit_on_error config option
-------------------------------------------------------------------
Mon Jul 1 17:55:58 UTC 2024 - Dirk Müller <dmueller@suse.com>