fix: remove typings_extensions from python sdk

* fix: make python-client compatible with python >= 3.13

* remove completely

* remove sys import
This commit is contained in:
pyranota
2025-03-03 16:56:52 +03:00
committed by GitHub
parent b601883bc0
commit 04ffbf8c26
-1
View File
@@ -8,7 +8,6 @@ import logging
import os
import random
import time
from typing_extensions import Optional
import warnings
import json
from json import JSONDecodeError