vysion 2.1.6__py3-none-any.whl → 2.1.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vysion/client/client.py +1 -4
- vysion/version.py +1 -1
- {vysion-2.1.6.dist-info → vysion-2.1.7.dist-info}/METADATA +2 -2
- {vysion-2.1.6.dist-info → vysion-2.1.7.dist-info}/RECORD +6 -6
- {vysion-2.1.6.dist-info → vysion-2.1.7.dist-info}/LICENSE +0 -0
- {vysion-2.1.6.dist-info → vysion-2.1.7.dist-info}/WHEEL +0 -0
vysion/client/client.py
CHANGED
|
@@ -414,8 +414,7 @@ class Client(BaseClient):
|
|
|
414
414
|
page_size=page_size,
|
|
415
415
|
username=username,
|
|
416
416
|
)
|
|
417
|
-
|
|
418
|
-
|
|
417
|
+
|
|
419
418
|
result = VysionResponse[ImMessageHit].model_validate(self._make_request(url))
|
|
420
419
|
return result.data
|
|
421
420
|
|
|
@@ -438,7 +437,6 @@ class Client(BaseClient):
|
|
|
438
437
|
page=page,
|
|
439
438
|
page_size=page_size,
|
|
440
439
|
)
|
|
441
|
-
print(url)
|
|
442
440
|
|
|
443
441
|
result = VysionResponse[ImProfileHit].model_validate(self._make_request(url))
|
|
444
442
|
return result.data
|
|
@@ -462,7 +460,6 @@ class Client(BaseClient):
|
|
|
462
460
|
page=page,
|
|
463
461
|
page_size=page_size,
|
|
464
462
|
)
|
|
465
|
-
print(url)
|
|
466
463
|
|
|
467
464
|
result = VysionResponse[ImChannelHit].model_validate(self._make_request(url))
|
|
468
465
|
return result.data
|
vysion/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vysion
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.7
|
|
4
4
|
Summary: The official Python client library for Vysion
|
|
5
5
|
Home-page: https://vysion.ai
|
|
6
6
|
License: Apache-2.0
|
|
@@ -29,7 +29,7 @@ Welcome to the PyPi webpage for Vysion, our implementation as a Python library t
|
|
|
29
29
|
|
|
30
30
|
You can request a demo for the web app or an API-key to use in this library at [vysion.ai](https://vysion.ai).
|
|
31
31
|
|
|
32
|
-
Latest version: [2.1.
|
|
32
|
+
Latest version: [2.1.7](https://pypi.org/project/vysion/)
|
|
33
33
|
|
|
34
34
|
You can visit [the documentation](https://developers.vysion.ai/?python) for more information on the searches and requests performed with the library or directly on the API.
|
|
35
35
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
vysion/__init__.py,sha256=yxJiM-S29q8GB3PBff9tV70P2nvydd8aKLEprLkXw5o,664
|
|
2
2
|
vysion/client/__init__.py,sha256=aVHmBuetPdybp7TgcNzUx4HkxTjEuXYzSdDYiYfFQd0,630
|
|
3
|
-
vysion/client/client.py,sha256=
|
|
3
|
+
vysion/client/client.py,sha256=EW2yh_KzczA4WkdzB87gYLARUTC9cf9IWOaDyKser-g,16352
|
|
4
4
|
vysion/client/error.py,sha256=JK0dsZkyMjmxPtEgO5IStG_N_q8y_-VGbppwWrUtSgM,1166
|
|
5
5
|
vysion/dto/__init__.py,sha256=ct8JxVMfJ0APiOTgr9ju-JIuBlXOrPkx7n2qISSXUts,605
|
|
6
6
|
vysion/dto/dto.py,sha256=DjHwD2D4NWwdrWDpr_QrUJTLlYFw8BO2KvqjXOzRENM,24464
|
|
@@ -15,8 +15,8 @@ vysion/model/enum/services.py,sha256=fUfZEO0RNNctU4Gzae5TV3c7BU5A_cEwaEb1tzqgcr0
|
|
|
15
15
|
vysion/taxonomy/__init__.py,sha256=Bc364AYxRCyjIn26-XBPeEDCPe3Hma4r5RAI8R8eblU,635
|
|
16
16
|
vysion/taxonomy/flavours.py,sha256=ubImHBE8v0zhzFy_2YozAQk2SzN1XDQwHAxb2RebtCo,2347
|
|
17
17
|
vysion/taxonomy/taxonomy.py,sha256=mG6vHX5Eyp38AKyJBgfBDqdpEmDMbkv8TA8YUBzko54,12227
|
|
18
|
-
vysion/version.py,sha256=
|
|
19
|
-
vysion-2.1.
|
|
20
|
-
vysion-2.1.
|
|
21
|
-
vysion-2.1.
|
|
22
|
-
vysion-2.1.
|
|
18
|
+
vysion/version.py,sha256=Yp3tdUjsKE1JxBjBEGa8dB-YCri5PQMl0KXXUBmv5qU,610
|
|
19
|
+
vysion-2.1.7.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
20
|
+
vysion-2.1.7.dist-info/METADATA,sha256=2BZZ-bby4JmO7EFCFuP6w_lUiGDuxq3EhoWoMNwTOq4,1958
|
|
21
|
+
vysion-2.1.7.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
22
|
+
vysion-2.1.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|