Conversation
|
|
|
I see, we can get |
9c6fb5a to
c3b1123
Compare
c3b1123 to
dd08e64
Compare
| api_client = ApiClient.get_default() | ||
| self.api_client = api_client | ||
|
|
||
| @validate_arguments |
There was a problem hiding this comment.
This method is deprecated in favour of validate_call.
The `validate_arguments` method is deprecated; use `validate_call` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/
|
@tancnle Thanks for tackling this! ❤️ As Pydantic v2 officially supports only Python 3.9+, I think we also need to drop 3.7 and 3.8. Additionally, we can expand to 3.12, 3.13 and 3.14 (the last one is available from Pydantic v2.12). |
@tancnle I will make that change in another PR so we can move forward with this. |
|
@tancnle Thanks again for this PR ❤️ |
Resolves #28