fix: bump client tests for api changes

This commit is contained in:
drbh 2025-02-17 14:19:52 +00:00
parent c215c0de88
commit 7d17d7cef7

View File

@ -464,4 +464,4 @@ class DeployedModel(BaseModel):
# https://github.com/pydantic/pydantic/issues/9177 # https://github.com/pydantic/pydantic/issues/9177
model_config = ConfigDict(protected_namespaces=()) model_config = ConfigDict(protected_namespaces=())
model_id: str model_id: str
sha: str task: str