This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a5e8a4b70 chore: document upper bound for python lib 'holidays' >= 
0.26 (#28747)
9a5e8a4b70 is described below

commit 9a5e8a4b70318f2bf1f8a57d6d5595f862902e5e
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Sep 30 13:23:14 2024 -0700

    chore: document upper bound for python lib 'holidays' >= 0.26 (#28747)
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index e1f32afa78..e39b9da690 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,6 +57,7 @@ dependencies = [
     "geopy",
     "gunicorn>=22.0.0; sys_platform != 'win32'",
     "hashids>=1.3.1, <2",
+    # known issue with holidays 0.26.0 and above related to prophet lib #25017
     "holidays>=0.25, <0.26",
     "humanize",
     "importlib_metadata",

Reply via email to