From 88c306527c0013cf5381124e61f26bef855b0d3a Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Mon, 27 Nov 2023 16:05:43 -0500 Subject: [PATCH] chore: relax the holidays dependency (#416) --- CHANGELOG.rst | 5 +++++ setup.cfg | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b602d6a3..8a967979 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,11 @@ Changelog Next ==== +Version 1.2.11 - 2023-11-27 +=========================== + +- Relax ``holidays`` dependency for Apache Superset (#416) + Version 1.2.10 - 2023-11-08 =========================== diff --git a/setup.cfg b/setup.cfg index 9f7600c7..90f21ecb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,7 +78,7 @@ testing = dill>=0.3.6 freezegun>=1.1.0 google-auth>=1.23.0 - holidays>=0.35 + holidays>=0.23 html5lib>=1.1 jsonpath-python>=1.0.5 pandas>=1.2.2 @@ -104,7 +104,7 @@ all = boto3>=1.24.28 defusedxml>=0.7.1 google-auth>=1.23.0 - holidays>=0.35 + holidays>=0.23 html5lib>=1.1 jsonpath-python>=1.0.5 pandas>=1.2.2 @@ -135,7 +135,7 @@ githubapi = gsheetsapi = google-auth>=1.23.0 holidaysmemory = - holidays>=0.35 + holidays>=0.23 htmltableapi = beautifulsoup4>=4.11.1 html5lib>=1.1