python3Packages.reflex: 0.8.7 -> 0.8.9 (#439787)

This commit is contained in:
Fabian Affolter
2025-09-03 12:31:35 +02:00
committed by GitHub
@@ -10,7 +10,6 @@
granian,
hatchling,
httpx,
jinja2,
numpy,
packaging,
pandas,
@@ -43,14 +42,14 @@
buildPythonPackage rec {
pname = "reflex";
version = "0.8.7";
version = "0.8.9";
pyproject = true;
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
tag = "v${version}";
hash = "sha256-ieR+Wxj1bJp3dQpw6j2Wki1nm4MWtVZ+UOtDl+6ip7M=";
hash = "sha256-foyMNW1ffBowEyCSD4SKPLGxWifQGQqKDRfqVFFX8Yw=";
};
# 'rich' is also somehow checked when building the wheel,
@@ -73,7 +72,6 @@ buildPythonPackage rec {
granian
granian.optional-dependencies.reload
httpx
jinja2
packaging # used in utils/prerequisites.py
platformdirs
psutil