Skip to content

Commit

Permalink
fix(runtimes): Remove unused Pydantic dependencies (#1725)
Browse files Browse the repository at this point in the history
These runtimes don't explicitly use Pydantic. Remove the dependency
then to make that clear, and to increase flexibility.
  • Loading branch information
jesse-c committed Apr 30, 2024
1 parent 3f9a114 commit 3638be9
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 73 deletions.
35 changes: 6 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions runtimes/alibi-explain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions runtimes/catboost/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion runtimes/catboost/pyproject.toml
Expand Up @@ -13,7 +13,6 @@ python = ">=3.9,<3.12"
catboost = "*"
joblib = "*"
mlserver = "*"
pydantic = "<2.0.0"

[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
Expand Down
21 changes: 1 addition & 20 deletions runtimes/huggingface/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions runtimes/lightgbm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion runtimes/lightgbm/pyproject.toml
Expand Up @@ -12,7 +12,6 @@ python = ">=3.9,<3.12"
mlserver = "*"
lightgbm = "*"
pandas = "*"
pydantic = "<2.0.0"

[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
Expand Down

0 comments on commit 3638be9

Please sign in to comment.