python311Packages.aiogram: relax pydantic constraint

This commit is contained in:
Martin Weinelt 2024-03-17 21:26:46 +01:00
parent eebd1d6c0b
commit 7739f926b5
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, pythonRelaxDepsHook
, pytestCheckHook
, aiohttp
, aiohttp-socks
@ -37,6 +38,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
hatchling
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"pydantic"
];
propagatedBuildInputs = [