Skip to content

Commit

Permalink
build: Restrict jq to jqlang pre v1.7
Browse files Browse the repository at this point in the history
* Place an upper limit on jq of '<1.6.0' as jq (the Python library)
  v1.6.x+ are compatible with jq (the language) v1.7+ and packtivity
  is currently compatible with jq (the language) v1.6.
   - This should be viewed as a temporary stopgap measure to avoid large
     yadage ecosystem breakage and should be reverted as soon as a
     workaround is found.
  • Loading branch information
matthewfeickert committed Sep 17, 2023
1 parent fdeab4b commit 8757ac1
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 @@ -11,7 +11,7 @@
"glob2",
"jsonpointer",
"jsonpath-rw",
"jq",
"jq>=1.0.0,<1.6.0", # FIXME c.f. https://github.com/yadage/packtivity/issues/96
"yadage-schemas",
"mock",
"checksumdir",
Expand Down

0 comments on commit 8757ac1

Please sign in to comment.