From 521206db557728be851ec77bd8d6c78d2326805d Mon Sep 17 00:00:00 2001 From: Faisal Date: Thu, 11 Jun 2026 16:31:02 -0300 Subject: [PATCH 1/2] Relax polars top pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e8106d8..a3a5272c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "numpy<2.5,>=1.26.4", "ordered-set<=4.1,>=4.0.2", "pandas<3.1,>=2.2", - "polars[pandas]<1.41,>=0.20.4", + "polars[pandas]<1.42,>=0.20.4", ] optional-dependencies.build = [ "build", "twine", "wheel" ] optional-dependencies.dev = [ From 7bb784486c07173d21aef47d7013f697e6c832d6 Mon Sep 17 00:00:00 2001 From: Faisal Date: Thu, 11 Jun 2026 16:33:43 -0300 Subject: [PATCH 2/2] bump version 1.0.2 --- datacompy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacompy/__init__.py b/datacompy/__init__.py index db64b075..e392fccf 100644 --- a/datacompy/__init__.py +++ b/datacompy/__init__.py @@ -18,7 +18,7 @@ Then extended to carry that functionality over to Spark Dataframes. """ -__version__ = "1.0.1" +__version__ = "1.0.2" from datacompy.base import BaseCompare from datacompy.pandas import PandasCompare