Skip to content

Commit

Permalink
πŸ› universal-pathlib incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Oct 12, 2023
1 parent 1b3eaf7 commit bfa268e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
]
dependencies = [
"textual>=0.27.0",
"universal-pathlib>=0.0.23"
"universal-pathlib>=0.0.23,<=0.0.24"
]
description = "A Textual Directory Tree for all File Systems"
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ typing-extensions==4.5.0
# textual
uc-micro-py==1.0.2
# via linkify-it-py
universal-pathlib==0.0.23
universal-pathlib==0.0.24
# via -r requirements.in
urllib3==1.26.16
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ typing-extensions==4.5.0
# via textual
uc-micro-py==1.0.2
# via linkify-it-py
universal-pathlib==0.0.23
universal-pathlib==0.0.24
# via -r requirements.in
zipp==3.15.0
# via importlib-metadata

0 comments on commit bfa268e

Please sign in to comment.