Skip to content
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

fix(client): properly configure model set fields #98

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

stainless-bot
Copy link
Collaborator

This means you can check if a field was included in the response by accessing
model_fields_set in pydantic v2 and __fields_set__ in v1.

This means you can check if a field was included in the response by accessing
`model_fields_set` in pydantic v2 and `__fields_set__` in v1.
@stainless-bot stainless-bot merged commit ada3ad6 into next Sep 14, 2023
@stainless-bot stainless-bot deleted the fix-client-properly-configure-mo branch September 14, 2023 16:17
@stainless-bot stainless-bot mentioned this pull request Sep 14, 2023
rattrayalex pushed a commit that referenced this pull request Sep 21, 2023
This means you can check if a field was included in the response by accessing
`model_fields_set` in pydantic v2 and `__fields_set__` in v1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant