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 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 = [