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
This commit is contained in:
Vladimír Čunát 2024-03-20 07:25:47 +01:00
parent a961743f95
commit 02cfa48f93
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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