Skip to content

Commit

Permalink
fix: Updated lupa version constraint. (#306)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel M <cunla@users.noreply.github.com>
  • Loading branch information
noamkush and cunla committed May 3, 2024
1 parent f8df5cf commit 82d50be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python = "^3.7"
redis = ">=4"
sortedcontainers = "^2"
typing_extensions = { version = "^4.7", python = "<3.11" }
lupa = { version = ">=1.14,<3.0", optional = true }
lupa = { version = ">=2.1,<3.0", optional = true }
jsonpath-ng = { version = "^1.6", optional = true }
pyprobables = { version = "^0.6", optional = true }

Expand Down

0 comments on commit 82d50be

Please sign in to comment.