Skip to content

Commit

Permalink
pin pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinliu committed Oct 31, 2024
1 parent 9f3258b commit 2aa64ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "GraphAr command line tool"
readme = "README.md"
authors = [{ name = "GraphAr community", email = "[email protected]" }]
requires-python = ">=3.7"
dependencies = ["typer ~= 0.1", "pydantic ~= 2.0", "pyyaml ~= 6.0"]
dependencies = ["typer ~= 0.1", "pydantic ~= 2.0, < 2.7", "pyyaml ~= 6.0"]

[project.optional-dependencies]
test = ["pandas ~= 2.0", "typing_extensions ~= 4.0"]
Expand Down

0 comments on commit 2aa64ad

Please sign in to comment.