File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ Changelog
44Next
55----
66
7- * Move ``Response `` from ``vws.response `` to ``vws.response ``.
7+ 2024.09.21
8+ ------------
9+
10+ 2024.09.04.1
11+ ------------
812
9132024.09.04
1014------------
1115
12- * Move ``Response `` from ``vws.exceptions.response `` to ``vws.response ``.
16+ * Move ``Response `` from ``vws.exceptions.response `` to ``vws.types ``.
1317* Add ``raw `` field to ``Response ``.
1418
15192024.09.03
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ API Reference
1313 :undoc-members:
1414 :members:
1515
16- .. automodule :: vws.response
16+ .. automodule :: vws.types
1717 :undoc-members:
1818 :members:
Original file line number Diff line number Diff line change 55
66from beartype import beartype
77
8- from vws .response import Response
8+ from vws .types import Response
99
1010
1111@beartype
Original file line number Diff line number Diff line change 66
77from beartype import beartype
88
9- from vws .response import Response
9+ from vws .types import Response
1010
1111
1212@beartype
Original file line number Diff line number Diff line change 2727)
2828from vws .include_target_data import CloudRecoIncludeTargetData
2929from vws .reports import QueryResult , TargetData
30- from vws .response import Response
30+ from vws .types import Response
3131
3232_ImageType = io .BytesIO | BinaryIO
3333
Original file line number Diff line number Diff line change 4646 TargetStatuses ,
4747 TargetSummaryReport ,
4848)
49- from vws .response import Response
49+ from vws .types import Response
5050
5151_ImageType = io .BytesIO | BinaryIO
5252
You can’t perform that action at this time.
0 commit comments