Kirill Radzikhovskyy
2025-12-05 15:05:38 +11:00
parent 7905606cfa
commit f8e85ebf0a
@@ -11,6 +11,7 @@
mock,
pytest-asyncio,
pytestCheckHook,
python-multipart,
pythonOlder,
requests,
setuptools,
@@ -20,7 +21,7 @@
buildPythonPackage rec {
pname = "authlib";
version = "1.6.3";
version = "1.6.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -29,7 +30,7 @@ buildPythonPackage rec {
owner = "lepture";
repo = "authlib";
tag = "v${version}";
hash = "sha256-AzIjfUH89tYZwVnOpdSwEzaGNpedfQ50k9diKUfH+Fg=";
hash = "sha256-lz2cPqag6lZ9PXb3O/SV4buIPDDzhI71/teqWHLG+vE=";
};
build-system = [ setuptools ];
@@ -46,6 +47,7 @@ buildPythonPackage rec {
mock
pytest-asyncio
pytestCheckHook
python-multipart
requests
starlette
werkzeug