Unverified Commit 02cfa48f authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

gnome-extensions-cli: fix build by unpinning pydantic

It was complaining:
  Executing pythonRuntimeDepsCheck
  Checking runtime dependencies for gnome_extensions_cli-0.10.1-py3-none-any.whl
    - pydantic<3.0.0,>=2.3.0 not satisfied by version 1.10.14
parent a961743f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
, poetry-core
, colorama
, packaging
, pydantic_1
, pydantic
, requests
, pygobject3
, tqdm
@@ -38,7 +38,7 @@ buildPythonApplication rec {
  propagatedBuildInputs = [
    colorama
    packaging
    pydantic_1
    pydantic
    requests
    pygobject3
    tqdm