forked from pool/python-pydantic-settings
- 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:
BIN
pydantic_settings-2.3.4.tar.gz
(Stored with Git LFS)
BIN
pydantic_settings-2.3.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pydantic_settings-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pydantic_settings-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pydantic-settings
|
||||
Version: 2.3.4
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: Settings management using Pydantic
|
||||
License: MIT
|
||||
@@ -31,6 +31,7 @@ BuildRequires: %{python_module pip}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pydantic >= 2.3.0}
|
||||
BuildRequires: %{python_module azure-identity >= 1.16}
|
||||
BuildRequires: %{python_module pytest-examples}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
Reference in New Issue
Block a user