Skip to content

Commit 77011ee

Browse files
committed
chore: set minimum qsv version to 2.1.0
1 parent a707e52 commit 77011ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/datapusher_plus/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
POSTGRES_BIGINT_MAX = 9223372036854775807
7676
POSTGRES_BIGINT_MIN = -9223372036854775808
7777

78-
MINIMUM_QSV_VERSION = "0.133.0"
78+
MINIMUM_QSV_VERSION = "2.1.0"
7979
MAX_CONTENT_LENGTH = tk.config.get("ckanext.datapusher_plus.max_content_length")
8080

8181
DATASTORE_URLS = {

0 commit comments

Comments
 (0)