BoT-Python-SDK
BoT-Python-SDK copied to clipboard
Our IoT SDK in Python to enable any connected device to pay
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2. Changelog Sourced from cryptography's changelog. 41.0.2 - 2023-07-10 * Fixed bugs in creating and parsing SSH certificates where critical options with values were handled...
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.4 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.8.13 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Account
Updates the "Meetups" and "About FINN" links
Offline Actions feature helps to save the payments triggered on device when there is no internet connectivity is available. These saved payments get triggered along with the next action trigger...
As of now, only Webserver mode is supported for Python SDK. Support to use Python SDK as library module needs to be implemented.
Trying to pair the device through BLE on iOS, leads app to crash. After looking in the BLE Service module, the required characteristics are missing. BLE Service module needs to...