python311Packages.pydantic-settings: mark broken (#267088)

python311Packages.pydantic-settings: mark broken

It was packaged for pydantic 2.0, which was then reverted due to too many regressions.

Keep the package, but mark it broken until our pydantic version catches up.
This commit is contained in:
Maurice 2023-11-12 20:48:23 +01:00 committed by GitHub
parent 060c273f28
commit 70ccb0dec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ buildPythonPackage rec {
description = "Settings management using pydantic";
homepage = "https://github.com/pydantic/pydantic-settings";
license = licenses.mit;
broken = lib.versionOlder pydantic.version "2.0.0";
maintainers = with maintainers; [ ];
};
}