File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ optional-dependencies.dev = [
103
103
" types-requests==2.32.0.20250306" ,
104
104
" urllib3==2.3.0" ,
105
105
" vulture==2.14" ,
106
- " vws-python==2024.9.21 " ,
106
+ " vws-python==2025.3.10.1 " ,
107
107
" vws-test-fixtures==2023.3.5" ,
108
108
" vws-web-tools==2024.10.6.1" ,
109
109
" yamlfix==1.17.0" ,
Original file line number Diff line number Diff line change 24
24
ProjectInactiveError ,
25
25
TargetNameExistError ,
26
26
)
27
- from vws .types import Response
27
+ from vws .response import Response
28
28
29
29
from mock_vws ._constants import ResultCodes
30
30
from tests .mock_vws .utils import make_image_file
Original file line number Diff line number Diff line change 34
34
)
35
35
from vws .exceptions .custom_exceptions import RequestEntityTooLargeError
36
36
from vws .reports import TargetStatuses
37
- from vws .types import Response
37
+ from vws .response import Response
38
38
from vws_auth_tools import authorization_header , rfc_1123_date
39
39
40
40
from mock_vws .database import VuforiaDatabase
Original file line number Diff line number Diff line change 23
23
TargetStatusNotSuccessError ,
24
24
)
25
25
from vws .reports import TargetStatuses
26
- from vws .types import Response
26
+ from vws .response import Response
27
27
28
28
from mock_vws ._constants import ResultCodes
29
29
from tests .mock_vws .utils import make_image_file
Original file line number Diff line number Diff line change 12
12
import requests
13
13
from PIL import Image
14
14
from requests .structures import CaseInsensitiveDict
15
- from vws .types import Response
15
+ from vws .response import Response
16
16
17
17
from mock_vws ._constants import ResultCodes
18
18
Original file line number Diff line number Diff line change 11
11
from zoneinfo import ZoneInfo
12
12
13
13
from beartype import beartype
14
- from vws .types import Response
14
+ from vws .response import Response
15
15
16
16
from mock_vws ._constants import ResultCodes
17
17
Original file line number Diff line number Diff line change 7
7
from beartype import beartype
8
8
from vws .exceptions .custom_exceptions import ServerError
9
9
from vws .exceptions .vws_exceptions import TooManyRequestsError
10
- from vws .types import Response
10
+ from vws .response import Response
11
11
12
12
13
13
@beartype
You can’t perform that action at this time.
0 commit comments