Commit e927b3b5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.stravalib: doesn't support pydantic > 2

parent 2cd56856
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,5 +51,7 @@ buildPythonPackage rec {
    changelog = "https://github.com/stravalib/stravalib/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ ];
    # Support for pydantic > 2, https://github.com/stravalib/stravalib/issues/379
    broken = versionAtLeast pydantic.version "2";
  };
}