Skip to content

Commit

Permalink
Update pyproject.toml (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Casyfill authored Jul 6, 2023
1 parent 1b76edc commit 2032cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = ">=3.7.1,<4.0"
pandas = "^1.2.4"
sqlalchemy = {version = "1.*", optional = true}
pandera = {version = "^0.6", optional = true}
pydantic = ">=1.9"
pydantic = "^1.9"
typer = {version = "^0.6.1", optional = true}
PyYAML = {version = "^6.0", optional = true}

Expand Down

0 comments on commit 2032cc2

Please sign in to comment.