Unverified Commit 70ccb0de authored by Maurice's avatar Maurice Committed by GitHub
Browse files

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.
parent 060c273f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}