diff --git a/poetry.lock b/poetry.lock index 6328f54..3264fd6 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.26.1" 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.26.1-py3-none-any.whl", hash = "sha256:1ff5b70556ce2f85c6b27e8fbe835a1761972f4d05f6548b4686b0db26ecb73b"}, + {file = "pandera-0.26.1.tar.gz", hash = "sha256:81a55a6429770d31b3bf4c3e8e1096a38296bd3009f9eca5780fad3c3c17fd82"}, ] [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 = "1c000ebaf9f179270457fbffbc37be2d96246a34e36e5fa5c16a309f1ff826e1" diff --git a/pyproject.toml b/pyproject.toml index f4f533e..fa4775d 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.26.1" tabulate = "^0.9.0" ujson = "^5.9.0" polars-lts-cpu = "^1.24.0"