Skip to content

2025-11-20 release: Version 0.1.13#24

Merged
rosbo merged 1 commit intomainfrom
kagglehub-support
Nov 21, 2025
Merged

2025-11-20 release: Version 0.1.13#24
rosbo merged 1 commit intomainfrom
kagglehub-support

Conversation

@rosbo
Copy link
Copy Markdown
Contributor

@rosbo rosbo commented Nov 20, 2025

  • Add missing dependency on protobuf in pyproject.toml.
  • Fix type for KaggleClient#http_client method
  • Allow overriding the user-agent at KaggleClient initialization
  • Add a new "TEST" KaggleEnv pointing to a special port on localhost to avoid conflict between the mock server and kaggleazure server in unit tests.

http://b/307576378

username: str = None,
password: str = None,
api_token: str = None,
user_agent: str = "kaggle-api/v1.7.0", # Was: V2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be changed to 1.8.0 in kapigen.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should override this value in kaggle-api. This kagglehub PR shows how to do it: Kaggle/kagglehub#268

Also, when we will sync these changes from kagglesdk to kaggle-api, the next release won't be 1.8.0, it will be 1.8.1 at least.

@rosbo rosbo merged commit c7a3fe7 into main Nov 21, 2025
1 check passed
@rosbo rosbo deleted the kagglehub-support branch November 21, 2025 17:50
@rosbo
Copy link
Copy Markdown
Contributor Author

rosbo commented Nov 21, 2025

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