diff --git a/pyproject.toml b/pyproject.toml index a43f4b79d..3e45eaa6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ docs = [ "pillow", "polars", "pyarrow >= 1.0.0", + "pydantic >=2.0", "pyspark", "openlineage-python", "PyYAML", @@ -99,6 +100,7 @@ packaging = [ "build", ] pandera = ["pandera"] +pydantic = ["pydantic>=2.0"] pyspark = [ # we have to run these dependencies because Spark does not check to ensure the right target was called "pyspark[pandas_on_spark,sql]" @@ -129,6 +131,7 @@ test = [ "plotly", "polars", "pyarrow", + "pydantic >=2.0", "pyreadstat", # for SPSS data loader "pytest", "pytest-asyncio",