python3Packages.pydantic-compat: fix

This commit is contained in:
Sigmanificient
2026-01-21 23:45:45 +01:00
parent 928bda1569
commit 0bbc7efe28
@@ -46,6 +46,7 @@ buildPythonPackage rec {
# deprecated, and will be removed in Pydantic V3. Instead, you should access this attribute from
# the model class. Deprecated in Pydantic V2.11 to be removed in V3.0.
"-Wignore::pydantic.warnings.PydanticDeprecatedSince211"
"-Wignore::pydantic.warnings.PydanticDeprecatedSince212"
];
meta = {