We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29d7830 + da07663 commit 4933d2dCopy full SHA for 4933d2d
2 files changed
src/python3_anticaptcha/__version__.py
@@ -1 +1 @@
1
-__version__ = "2.2.1"
+__version__ = "2.2.2"
tests/test_altcha.py
@@ -1,8 +1,8 @@
import pytest
2
3
from tests.conftest import BaseTest
4
-from python3_anticaptcha.core.enum import ProxyTypeEnm, CaptchaTypeEnm
5
from python3_anticaptcha.altcha import Altcha
+from python3_anticaptcha.core.enum import ProxyTypeEnm, CaptchaTypeEnm
6
from python3_anticaptcha.core.serializer import GetTaskResultResponseSer
7
from python3_anticaptcha.core.context_instr import AIOContextManager, SIOContextManager
8
0 commit comments