Bitpay

Latest version: v6.1.1

Safety actively analyzes 682229 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

6.1.1

Overview

This is a patch update that updates dependencies.

> **Note:** This will be the last version of the 6.x version of the SDK, with 7.0.0 being released in November. The breaking change will be that Python 3.9+ will be required.

What's Changed
* Add Python 3.12 to test matrix
* Add Python 3.13 to test matrix
* Update pydantic to 2.9.2
* Update black to 8.3.3
* Update pytest to 8.3.3
* Update mypy to 1.11.12
* Bump version to 6.1.1

**Full Changelog**: https://github.com/bitpay/python-bitpay-client/compare/6.1.0...6.1.1

6.1.0

Overview

This is a minor update that adds support for a new optional header called `X-BitPay-Platform-Info` that will be used in BitPay plugins to show both the SDK version and plugin version.

What's Changed
* Add X-BitPay-Platform-Info header
* Bump version to 6.1.0

**Full Changelog**: https://github.com/bitpay/python-bitpay-client/compare/6.0.5...6.1.0

6.0.5

Overview

This is a patch release that updates dependencies.

What's Changed
* Update GitHub Action versions
* Update Project.toml to match Pipfile
* Update mypy to 1.10.1

**Full Changelog**: https://github.com/bitpay/python-bitpay-client/compare/6.0.4...6.0.5

6.0.4

Overview

This is a patch release that updates dependencies.

**Full Changelog**: https://github.com/bitpay/python-bitpay-client/compare/6.0.3...6.0.4

6.0.3

Overview

This is a patch release that addresses a type issue with `paymentTotals.*` and `paymentSubtotals.* ` where it was defined as an `int` but is coming back from the API with scientific notation. These large numbers such as `1.321044547e+21` will not fit in an `int`, so we have to import the `decimal` library and define them as the Decimal type.

What's Changed
* Changed `paymentTotals.*` and `paymentSubtotals.* ` to the `Decimal` type

**Full Changelog**: https://github.com/bitpay/python-bitpay-client/compare/6.0.2...6.0.3

6.0.2

Overview

This is a patch release that addresses a type issue with `satoshisPerByte` where it was defined as an `int` but is coming back from the API as a `float`. We've also updated the examples to remove `.value` on the facade as it's not necessary.

What's Changed
* Fix satoshisPerByte
* Remove '.value' from examples

**Full Changelog**: https://github.com/bitpay/python-bitpay-client/compare/6.0.1...6.0.2

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.