File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sinch"
33description = " Sinch SDK for Python programming language"
4- version = " 1.1.3 "
4+ version = " 1.1.4 "
55license = " Apache 2.0"
66readme = " README.md"
77authors = [
@@ -17,7 +17,7 @@ classifiers = [
1717 " Programming Language :: Python :: 3.10" ,
1818 " Programming Language :: Python :: 3.11" ,
1919 " Programming Language :: Python :: 3.12" ,
20- " Programming Language :: Python :: 3.14 " ,
20+ " Programming Language :: Python :: 3.13 " ,
2121 " Programming Language :: Python :: 3.14" ,
2222 " Programming Language :: Python :: Implementation :: CPython" ,
2323 " Topic :: Software Development :: Libraries :: Python Modules" ,
Original file line number Diff line number Diff line change 11""" Sinch Python SDK
22To access Sinch resources, use the Sync or Async version of the Sinch Client.
33"""
4- __version__ = "1.1.3 "
4+ __version__ = "1.1.4 "
55
66from sinch .core .clients .sinch_client_sync import SinchClient
77from sinch .core .clients .sinch_client_async import SinchClientAsync
You can’t perform that action at this time.
0 commit comments