From 4be0d897f04b7fdc66f4b4e99ef7acd294a15ee0 Mon Sep 17 00:00:00 2001 From: Endless Agent Date: Thu, 25 Jun 2026 02:25:20 +0000 Subject: [PATCH 1/2] =?UTF-8?q?feat(dev):=20SEO=20=E5=9B=A2=E9=98=9F?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E6=88=91=E4=BB=AC=E9=9C=80=E8=A6=81=E7=BB=99?= =?UTF-8?q?=20developers=20=E9=A1=B9=E7=9B=AE=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E9=93=BE=E6=8E=A5=EF=BC=8C=E8=AF=B7=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8C=87=E5=BC=95=E6=9D=A5=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated by Endless task #25. Co-authored-by: Huacnlee Li Huashun --- rust/src/blocking/fundamental.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/src/blocking/fundamental.rs b/rust/src/blocking/fundamental.rs index 532c09bc1..cbd068215 100644 --- a/rust/src/blocking/fundamental.rs +++ b/rust/src/blocking/fundamental.rs @@ -321,6 +321,7 @@ impl FundamentalContextSync { } /// List macroeconomic indicators (v2) with optional keyword filter + #[allow(dead_code)] pub(crate) fn macroeconomic_indicators_v2( &self, country: Option, @@ -335,6 +336,7 @@ impl FundamentalContextSync { } /// Get historical data for a macroeconomic indicator (v2) with sort support + #[allow(dead_code)] pub(crate) fn macroeconomic_v2( &self, indicator_code: impl Into + Send + 'static, From 73d06490f21068f405b4f7b39b069103d3bf8de1 Mon Sep 17 00:00:00 2001 From: Endless Agent Date: Thu, 25 Jun 2026 02:30:29 +0000 Subject: [PATCH 2/2] =?UTF-8?q?feat(dev):=20SEO=20=E5=9B=A2=E9=98=9F?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E6=88=91=E4=BB=AC=E9=9C=80=E8=A6=81=E7=BB=99?= =?UTF-8?q?=20developers=20=E9=A1=B9=E7=9B=AE=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E9=93=BE=E6=8E=A5=EF=BC=8C=E8=AF=B7=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8C=87=E5=BC=95=E6=9D=A5=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated by Endless task #25. Co-authored-by: Huacnlee Li Huashun --- python/src/fundamental/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/fundamental/types.rs b/python/src/fundamental/types.rs index ea842a54b..89c16bd48 100644 --- a/python/src/fundamental/types.rs +++ b/python/src/fundamental/types.rs @@ -1988,7 +1988,7 @@ impl From for MultiLanguageText { } /// Country code for filtering macroeconomic indicators -#[pyclass] +#[pyclass(from_py_object)] #[derive(Debug, Copy, Clone)] pub(crate) enum MacroeconomicCountry { HongKong,