forked from pool/python-pydantic-settings
Accepting request 1289436 from home:nkrapp:branches:devel:languages:python
- Update to 2.10.1 * Fix UnboundLocalError error in _replace_field_names_case_insensitively * Remove unknown file reference in documentation * Prepare release 2.10.1 - Update to 2.10.0 * Fix running tests when azure-keyvault-secrets is not installed * Fix running tests when google-cloud-secret-manager is not installed * Support loading a specific nested key from YAML in YamlConfigSettingsSource * Fix CLI suppression for model group help * Fix missing DEFAULT_PATH import * Fix case-insensitive handling of nested aliases in EnvironmentSettingsSource * Azure Key Vault case insensitive support and dash-underscore translation * fix: Respect 'cli_parse_args' from model_config with settings_customise_sources * Bump astral-sh/setup-uv * Update packages by * Update README.md * Fix CI badge * Update dependencies * Fix coverage report * Fix _consume_object_or_array on unbalanced brackets in JSON strings * add region as a parameter to aws secret manager * Expose GCP Secret Manager case sensitive option * Update deps * feat: Add cli_shortcuts to CLI settings * Expose AWS Secrets Manager case sensitive option * Prepare release 2.10.0 - remove otional test dependencies OBS-URL: https://build.opensuse.org/request/show/1289436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-settings?expand=0&rev=18
This commit is contained in:
BIN
pydantic_settings-2.10.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pydantic_settings-2.10.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
pydantic_settings-2.9.1.tar.gz
(Stored with Git LFS)
BIN
pydantic_settings-2.9.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 1 08:46:12 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.10.1
|
||||||
|
* Fix UnboundLocalError error in _replace_field_names_case_insensitively
|
||||||
|
* Remove unknown file reference in documentation
|
||||||
|
* Prepare release 2.10.1
|
||||||
|
- Update to 2.10.0
|
||||||
|
* Fix running tests when azure-keyvault-secrets is not installed
|
||||||
|
* Fix running tests when google-cloud-secret-manager is not installed
|
||||||
|
* Support loading a specific nested key from YAML in YamlConfigSettingsSource
|
||||||
|
* Fix CLI suppression for model group help
|
||||||
|
* Fix missing DEFAULT_PATH import
|
||||||
|
* Fix case-insensitive handling of nested aliases in EnvironmentSettingsSource
|
||||||
|
* Azure Key Vault case insensitive support and dash-underscore translation
|
||||||
|
* fix: Respect 'cli_parse_args' from model_config with settings_customise_sources
|
||||||
|
* Bump astral-sh/setup-uv
|
||||||
|
* Update packages by
|
||||||
|
* Update README.md
|
||||||
|
* Fix CI badge
|
||||||
|
* Update dependencies
|
||||||
|
* Fix coverage report
|
||||||
|
* Fix _consume_object_or_array on unbalanced brackets in JSON strings
|
||||||
|
* add region as a parameter to aws secret manager
|
||||||
|
* Expose GCP Secret Manager case sensitive option
|
||||||
|
* Update deps
|
||||||
|
* feat: Add cli_shortcuts to CLI settings
|
||||||
|
* Expose AWS Secrets Manager case sensitive option
|
||||||
|
* Prepare release 2.10.0
|
||||||
|
- remove otional test dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 24 05:53:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Apr 24 05:53:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pydantic-settings%{psuffix}
|
Name: python-pydantic-settings%{psuffix}
|
||||||
Version: 2.9.1
|
Version: 2.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Settings management using Pydantic
|
Summary: Settings management using Pydantic
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -38,9 +38,8 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module azure-keyvault-secrets >= 4.8}
|
BuildRequires: %{python_module azure-identity}
|
||||||
BuildRequires: %{python_module google-auth}
|
BuildRequires: %{python_module google-auth}
|
||||||
BuildRequires: %{python_module google-cloud-secret-manager >= 2.23.1}
|
|
||||||
BuildRequires: %{python_module pydantic-settings = %{version}}
|
BuildRequires: %{python_module pydantic-settings = %{version}}
|
||||||
BuildRequires: %{python_module pytest-examples}
|
BuildRequires: %{python_module pytest-examples}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
@@ -55,6 +54,7 @@ Suggests: python-PyYAML >= 6.0.1
|
|||||||
Suggests: python-tomli >= 2.0.1
|
Suggests: python-tomli >= 2.0.1
|
||||||
Suggests: python-google-cloud-secret-manager >= 2.23.1
|
Suggests: python-google-cloud-secret-manager >= 2.23.1
|
||||||
Suggests: python-azure-keyvault-secrets >= 4.8
|
Suggests: python-azure-keyvault-secrets >= 4.8
|
||||||
|
Suggests: python-azure-identity
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user