From d784a2eff475f225bf442c03df85983662d28f68 Mon Sep 17 00:00:00 2001 From: shan-57blocks Date: Sun, 29 Jun 2025 11:08:52 +0800 Subject: [PATCH] add allow origin --- huma_utils/constants.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"