-
Notifications
You must be signed in to change notification settings - Fork 338
feat: Convert fields in types.py to use snake_case
#199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
59bdfe3 to
3168e8e
Compare
snake_case for all fields in in types.pysnake_case for all fields in in types.py
63c6a1d to
7eedfb7
Compare
9b13b6e to
f251bff
Compare
Member
Author
|
\gemini review |
9570835 to
32a599c
Compare
snake_case for all fields in in types.pytypes.py to snake_case
f943f22 to
4835603
Compare
5a7cb06 to
7649d0c
Compare
…python into snake-case-field
holtskinner
commented
Jul 21, 2025
types.py to snake_casesnake_case support for fields in types.py
snake_case support for fields in types.pytypes.py to use snake_case
holtskinner
pushed a commit
that referenced
this pull request
Jul 21, 2025
🤖 I have created a release *beep* *boop* --- ## [0.2.16](v0.2.15...v0.2.16) (2025-07-21) ### Features * Convert fields in `types.py` to use `snake_case` ([#199](#199)) ([0bb5563](0bb5563)) ### Bug Fixes * Add deprecation warning for camelCase alias ([#334](#334)) ([f22b384](f22b384)) * client should not specify `taskId` if it doesn't exist ([#264](#264)) ([97f1093](97f1093)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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.
Makes types more pythonic
Pydantic aliases can be used for initialization and are used automatically for serialization.
Added a workaround to support
camelCasewhen setting specific attributes.NOTE: In 0.3.0 and later, only snake_case will be supported for direct attribute access.