[python] add test Missing the important statement for Datetime in Python binding generation (#18175)

* [python] add test on datetime response import

* [python] update sample

* [python] update sample
This commit is contained in:
ふぁ
2024-03-21 16:40:33 +09:00
committed by GitHub
parent 894848e550
commit e39b99051c
33 changed files with 1349 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from pydantic import StrictStr
from openapi_client.api_client import ApiClient, RequestSerialized
from openapi_client.api_response import ApiResponse