From 7e8dc8809112b505ad1983dae863703e481964d5 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 24 Mar 2025 22:33:03 +0100 Subject: [PATCH] python313Packages.reflex: 0.7.4a0 -> 0.7.4 Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.7.4 --- pkgs/development/python-modules/reflex/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/reflex/default.nix b/pkgs/development/python-modules/reflex/default.nix index be714a1d1df0..9b5a31324fdd 100644 --- a/pkgs/development/python-modules/reflex/default.nix +++ b/pkgs/development/python-modules/reflex/default.nix @@ -9,6 +9,7 @@ dill, distro, fastapi, + granian, gunicorn, hatchling, httpx, @@ -25,6 +26,7 @@ pydantic, pytest-asyncio, pytest-mock, + python-dotenv, pytestCheckHook, python-engineio, python-multipart, @@ -48,14 +50,14 @@ buildPythonPackage rec { pname = "reflex"; - version = "0.7.4a0"; + version = "0.7.4"; pyproject = true; src = fetchFromGitHub { owner = "reflex-dev"; repo = "reflex"; tag = "v${version}"; - hash = "sha256-KFNcdPoZc+Zps8OV3aLIkk9rlbfy6rx0I9JrYFt2b5E="; + hash = "sha256-Ra7XFa86sZ18xXjfJ4COiIl7MDqz87MPLRws+kGEfKk="; }; pythonRelaxDeps = [ @@ -77,6 +79,8 @@ buildPythonPackage rec { dill distro fastapi + granian + granian.optional-dependencies.reload gunicorn httpx jinja2 @@ -106,6 +110,7 @@ buildPythonPackage rec { pytestCheckHook pytest-asyncio pytest-mock + python-dotenv playwright attrs numpy