From 69ba36f3ddc8f0a85dee76d2ea54628b72248116 Mon Sep 17 00:00:00 2001 From: Ryan Raasch Date: Thu, 23 Apr 2026 17:04:13 +0000 Subject: [PATCH 1/4] update ipykernel, pandas --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c05c08..0827aff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pyarrow (>=19.0.1,<24.0.0)", "fastparquet (>=2025.12.0,<2026.0.0)", "matplotlib (~=3.9,<3.11.0)", - "pandas (>=2.2.3,<2.4.0)", + "pandas (>=2.2.3,<4.0.0)", "polars (>=1.26.0,<1.40.0)", "altair (>=5.5.0,<6.1.0)", "vl-convert-python (>=1.7.0,<1.10.0)", @@ -26,7 +26,7 @@ dependencies = [ "papermill (>=2.6.0,<2.8.0)", "ipywidgets (>=8.1.7,<8.1.9)", "itables (>=2.4.4,<2.8.0)", - "ipykernel (>=6.30.0,<6.32.0)", + "ipykernel (>=6.30.0,<8.0.0)", "nbconvert (>=7.16.6,<7.18.0)", "jupyter (>=1.1.1,<1.2.0)", "jupyterlab (>=4.4.5,<4.6.0)", From 37a2d7f316ae001b3ba85c1e1ef54dfa63e83c65 Mon Sep 17 00:00:00 2001 From: Ryan Raasch Date: Thu, 23 Apr 2026 21:19:37 +0000 Subject: [PATCH 2/4] change cloudops dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0827aff..dd3ee5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ readme = "README.md" requires-python = ">=3.10,<4.0" dependencies = [ - "cfa-cloudops @ git+https://github.com/CDCgov/cfa-cloudops.git", + "cfa-cloudops @ git+https://github.com/CDCgov/cfa-cloudops.git@rr-163-update-dependencies", "tomli (>=2.2.1,<2.5.0)", "httpx (>=0.28.1,<0.29.0)", "mako (>=1.3.9,<1.4.0)", From 491c7c90a77509b15171e5820a36c0d275fb46c0 Mon Sep 17 00:00:00 2001 From: Ryan Raasch Date: Fri, 24 Apr 2026 15:24:01 +0000 Subject: [PATCH 3/4] revert cloudops back to main --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd3ee5e..0827aff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ readme = "README.md" requires-python = ">=3.10,<4.0" dependencies = [ - "cfa-cloudops @ git+https://github.com/CDCgov/cfa-cloudops.git@rr-163-update-dependencies", + "cfa-cloudops @ git+https://github.com/CDCgov/cfa-cloudops.git", "tomli (>=2.2.1,<2.5.0)", "httpx (>=0.28.1,<0.29.0)", "mako (>=1.3.9,<1.4.0)", From bd515bd7961f87b85d77d93faa9aa0bf0d7c1ae6 Mon Sep 17 00:00:00 2001 From: Ryan Raasch Date: Fri, 24 Apr 2026 15:26:11 +0000 Subject: [PATCH 4/4] update changelog, pyproject --- changelog.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 795e88a..db9f51e 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Calendar Versioning](https://calver.org/). The versioning pattern is `YYYY.MM.DD.micro(a/b/{none if release}) --- +## [2026.04.24.0] + +### Updated + +- increased the maximum version allowed for pandas and ipykernel to make use of the next available major version + ## [2026.04.10.0] ### Updated diff --git a/pyproject.toml b/pyproject.toml index 0827aff..331c8f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cfa.dataops" -version = "2026.04.10.0" +version = "2026.04.24.0" description = "Data cataloging, ETL, modeling, verification, and validation for CFA" authors = [ { name = "Phil Rogers", email = "ap66@cdc.gov" },