Skip to content

Commit

Permalink
fix: limit jsonpath-ng version (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored Sep 14, 2023
1 parent d0869f9 commit 18b22d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_requires =
boto3
fastapi >= 0.93.0
uvicorn
jsonpath-ng
jsonpath-ng < 1.6.0
lxml
whoosh
pystac >= 1.0.0b1
Expand Down

0 comments on commit 18b22d5

Please sign in to comment.