vysion 2.1.6__tar.gz → 2.1.7__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vysion
3
- Version: 2.1.6
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.6](https://pypi.org/project/vysion/)
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
 
@@ -4,7 +4,7 @@ Welcome to the PyPi webpage for Vysion, our implementation as a Python library t
4
4
 
5
5
  You can request a demo for the web app or an API-key to use in this library at [vysion.ai](https://vysion.ai).
6
6
 
7
- Latest version: [2.1.6](https://pypi.org/project/vysion/)
7
+ Latest version: [2.1.7](https://pypi.org/project/vysion/)
8
8
 
9
9
  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.
10
10
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "vysion"
3
- version = "2.1.6"
3
+ version = "2.1.7"
4
4
  description = "The official Python client library for Vysion"
5
5
  homepage = "https://vysion.ai"
6
6
  repository = "https://github.com/ByronLabs/vysion-py"
@@ -414,8 +414,7 @@ class Client(BaseClient):
414
414
  page_size=page_size,
415
415
  username=username,
416
416
  )
417
- print(url)
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
@@ -15,4 +15,4 @@ See the License for the specific language governing permissions and
15
15
  limitations under the License.
16
16
  """
17
17
 
18
- __version__ = "2.1.6"
18
+ __version__ = "2.1.7"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes