Skip to content

Commit

Permalink
Merge pull request #52 from mindsdb/update-pydantic
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
dusvyat authored Apr 12, 2024
2 parents 5ebac4e + 84af619 commit 22c707b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataprep-ml"
version = "0.0.22"
version = "0.0.23"
description = "Automated dataframe analysis for Machine Learning pipelines."
authors = ["MindsDB Inc. <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -17,7 +17,7 @@ scipy = ">=1.7.3"
type-infer = ">=0.0.16"
dataclasses-json = "^0.6.3"
colorlog = "^6.5.0"
pydantic = "^1.10.9"
pydantic = "*"

[tool.poetry.dev-dependencies]
pytest = "^7.4.0"
Expand Down

0 comments on commit 22c707b

Please sign in to comment.