From 91eb515ff1849a0b4a9c5a3edbe3b2209e1ae672 Mon Sep 17 00:00:00 2001 From: Martin Xu <15661672+martinxu9@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:08:35 -0800 Subject: [PATCH] test branch --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9aca6e875..61b8eca59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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.3a1" 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.3a1-py3-none-any.whl", hash = "sha256:8006f7d9f8b71de7b624dd119d4e07d997b81dcfef6ea72b61ebe3c2efbee0e1"}, + {file = "reflex_hosting_cli-0.1.3a1.tar.gz", hash = "sha256:9c78a01c4a3ea7fb6a7e0ec3f4badb1c0476d0717ae2987f38fd1cb4b0935cbd"}, ] [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 = "2bd09866948b6dccab7fe38b264cdbb3610b19b76953d0d968aca0b616a44688" diff --git a/pyproject.toml b/pyproject.toml index 3ca2698fb..1f8da6dd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ wrapt = [ ] packaging = "^23.1" pipdeptree = "^2.13.0" -reflex-hosting-cli = ">=0.1.2" +reflex-hosting-cli = "==0.1.3a1" [tool.poetry.group.dev.dependencies] pytest = "^7.1.2"