Skip to content

Commit

Permalink
fix: compatibility with platformdirs >= 4
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Sep 9, 2024
1 parent cf8be64 commit fcca233
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pydantic-settings = "^2.4.0"
python-dotenv = "^1.0.0"
requests = "^2.27.1"
typer = {extras = ["all"], version = ">=0.9.0, <1.0.0"}
platformdirs = "^3.5.1"
platformdirs = ">=3.5.1,<5.0.0"
tabulate = ">=0.8.9, <1.0.0"
pluggy = "^1.0.0"
tqdm = "^4.64.0"
Expand Down

0 comments on commit fcca233

Please sign in to comment.