Compare commits

...

3 Commits

Author SHA1 Message Date
Martin Xu
26160320bf bump 2023-12-06 15:26:49 -08:00
Martin Xu
0f33a6a250 bump cli version 2023-12-06 14:14:09 -08:00
Martin Xu
91eb515ff1 test branch 2023-12-06 12:08:35 -08:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1541,13 +1541,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"
[[package]]
name = "reflex-hosting-cli"
version = "0.1.2"
version = "0.1.3a2"
description = "Reflex Hosting CLI"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "reflex_hosting_cli-0.1.2-py3-none-any.whl", hash = "sha256:efce77ab8e58aa18482fc8c102a9e466b7a219fd0bb5f4755267d368b15b2ba0"},
{file = "reflex_hosting_cli-0.1.2.tar.gz", hash = "sha256:98ed39185a395f19386b1158e5a45d0317a05e30f504f9558478965ee6a30867"},
{file = "reflex_hosting_cli-0.1.3a2-py3-none-any.whl", hash = "sha256:fecc9a830ee9cc40fe92f290a209a07bf0589823c25eb4fe157456421ad5c764"},
{file = "reflex_hosting_cli-0.1.3a2.tar.gz", hash = "sha256:94d3584b28ebc17c50e15a6d7eeb7983541dee0dd73d17c8c7abcf0609c10d07"},
]
[package.dependencies]
@ -2313,4 +2313,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "1803c47b0662ca990cbb9af6e1ea385847fe6fa5e820a21dd430bbb3329b8863"
content-hash = "02273e23e236f1774ad171c61ba170f943dc4c1936365becacae3bfa9e773dee"

View File

@ -57,7 +57,7 @@ wrapt = [
]
packaging = "^23.1"
pipdeptree = "^2.13.0"
reflex-hosting-cli = ">=0.1.2"
reflex-hosting-cli = "==0.1.3a2"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"