diff --git a/huma_utils/constants.py b/huma_utils/constants.py index c025fa7..20aa455 100644 --- a/huma_utils/constants.py +++ b/huma_utils/constants.py @@ -3,6 +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://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 4795968..cf3d94e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "huma-utils" -version = "0.16.4" +version = "0.16.5" description = "Huma Python utilities library" authors = ["Jiatu Liu "] readme = "README.md"