Skip to content

Releases: sumup/sumup-py

v0.0.21

06 Jan 10:21
Immutable release. Only release title and notes can be modified.
589c950

Choose a tag to compare

0.0.21 (2026-01-06)

Fixes README examples and SDK enum types for card entry mode.

Bug Fixes

  • docs: required merchant_code for checkout (#167) (20e8589)

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)