Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: remove dependencies max versions #1519

Merged
merged 3 commits into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ install_requires =
botocore
click
geojson
jsonpath-ng < 1.6.0
jsonpath-ng
lxml
orjson < 3.10.0;python_version>='3.12' and platform_system=='Windows'
orjson;python_version<'3.12' or platform_system!='Windows'
orjson
pydantic >= 2.1.0, != 2.10.0
pydantic_core
PyJWT[crypto] >= 2.5.0
Expand Down Expand Up @@ -101,10 +100,8 @@ dev =
eodag[all-providers,csw,server,stubs]
pytest
pytest-cov
# pytest-html max version set and py requirement added
# until https://github.com/pytest-dev/pytest-html/issues/559 is fixed
py >= 1.8.2
pytest-html < 3.2.0
pytest-html != 3.2.0
pytest-xdist
pytest-socket
pytest-instafail
Expand All @@ -116,7 +113,7 @@ dev =
wheel
flake8
pre-commit
responses < 0.24.0
responses != 0.24.0
fastapi[all]
stdlib-list
mypy
Expand All @@ -126,6 +123,7 @@ stubs =
types-cachetools
types-requests
types-python-dateutil
types-PyYAML
types-setuptools
types-tqdm
types-urllib3
Expand Down