Skip to content

Commit 6971fff

Browse files
authored
Fix XPK freezing (#912)
* Revert latest version check to unblock some users. * adding --no-input to version check
1 parent 019d890 commit 6971fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/core/updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_latest_xpk_version() -> tuple[int, Version | None]:
2828
return 0, Version(__version__)
2929

3030
return_code, result = run_command_for_value(
31-
command="pip index versions xpk --json",
31+
command="pip index versions xpk --json --no-input",
3232
task="Retrieve latest XPK version",
3333
quiet=True,
3434
)

0 commit comments

Comments
 (0)