From 04ffbf8c266a06c3efcebcbbaee767f0ab0771e2 Mon Sep 17 00:00:00 2001 From: pyranota <92104930+pyranota@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:56:52 +0300 Subject: [PATCH] fix: remove typings_extensions from python sdk * fix: make python-client compatible with python >= 3.13 * remove completely * remove sys import --- python-client/wmill/wmill/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python-client/wmill/wmill/client.py b/python-client/wmill/wmill/client.py index bc29eb2697..e1f16765ff 100644 --- a/python-client/wmill/wmill/client.py +++ b/python-client/wmill/wmill/client.py @@ -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