Regenerate SDK and release 0.1.34#63
Open
bovard wants to merge 1 commit into
Open
Conversation
stevemessick
approved these changes
Jul 7, 2026
Adds to competition_api_service.py: - get_competition_settings - create_competition_sample_submission - get_competition_solution_status - list_competition_hosts Plus supporting types on competition, hackathons, host_service. Regenerated with kapigen --public-api-output-path only. Manually preserves PR #58's fix to TimeDeltaSerializer._from_dict_value for whole-second protobuf duration strings (0s, 151s). The kapigen 0.8.2 Docker image predates the upstream sync of that fix (kaggleazure 279cc10242f), so a fresh regen would otherwise re-break kaggle-cli#1064.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds get_competition_settings and create_competition_sample_submission to competition_api_service.py, plus new supporting types.
Regenerated with kapigen --public-api-output-path only (per README).