Skip to content

Releases: sumup/sumup-py

v0.0.20

30 Dec 07:05
Immutable release. Only release title and notes can be modified.
a1d9568

Choose a tag to compare

0.0.20 (2025-12-30)

Removes development dependencies from the list of runtime dependencies and further cleans up pyproject.toml setup.

Features

v0.0.19

29 Dec 13:43
Immutable release. Only release title and notes can be modified.
c8f4fa4

Choose a tag to compare

0.0.19 (2025-12-29)

Bug Fixes

  • license-files tag conflict with the auto embedded LICENSE file. (#161) (b49b78b)

v0.0.18

29 Dec 12:20
Immutable release. Only release title and notes can be modified.
365c622

Choose a tag to compare

0.0.18 (2025-12-29)

Fix packaging for non-uv build systems.

Bug Fixes

v0.0.17

29 Dec 12:19
Immutable release. Only release title and notes can be modified.
bd74084

Choose a tag to compare

0.0.17 (2025-12-19)

Improves enum types and fixes discrepancy between the entry_mode enum and the real set of values that it can contain.

Features

  • sdk: improve enum types (a2d5cf6)

Bug Fixes

  • transactions entry_mode enum (05b0f5a)

v0.0.16

18 Dec 17:09
Immutable release. Only release title and notes can be modified.
fac7709

Choose a tag to compare

0.0.16 (2025-12-18)

Bug Fixes

v0.0.15

15 Dec 13:26
Immutable release. Only release title and notes can be modified.
71d7cf3

Choose a tag to compare

0.0.15 (2025-12-15)

Fixed serialization of unspecified values and updated OpenAPI specs and generated code to latest version which resolves a few enums that went out of sync with the upstream service.

Bug Fixes

v0.0.14

30 Nov 20:03
Immutable release. Only release title and notes can be modified.
35ccf80

Choose a tag to compare

0.0.14 (2025-11-30)

Breaking changes

Metadata field on Reader object was renamed from meta to metadata for consistency with other APIs.

Bug Fixes

  • ci: use bot for release PRs (643194b)
  • ci: use GITHUB_TOKEN (12a5890)

v0.0.13

11 Nov 17:38
Immutable release. Only release title and notes can be modified.
c0171ec

Choose a tag to compare

0.0.13 (2025-11-11)

Cleans up old APIs that have minimal support in preparation for adding back newer alternatives.

Features

v0.0.12

03 Nov 18:45
f72276c

Choose a tag to compare

0.0.12 (2025-11-03)

Fixed query parameters handling.

Bug Fixes

  • cd: commit generated SDK using SumUp Bot (33bb770)
  • cd: run workflows on commits with generated code (6237e6d)
  • sdk: query params handling (#97) (4bc863a)
  • sumup: sdk version header string (75f334c)

v0.0.11

23 Oct 14:52
5243586

Choose a tag to compare

0.0.11 (2025-10-23)

0.0.11 brings the Merchants API, allowing access to multiple merchant accounts, depending on the authorization. For users that authenticate using SumUp's SSO you can now access any of the merchant accounts that they have membership in. For API keys the access is still restricted to the merchant account for which the API key was created. We are working on introducing more authentication options to make integrations that need to rely on multiple merchant accounts easier in the future.

The merchants endpoints replace the legacy /me/ endpoints and further cleanup the underlying models.

Features

  • builder: handle empty body correctly (8b5a56a)
  • docs: more examples in README (13670a7)

Bug Fixes

  • builder: handle requests and responses without a body correctly (83f802c)
  • cd: generate workflow fix (d802169)