Revert "litestar: 2.21.1 -> 2.23.0" (#531004)

This commit is contained in:
Fabián Heredia Montiel
2026-06-12 15:34:48 +00:00
committed by GitHub
@@ -60,14 +60,14 @@
buildPythonPackage (finalAttrs: {
pname = "litestar";
version = "2.23.0";
version = "2.21.1";
pyproject = true;
src = fetchFromGitHub {
owner = "litestar-org";
repo = "litestar";
tag = "v${finalAttrs.version}";
hash = "sha256-EKCQQElL4pq5Li52RUP68UKJQ+NyuCdEh7zz15ugP2s=";
hash = "sha256-dH51GecYwVTnOO+F1FJnFR2VO3IvLbpKWbxK7jssak8=";
};
build-system = [ hatchling ];