From 7d17d7cef7d7bafb3066069a51dc28da2c6281ac Mon Sep 17 00:00:00 2001 From: drbh Date: Mon, 17 Feb 2025 14:19:52 +0000 Subject: [PATCH] fix: bump client tests for api changes --- clients/python/text_generation/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python/text_generation/types.py b/clients/python/text_generation/types.py index 6f51c153..71e84e56 100644 --- a/clients/python/text_generation/types.py +++ b/clients/python/text_generation/types.py @@ -464,4 +464,4 @@ class DeployedModel(BaseModel): # https://github.com/pydantic/pydantic/issues/9177 model_config = ConfigDict(protected_namespaces=()) model_id: str - sha: str + task: str