telnyx 2.1.3__py2.py3-none-any.whl → 2.1.4__py2.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.

Potentially problematic release.


This version of telnyx might be problematic. Click here for more details.

telnyx/__init__.py CHANGED
@@ -24,7 +24,7 @@ public_key = os.environ.get("TELNYX_PUBLIC_KEY")
24
24
  log = None
25
25
 
26
26
 
27
- __version__ = "2.1.3"
27
+ __version__ = "2.1.4"
28
28
 
29
29
 
30
30
  # Sets some basic information about the running application that's sent along
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: telnyx
3
- Version: 2.1.3
3
+ Version: 2.1.4
4
4
  Summary: Python bindings for the Telnyx API
5
5
  Home-page: https://github.com/team-telnyx/telnyx-python
6
6
  Author: Telnyx
@@ -27,10 +27,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
27
  Requires-Python: >=3.8
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE
30
- Requires-Dist: requests >=2.20
31
- Requires-Dist: six >=1.16.0
30
+ Requires-Dist: requests>=2.20
31
+ Requires-Dist: six>=1.16.0
32
32
  Requires-Dist: PyNaCl
33
- Requires-Dist: black >=23.0
34
33
 
35
34
  # Telnyx Python Library
36
35
 
@@ -1,4 +1,4 @@
1
- telnyx/__init__.py,sha256=t4DyTAgIKC0NbWolw0L9GzUkSfDp4fp0o3uk7RgsYI4,1012
1
+ telnyx/__init__.py,sha256=8NJ9UpRJIvrnTgJ0hhvWk3yrX_EMnofcbs5MVCdb5GM,1012
2
2
  telnyx/api_requestor.py,sha256=hkQ00gVrV6XWoJAoNx_PqXobvJzwut2YTr9M1vfI3gk,10562
3
3
  telnyx/error.py,sha256=7kwUMS7b0ec64A-Ugcwbjs4D2Pl7stEb-JjCE9T6Pic,4366
4
4
  telnyx/http_client.py,sha256=P9htOl44DhSW_m5MkRYtz2U0uLxh7tyuaf1v-ja9MiY,20042
@@ -161,8 +161,8 @@ telnyx/api_resources/abstract/listable_api_resource.py,sha256=shWcUha2LYM_WPedBX
161
161
  telnyx/api_resources/abstract/nested_resource_class_methods.py,sha256=U0NV4cJRWHrrR1jFfHt0ALmrfIUomksAHfJl62prCZE,4768
162
162
  telnyx/api_resources/abstract/singleton_api_resource.py,sha256=2g-rKkk2dT8aNJDKEFiaLFRs8wKk31kBTJpku3kpdNE,874
163
163
  telnyx/api_resources/abstract/updateable_api_resource.py,sha256=2_WN99EUfBmnHunfjS3jlwY0EIoU8V7_j9OMRsiqedk,1673
164
- telnyx-2.1.3.dist-info/LICENSE,sha256=h4YEwOcV9A9iTg1cUsg0z7uU7gxj281PMpKWj-AdQWY,1141
165
- telnyx-2.1.3.dist-info/METADATA,sha256=-xpRNYWUw-fUgOq-MMwuXBPRGOB4GgeypnfFEUYpRLA,10695
166
- telnyx-2.1.3.dist-info/WHEEL,sha256=M4n4zmFKzQZk4mLCcycNIzIXO7YPKE_b5Cw4PnhHEg8,109
167
- telnyx-2.1.3.dist-info/top_level.txt,sha256=e59ZDpP51N6b62sY7VrNLq8aR9Ly5-IHtl7zCkGA0Yw,7
168
- telnyx-2.1.3.dist-info/RECORD,,
164
+ telnyx-2.1.4.dist-info/LICENSE,sha256=h4YEwOcV9A9iTg1cUsg0z7uU7gxj281PMpKWj-AdQWY,1141
165
+ telnyx-2.1.4.dist-info/METADATA,sha256=mK0i9gCrnljMyNjlj_Dbnen-WWUjpUN_NWWMFlAZqbc,10665
166
+ telnyx-2.1.4.dist-info/WHEEL,sha256=TJ49d73sNs10F0aze1W_bTW2P_X7-F4YXOlBqoqA-jY,109
167
+ telnyx-2.1.4.dist-info/top_level.txt,sha256=e59ZDpP51N6b62sY7VrNLq8aR9Ly5-IHtl7zCkGA0Yw,7
168
+ telnyx-2.1.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.2.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any