Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Oct 23, 2024
1 parent 3c9e565 commit b3f2e48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build-backend = "hatchling.build"

[tool.uv]
dev-dependencies = [
"click>=8.1.7",
"click>=7.0,<8.0", # We must specify the click version because we install older versions of Streamlit in the CI process and their depending click version is different from the newer releases.
"mypy>=1.13.0",
"pytest>=8.3.3",
"ruff>=0.7.0",
Expand Down
11 changes: 4 additions & 7 deletions uv.lock

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

0 comments on commit b3f2e48

Please sign in to comment.