Skip to content

Commit

Permalink
bump pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 2, 2024
1 parent d19850d commit d1f1f0b
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 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
"numpy", "pydantic<=1.10.13", "rich>=10.0.0", "shortuuid"
"numpy", "pydantic", "rich>=10.0.0", "shortuuid"
]

[project.optional-dependencies]
Expand Down

0 comments on commit d1f1f0b

Please sign in to comment.