From a94279b937f5491d5a9b22ba6e69ee38e5aa917d Mon Sep 17 00:00:00 2001 From: Juniper Tyree <50025784+juntyr@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:49:55 +0200 Subject: [PATCH 1/2] Relax pandas version pin to support 2.2.x --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bb20775..f04636d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ orjson datetime #numpy=1.26.4 xarray -pandas==2.2.0 +pandas~=2.2.0 covjson-pydantic -conflator \ No newline at end of file +conflator From 5cb9d1bdfab2b42ed1ffca640f36db392d8c4b0c Mon Sep 17 00:00:00 2001 From: awarde96 Date: Thu, 19 Dec 2024 10:40:37 +0000 Subject: [PATCH 2/2] Bump version --- covjsonkit/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covjsonkit/version.py b/covjsonkit/version.py index 4d04613..a3024cf 100644 --- a/covjsonkit/version.py +++ b/covjsonkit/version.py @@ -1 +1 @@ -__version__ = "0.0.28" +__version__ = "0.0.29"