We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4e2e7d + bd515bd commit 48ad1daCopy full SHA for 48ad1da
2 files changed
changelog.md
@@ -7,6 +7,12 @@ and this project adheres to [Calendar Versioning](https://calver.org/).
7
The versioning pattern is `YYYY.MM.DD.micro(a/b/{none if release})
8
9
---
10
+## [2026.04.24.0]
11
+
12
+### Updated
13
14
+- increased the maximum version allowed for pandas and ipykernel to make use of the next available major version
15
16
## [2026.04.10.0]
17
18
### Updated
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cfa.dataops"
3
-version = "2026.04.10.0"
+version = "2026.04.24.0"
4
description = "Data cataloging, ETL, modeling, verification, and validation for CFA"
5
authors = [
6
{ name = "Phil Rogers", email = "ap66@cdc.gov" },
@@ -18,15 +18,15 @@ dependencies = [
"pyarrow (>=19.0.1,<24.0.0)",
19
"fastparquet (>=2025.12.0,<2026.0.0)",
20
"matplotlib (~=3.9,<3.11.0)",
21
- "pandas (>=2.2.3,<2.4.0)",
+ "pandas (>=2.2.3,<4.0.0)",
22
"polars (>=1.26.0,<1.40.0)",
23
"altair (>=5.5.0,<6.1.0)",
24
"vl-convert-python (>=1.7.0,<1.10.0)",
25
"pandera[pandas] (>=0.24.0,<0.31.0)",
26
"papermill (>=2.6.0,<2.8.0)",
27
"ipywidgets (>=8.1.7,<8.1.9)",
28
"itables (>=2.4.4,<2.8.0)",
29
- "ipykernel (>=6.30.0,<6.32.0)",
+ "ipykernel (>=6.30.0,<8.0.0)",
30
"nbconvert (>=7.16.6,<7.18.0)",
31
"jupyter (>=1.1.1,<1.2.0)",
32
"jupyterlab (>=4.4.5,<4.6.0)",
0 commit comments