Skip to content

Commit

Permalink
Restrict uv version to 0.4.0
Browse files Browse the repository at this point in the history
Latest versions have resolver issues.

astral-sh/uv#7606
  • Loading branch information
robinjhuang committed Sep 21, 2024
1 parent 673fb73 commit 6299e12
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 @@ -39,7 +39,7 @@ dependencies = [
"tomlkit",
"typer>=0.9.0",
"typing-extensions>=4.7.0",
"uv",
"uv<=0.4.0",
"websocket-client",
"semver~=3.0.2",
]
Expand Down

0 comments on commit 6299e12

Please sign in to comment.