Skip to content

Commit

Permalink
bump UV version
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jan 7, 2025
1 parent 8e7ea37 commit ecebea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployscripts/install_uv.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -xeE

UV_CONSTRAINT=">=0.4.27,<0.5.0"
UV_CONSTRAINT=">=0.5.12,<0.6.0"

if [ "$CI" = "true" ]; then
pip install uv"$UV_CONSTRAINT"
Expand Down

0 comments on commit ecebea4

Please sign in to comment.