From d2af1b815169124d3352fe0840dd64c203924b68 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 4 Jul 2022 13:35:33 +0200 Subject: [PATCH] Add missing version argument --- src/great_ai/great_ai/deploy/great_ai.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/great_ai/great_ai/deploy/great_ai.py b/src/great_ai/great_ai/deploy/great_ai.py index 462e7cd..0f4cde3 100644 --- a/src/great_ai/great_ai/deploy/great_ai.py +++ b/src/great_ai/great_ai/deploy/great_ai.py @@ -123,6 +123,7 @@ class GreatAI(Generic[T]): Callable[[Callable[..., T]], GreatAI[T]], partial( GreatAI.create, + version=version, return_raw_result=return_raw_result, disable_rest_api=disable_rest_api, disable_docs=disable_docs,