Skip to content

Commit aba53ff

Browse files
authored
Fix: exclude jsonpath-ng 1.8.0 due to regression (#606)
1 parent 783d937 commit aba53ff

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Unreleased
2+
3+
- Exclude jsonpath-ng 1.8.0 due to upstream regression (#603)
4+
15
# 1.2.2
26

37
- Add NETCONF related packages

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies = [
3333
"robotframework>=7.3.2",
3434
"robotframework-jmespath",
3535
"robotframework-jsonlibrary>=0.5",
36+
"jsonpath-ng!=1.8.0", # Exclude broken version (h2non/jsonpath-ng#216)
3637
"robotframework-pabot>=4.3.2",
3738
"robotframework-requests>=0.9.7",
3839
"ruamel.yaml>=0.18.15",

0 commit comments

Comments
 (0)