Skip to content

Releases: MultiSafepay/python-sdk

2.1.0

05 Sep 09:22
2.1.0

Choose a tag to compare

Added

  • PTHMINT-77: Add AddressParser

Fixed

  • PTHMINT-78: Avoid duplicate taxes when checkout options is autogenerated

Changed

  • PTHMINT-81: Change the tax_rate_percentage to integer

2.0.0

17 Jul 15:25
2.0.0
7159696

Choose a tag to compare

Added

  • PTHMINT-76: Improve coding standards
  • PTHMINT-74: Encode dynamic path segment

Removed

  • PTHMINT-72: Drop support for Python 3.8
  • PTHMINT-75: Remove unsupported attributes in delivery object

1.0.1

23 Apr 15:25
1.0.1
5e84254

Choose a tag to compare

[1.0.1] - 2025-04-23

Added

  • PTHMINT-66: Release of 1.0.1 - Stable version

1.0.0rc3

23 Apr 14:45
1.0.0rc3
1815caf

Choose a tag to compare

Removed

  • PTHMINT-64: Remove sdk version property from Plugin object

1.0.0rc2

23 Apr 07:34
1.0.0rc2
5f27d26

Choose a tag to compare

Added

  • PTHMINT-59: Add readme, repository, and homepage missing properties in pyproject.toml

1.0.0rc1

22 Apr 15:49
1.0.0rc1
00cca17

Choose a tag to compare

Added

  • Initial release candidate
  • Core API functionality
  • Support for payment methods
  • Order creation and management
  • Transaction handling
  • Webhook support
  • Comprehensive test suite
  • Type hints and documentation
  • Dependencies:
    • Python >=3.8,<3.14
    • requests ^2.32.3
    • toml ^0.10.2
    • pydantic ^1.10.0
    • python-dotenv ^1.0.1