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

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

Binary file not shown.

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>

View File

@@ -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}