Skip to content

Commit

Permalink
Upgrade minimum version of s2-python (#100)
Browse files Browse the repository at this point in the history
* Upgrade minimum version of s2-python

Signed-off-by: Victor Garcia Reolid <victor@seita.nl>

* fix: it's 0.4.1 not 0.5.0

Signed-off-by: Victor Garcia Reolid <victor@seita.nl>

* add reason

Signed-off-by: Victor Garcia Reolid <victor@seita.nl>

---------

Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 authored Jan 24, 2025
1 parent 49bcda7 commit c3e6dc8
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.0
s2-python>=0.4.1 # reason: be compatible with constraint pydantic>=2.8.0
async_timeout

[options.packages.find]
Expand Down

0 comments on commit c3e6dc8

Please sign in to comment.