* better default types

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* more mypy fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* more fixes for mypy

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fix mypy;

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fix mypy;

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* I have generated the latest API!

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jess Frazelle
2024-09-10 14:35:25 -07:00
committed by GitHub
parent 794213f713
commit cf1e048bea
19 changed files with 949 additions and 833 deletions

View File

@ -8,6 +8,6 @@ from ..models.modeling_app_individual_subscription_tier import (
class ZooProductSubscriptionsUserRequest(BaseModel):
"""A struct of Zoo product subscriptions a user can request."""
modeling_app: ModelingAppIndividualSubscriptionTier = "free"
modeling_app: ModelingAppIndividualSubscriptionTier = "free" # type: ignore
model_config = ConfigDict(protected_namespaces=())