pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pydantic-settings



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 30 09:38:34 UTC 2026

Modified Files:
        pkgsrc/devel/py-pydantic-settings: Makefile distinfo

Log Message:
py-pydantic-settings: updated to 2.14.0

2.14.0

Fix parsing env vars into Optional Strict types
Fix RecursionError with mutually recursive models in CLI
Fix env_file from model_config ignored in CliApp.run()
Update dependencies
Add Dependabot configuration
Bump samuelcolvin/check-python-version from 4.1 to 5
Bump actions/upload-artifact from 4 to 7
Bump actions/checkout from 4 to 6
Bump astral-sh/setup-uv from 5 to 7
Bump actions/setup-python from 5 to 6
Ignore chardet and group GitHub Actions in Dependabot
Bump actions/download-artifact from 4 to 8 in the github-actions group
Bump the python-packages group with 2 updates
Support reading .env files from FIFOs (e.g. 1Password Environments)
Fix AliasChoices ignored when changing provider priority
fix: resolve KeyError in run_subcommand for underscore field names
Bump the python-packages group with 3 updates
Fix Literal[numeric Enum] coercion for CLI and env vars
Fix nested discriminated unions not discovered by env/CLI providers
Bump the python-packages group with 3 updates
CLI ensure env nested max split internally.
Bump the python-packages group with 4 updates
Migrate boto3-stubs to types-boto3
Fix CLI not recognizing field name with validate_by_name and AliasChoices
Allow customisation of the dotevn setting source to filter variables
Bump the python-packages group with 3 updates
Introduce yamlfmt
Bump boto3 from 1.42.82 to 1.42.83 in the python-packages group
Introduce zizmor
Fix CliPositionalArg[list[CustomType]] crash for custom types
Add note about Mypy plugin for BaseSettings.__init__()
Fix cli_ignore_unknown_args=True not working on subcommands
Bump the python-packages group with 4 updates
Fix CLI descriptions lost under python -OO by falling back to json_schema_extra
Prepare release 2.14.0


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-pydantic-settings/Makefile \
    pkgsrc/devel/py-pydantic-settings/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pydantic-settings/Makefile
diff -u pkgsrc/devel/py-pydantic-settings/Makefile:1.13 pkgsrc/devel/py-pydantic-settings/Makefile:1.14
--- pkgsrc/devel/py-pydantic-settings/Makefile:1.13     Fri Dec 26 11:44:16 2025
+++ pkgsrc/devel/py-pydantic-settings/Makefile  Thu Apr 30 09:38:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/12/26 11:44:16 adam Exp $
+# $NetBSD: Makefile,v 1.14 2026/04/30 09:38:34 adam Exp $
 
-DISTNAME=      pydantic_settings-2.12.0
+DISTNAME=      pydantic_settings-2.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydantic_settings/}
Index: pkgsrc/devel/py-pydantic-settings/distinfo
diff -u pkgsrc/devel/py-pydantic-settings/distinfo:1.13 pkgsrc/devel/py-pydantic-settings/distinfo:1.14
--- pkgsrc/devel/py-pydantic-settings/distinfo:1.13     Fri Dec 26 11:44:16 2025
+++ pkgsrc/devel/py-pydantic-settings/distinfo  Thu Apr 30 09:38:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/12/26 11:44:16 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/04/30 09:38:34 adam Exp $
 
-BLAKE2s (pydantic_settings-2.12.0.tar.gz) = 6264ab26e96ee6683709ccbadee9247c306b5b13f2bfd292fcedec905132d329
-SHA512 (pydantic_settings-2.12.0.tar.gz) = 0a3ab07e0e427573e82b8bffa7db7ef91af41fe60445a3a5ac321cb328e6ebd3a1f78de2575a4d87ee3fbf93852d30d6eaced34a434287b1778678e0b7735a5c
-Size (pydantic_settings-2.12.0.tar.gz) = 194184 bytes
+BLAKE2s (pydantic_settings-2.14.0.tar.gz) = 3f8d403e823142baf576e2e5a878bab285ebf4dc73a964d9039225b910588a5e
+SHA512 (pydantic_settings-2.14.0.tar.gz) = b50b741ea75956f9e4b3ea3cd25451c046264c62212b21334482f2e583679899660588b3b56a5f89e099e12d4bcb3802ef943ec077518f819e8336cb00c1a0e6
+Size (pydantic_settings-2.14.0.tar.gz) = 235709 bytes



Home | Main Index | Thread Index | Old Index