From 9a5e8a4b70318f2bf1f8a57d6d5595f862902e5e Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 30 Sep 2024 13:23:14 -0700 Subject: [PATCH] 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 e1f32afa78708..e39b9da690f03 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",