Skip to content

Commit 6b6b75e

Browse files
authored
bump to 0.7.9dev (#5145)
* bump to 0.7.9dev * relax packaging
1 parent 81065a8 commit 6b6b75e

2 files changed

Lines changed: 318 additions & 307 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex"
3-
version = "0.7.8dev1"
3+
version = "0.7.9dev1"
44
description = "Web apps in pure Python."
55
license = { text = "Apache-2.0" }
66
authors = [
@@ -23,19 +23,19 @@ dependencies = [
2323
"alembic >=1.15.2,<2.0",
2424
"distro >=1.9.0,<2.0; platform_system == 'Linux'",
2525
"fastapi >=0.115.0",
26-
"granian[reload] >=2.2.3",
26+
"granian[reload] >=2.2.5",
2727
"gunicorn >=23.0.0,<24.0.0",
2828
"httpx >=0.28.0,<1.0",
2929
"jinja2 >=3.1.2,<4.0",
30-
"packaging >=24.2,<25.0",
30+
"packaging >=24.2,<26",
3131
"platformdirs >=4.3.7,<5.0",
3232
"psutil >=7.0.0,<8.0",
3333
"pydantic >=1.10.21,<3.0",
3434
"python-socketio >=5.12.0,<6.0",
3535
"python-multipart >=0.0.20,<1.0",
3636
"redis >=5.2.1,<6.0",
3737
"reflex-hosting-cli >=0.1.38",
38-
"rich >=13.0.0,<14.0",
38+
"rich >=13,<15",
3939
"sqlmodel >=0.0.24,<0.1",
4040
"typer >=0.15.2,<1.0",
4141
"typing_extensions >=4.13.0",

0 commit comments

Comments
 (0)