diff --git a/poetry.lock b/poetry.lock index 6328f54..7267c67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -718,37 +718,38 @@ xml = ["lxml (>=4.9.2)"] [[package]] name = "pandera" -version = "0.22.1" +version = "0.25.0" description = "A light-weight and flexible data validation and testing tool for statistical data objects." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pandera-0.22.1-py3-none-any.whl", hash = "sha256:2a35531b4b533ac83e606a6dcc3cd41561774ff3d872117228e931f22e72f330"}, - {file = "pandera-0.22.1.tar.gz", hash = "sha256:091ebc353383ba642e5a20ee0df763ed2059ab99cb4b2ac3e83f482de8493645"}, + {file = "pandera-0.25.0-py3-none-any.whl", hash = "sha256:365a555accc46404466641203e297722d424d74a1315f077ab899e1344f82303"}, + {file = "pandera-0.25.0.tar.gz", hash = "sha256:af3bbaa163672c91b83d59d70715f25c4134dbccfc8bc89a642a2f0e23db951e"}, ] [package.dependencies] -numpy = ">=1.19.0" packaging = ">=20.0" -pandas = ">=1.2.0" pydantic = "*" typeguard = "*" +typing_extensions = "*" typing_inspect = ">=0.6.0" [package.extras] -all = ["black", "dask[dataframe]", "fastapi", "frictionless (<=4.40.8)", "geopandas", "hypothesis (>=6.92.7)", "modin", "pandas-stubs", "polars (>=0.20.0)", "pyspark[connect] (>=3.2.0)", "pyyaml (>=5.1)", "ray", "scipy", "shapely"] -dask = ["dask[dataframe]"] +all = ["black", "dask[dataframe]", "distributed", "fastapi", "frictionless (<=4.40.8)", "geopandas (<1.1.0)", "hypothesis (>=6.92.7)", "ibis-framework (>=9.0.0)", "modin", "pandas-stubs", "polars (>=0.20.0)", "pyspark[connect] (>=3.2.0,<4.0.0)", "pyyaml (>=5.1)", "ray", "scipy", "shapely"] +dask = ["dask[dataframe]", "distributed"] fastapi = ["fastapi"] -geopandas = ["geopandas", "shapely"] +geopandas = ["geopandas (<1.1.0)", "shapely"] hypotheses = ["scipy"] +ibis = ["ibis-framework (>=9.0.0)"] io = ["black", "frictionless (<=4.40.8)", "pyyaml (>=5.1)"] -modin = ["dask[dataframe]", "modin", "ray"] -modin-dask = ["dask[dataframe]", "modin"] +modin = ["dask[dataframe]", "distributed", "modin", "ray"] +modin-dask = ["dask[dataframe]", "distributed", "modin"] modin-ray = ["modin", "ray"] mypy = ["pandas-stubs"] +pandas = ["numpy (>=1.24.4)", "pandas (>=2.1.1)"] polars = ["polars (>=0.20.0)"] -pyspark = ["pyspark[connect] (>=3.2.0)"] +pyspark = ["pyspark[connect] (>=3.2.0,<4.0.0)"] strategies = ["hypothesis (>=6.92.7)"] [[package]] @@ -1417,4 +1418,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "5356e8dfd9cfb1261e6293ba83acecc4debbf3680ec5221e939bde2c05956d42" +content-hash = "9d606b12b32079cf9e79eda0b1abc51f347b3da15175568c16da6c902ecd292f" diff --git a/pyproject.toml b/pyproject.toml index f4f533e..c3fa9ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ packages = [{ include = "regtech_data_validator", from = "src" }] [tool.poetry.dependencies] python = ">=3.12,<4" pandas = "^2.2.2" -pandera = "^0.22.1" +pandera = "^0.25.0" tabulate = "^0.9.0" ujson = "^5.9.0" polars-lts-cpu = "^1.24.0"