Skip to content

Commit

Permalink
fix pydantic version
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed Jan 24, 2025
1 parent c3e6dc8 commit ece5a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
importlib-metadata; python_version<"3.8"
aiohttp<=3.9.1
pandas>=2.1.4
s2-python>=0.4.1 # reason: be compatible with constraint pydantic>=2.8.0
s2-python>=0.4.1 # reason: be compatible with constraint pydantic>=2.8.2
async_timeout

[options.packages.find]
Expand Down

0 comments on commit ece5a48

Please sign in to comment.