Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
47 stars 9 forks source link

Fix message when detecting newer version #82

Closed rosbo closed 7 months ago

rosbo commented 7 months ago

Before (latest_version was not interpolated properly, fixed casing too):

Warning: Looks like you're using an outdated KaggleHub Version, please consider updating (latest version: {latest_version})

After:

Warning: Looks like you're using an outdated KaggleHub version, please consider updating (latest version: 0.1.8)

http://b/321791392