python3Packages.youtubeaio: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-02 09:44:56 -07:00
parent 2736b2e922
commit 4f5c0a4447
@@ -7,6 +7,7 @@
pydantic,
yarl,
aresponses,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -27,6 +28,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
pydantic