File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "reflex-hosting-cli" ;
21- version = "0.1.36 " ;
21+ version = "0.1.42 " ;
2222 pyproject = true ;
2323
2424 # source is not published https://github.com/reflex-dev/reflex/issues/3762
2525 src = fetchPypi {
2626 pname = "reflex_hosting_cli" ;
2727 inherit version ;
28- hash = "sha256-adLv5f9ikjTWvyC1UGfgocbSBFhhqTeo4JL8tLO1jyw =" ;
28+ hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I =" ;
2929 } ;
3030
3131 pythonRelaxDeps = [ "pipdeptree" ] ;
Original file line number Diff line number Diff line change 66 attrs ,
77 build ,
88 charset-normalizer ,
9+ ruff ,
910 dill ,
1011 distro ,
1112 fastapi ,
5051
5152buildPythonPackage rec {
5253 pname = "reflex" ;
53- version = "0.7.5 " ;
54+ version = "0.7.6 " ;
5455 pyproject = true ;
5556
5657 src = fetchFromGitHub {
5758 owner = "reflex-dev" ;
5859 repo = "reflex" ;
5960 tag = "v${ version } " ;
60- hash = "sha256-uHlLItjONHGnuE4t2UOcVRYxcDDbRldUwHd8mPn7JfY =" ;
61+ hash = "sha256-LwonbORSoNKi1dHmKxjI2H3G+ZtEGFSpQGwPi/2lRv4 =" ;
6162 } ;
6263
6364 pythonRelaxDeps = [
@@ -76,6 +77,7 @@ buildPythonPackage rec {
7677 alembic
7778 build # used in custom_components/custom_components.py
7879 charset-normalizer
80+ ruff
7981 dill
8082 distro
8183 fastapi
@@ -111,6 +113,7 @@ buildPythonPackage rec {
111113 pytest-asyncio
112114 pytest-mock
113115 python-dotenv
116+ ruff
114117 playwright
115118 attrs
116119 numpy
You can’t perform that action at this time.
0 commit comments