python3Packages.apischema: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:21:37 -07:00
parent 52573cc0e7
commit 2bb7a68648
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
graphql-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest8_3CheckHook,
pythonAtLeast,
@@ -32,6 +33,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
optional-dependencies = {
graphql = [ graphql-core ];
};