Skip to content

Commit

Permalink
Issue #130 for now, stay below (unreleased 0.24.0) openeo package to …
Browse files Browse the repository at this point in the history
…avoid auto-validation
  • Loading branch information
soxofaan committed Oct 25, 2023
1 parent f33904d commit cfab5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=[
"requests",
"attrs",
"openeo>=0.17.0",
"openeo>=0.17.0,<0.24.0",
"openeo_driver>=0.68.1.dev",
"flask~=2.0",
"gunicorn~=20.0",
Expand Down
2 changes: 1 addition & 1 deletion src/openeo_aggregator/about.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import sys

__version__ = "0.12.0a1"
__version__ = "0.12.1a1"


def log_version_info():
Expand Down

0 comments on commit cfab5ee

Please sign in to comment.