Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pydantic-settings
From: Adam Ciarcinski
Date: 2024-10-19 18:25:02
Message id: 20241019162502.51B75FC7E@cvs.NetBSD.org
Log Message:
py-pydantic-settings: updated to 2.6.0
2.6.0
Fix nested model field with alias parsing
Fix PathType typing in case of sequence
Add cli_ignore_unknown_args config option.
Fix AzureKeyVaultSettingsSource problem in case of field with underscore
Add cli_flag_prefix_char config option.
Fix nested model AliasChoices in validation alias
Add CLI App Support
Fix context not passed to field validators bug
Fix a regression in dotenv optional nested field
Put tests for non-default sources in separate files
Update nested model partial update docs example.
Add support for suppressing fields from CLI help.
Fix bug in dotenv source when there is env with and without prefix
Prepare release 2.6.0
Files: