Skip to content

Commit

Permalink
issue #134 quickfix: pin down openeo_driver
Browse files Browse the repository at this point in the history
to avoid problems due to new validation-on-sync-request feature
  • Loading branch information
soxofaan committed Jan 17, 2024
1 parent e64d608 commit c462a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"requests",
"attrs",
"openeo>=0.27.0",
"openeo_driver>=0.75.0.dev",
"openeo_driver>=0.75.0.dev<0.80.0.dev",
"flask~=2.0",
"gunicorn~=20.0",
"python-json-logger>=2.0.0",
Expand Down

0 comments on commit c462a36

Please sign in to comment.