Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitpay/python-bitpay-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.8
Choose a base ref
...
head repository: bitpay/python-bitpay-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.0
Choose a head ref
  • 14 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 9, 2026

  1. Bump pydantic from 2.11.9 to 2.12.5

    Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.9 to 2.12.5.
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.11.9...v2.12.5)
    
    ---
    updated-dependencies:
    - dependency-name: pydantic
      dependency-version: 2.12.5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    21292f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Bump black from 25.12.0 to 26.1.0

    Bumps [black](https://github.com/psf/black) from 25.12.0 to 26.1.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@25.12.0...26.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-version: 26.1.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    6d8a096 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #218 from bitpay/dependabot/pip/pydantic-2.12.5

    Bump pydantic from 2.11.9 to 2.12.5
    bobbrodie authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    7753def View commit details
    Browse the repository at this point in the history
  3. Merge pull request #219 from bitpay/dependabot/pip/black-26.1.0

    Bump black from 25.12.0 to 26.1.0
    bobbrodie authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    75409bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdbdaec View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Configuration menu
    Copy the full SHA
    e253570 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Configuration menu
    Copy the full SHA
    b228cb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Merge pull request #220 from bobbrodie/8.0.x

    [#201] Remove Python v3.9 support
    bobbrodie authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    ef9c165 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #222 from swlodarski-sumoheavy/8.0.x-221

    Replace ecdsa with cryptography for key generation and signing #221
    bobbrodie authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    cd05398 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #224 from swlodarski-sumoheavy/8.0.x-gh-actions-un…

    …trusted-input
    
    Security: Fix untrusted input vulnerability in release workflow - 8.0.x
    bobbrodie authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    21bc339 View commit details
    Browse the repository at this point in the history
  4. Bump cryptography from 46.0.4 to 46.0.5

    Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.4 to 46.0.5.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@46.0.4...46.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-version: 46.0.5
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    ca667f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #225 from bitpay/dependabot/pip/cryptography-46.0.5

    Bump cryptography from 46.0.4 to 46.0.5
    bobbrodie authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    3e331f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    51fcd6c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Configuration menu
    Copy the full SHA
    b663d8b View commit details
    Browse the repository at this point in the history
Loading