diff --git a/pyproject.toml b/pyproject.toml index 41a3cc1..bcc71c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.8, <3.12" -huggingface_hub = "0.23.2" +huggingface_hub = "0.29.1" openai = "^1.30.5" scikit_learn = "1.3.2" mypy = "^1.8.0"