diff --git a/huma_utils/constants.py b/huma_utils/constants.py index 20aa455..122dced 100644 --- a/huma_utils/constants.py +++ b/huma_utils/constants.py @@ -3,7 +3,7 @@ r"^https://pr-\d+\.d382yqc38xh8lk\.amplifyapp\.com" r"|https://master\.d382yqc38xh8lk\.amplifyapp\.com" r"|https://pr-\d+\.d20vuzdx6qyd8u\.amplifyapp\.com" - r"^https://pr-\d+\.d8xz2ktp6ypg3\.amplifyapp\.com" + r"|https://pr-\d+\.d8xz2ktp6ypg3\.amplifyapp\.com" r"|https://admin-testnet\.d3916bhqsqthjl\.amplifyapp\.com" r"|https://admin-develop\.d3916bhqsqthjl\.amplifyapp\.com" r"|https://devnet\.admin\.huma\.finance" diff --git a/pyproject.toml b/pyproject.toml index cf3d94e..b8ec49c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "huma-utils" -version = "0.16.5" +version = "0.16.6" description = "Huma Python utilities library" authors = ["Jiatu Liu "] readme = "README.md"