Skip to content

Commit

Permalink
Add pydantic to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cswartzvi committed Sep 12, 2024
1 parent 1e8c97a commit 388adbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ docs = [
"pillow",
"polars",
"pyarrow >= 1.0.0",
"pydantic >=2.0",
"pyspark",
"openlineage-python",
"PyYAML",
Expand All @@ -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]"
Expand Down Expand Up @@ -129,6 +131,7 @@ test = [
"plotly",
"polars",
"pyarrow",
"pydantic >=2.0",
"pyreadstat", # for SPSS data loader
"pytest",
"pytest-asyncio",
Expand Down

0 comments on commit 388adbb

Please sign in to comment.