Skip to content

Commit

Permalink
fix(install): set upper-bound on userpath
Browse files Browse the repository at this point in the history
This fixes the functional regression introduced by userpath v1.9.0. For
details see issue #1025.

Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Sep 15, 2023
1 parent 871782f commit 443dd38
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 @@ -27,7 +27,7 @@ dependencies = [
"importlib-metadata>=3.3.0; python_version < '3.8'",
"packaging>=20.0",
"platformdirs>=2.1.0",
"userpath>=1.6.0",
"userpath>=1.6.0, <=1.9.1, !=1.9.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 443dd38

Please sign in to comment.