Commit 72d13f6f authored by Robert Schütz's avatar Robert Schütz
Browse files

python311Packages.aioopenexchangerates: don't pin pydantic

parent 4de8afef
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
{ lib
, aiohttp
, aioresponses
, pydantic_1
, pydantic
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
}:

buildPythonPackage rec {
@@ -31,11 +32,16 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    poetry-core
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = [
    "pydantic"
  ];

  propagatedBuildInputs = [
    aiohttp
    pydantic_1
    pydantic
  ];

  nativeCheckInputs = [