We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4882f7f commit 0fc51faCopy full SHA for 0fc51fa
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [3.39.1] - 2025-02-28
2
+### Fixed
3
+
4
+Rate limiting headers interpreted dynamically based on `X-RateLimit-Reset` time and for a variable number of bucket values.
5
6
## [3.39.0] - 2025-02-25
7
### Added
8
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='mangopaysdk',
13
- version='3.39.0',
+ version='3.39.1',
14
description='A client library written in python to work with mangopay v2 api',
15
long_description='This SDK is a client library for interacting with the Mangopay API.',
16
url='https://github.com/Mangopay/mangopay2-python-sdk',
0 commit comments