From 328363ddbf1ece00603ba0d53cb79b8c5b439346 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 11 Aug 2025 23:59:36 +0200 Subject: [PATCH] python3Packages.reflex: 0.7.14 -> 0.8.6 Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.8.6 --- pkgs/development/python-modules/reflex/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/reflex/default.nix b/pkgs/development/python-modules/reflex/default.nix index 83c179a05136..4a826e65aa47 100644 --- a/pkgs/development/python-modules/reflex/default.nix +++ b/pkgs/development/python-modules/reflex/default.nix @@ -7,7 +7,6 @@ build, ruff, dill, - fastapi, granian, hatchling, httpx, @@ -43,14 +42,14 @@ buildPythonPackage rec { pname = "reflex"; - version = "0.7.14"; + version = "0.8.6"; pyproject = true; src = fetchFromGitHub { owner = "reflex-dev"; repo = "reflex"; tag = "v${version}"; - hash = "sha256-yuVBQYP0YlvAIWF/+oSfCLbfj1GLtnYajU3WoolyTjY="; + hash = "sha256-Tas67x9UEFSR7yyENvixzCWbbKgP+OBMw6prnxWgCQo="; }; # 'rich' is also somehow checked when building the wheel, @@ -59,9 +58,9 @@ buildPythonPackage rec { pythonRelaxDeps = [ # needed + "click" + "starlette" "rich" - # preventative - "fastapi" ]; build-system = [ hatchling ]; @@ -70,7 +69,6 @@ buildPythonPackage rec { alembic build # used in custom_components/custom_components.py dill # used in state.py - fastapi granian granian.optional-dependencies.reload httpx