mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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:
parent
060c273f28
commit
70ccb0dec2
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user