Skip to content

fix: fix string formatting in version warning message#928

Merged
stevemessick merged 1 commit intoKaggle:mainfrom
PythonicVarun:main
Feb 6, 2026
Merged

fix: fix string formatting in version warning message#928
stevemessick merged 1 commit intoKaggle:mainfrom
PythonicVarun:main

Conversation

@PythonicVarun
Copy link
Contributor

Fixed, variables interpolation in version warning message:

f"Warning: Looks like you're using an outdated `kaggle`` "
"version (installed: {current_version}), please consider "
"upgrading to the latest version ({latest_version_str})"

Before:

Warning: Looks like you're using an outdated `kaggle`` version (installed: {current_version}), please consider upgrading to the latest version ({latest_version_str})

After:

Warning: Looks like you're using an outdated `kaggle` version (installed: 1.8.3), please consider upgrading to the latest version (1.8.4)

@google-cla
Copy link

google-cla bot commented Feb 6, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@stevemessick stevemessick merged commit 0e19d26 into Kaggle:main Feb 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants