bml-connect-python 2.0.0__tar.gz → 2.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bml-connect-python
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: Python SDK for Bank of Maldives Connect API v2 with sync and async support, covering all four payment integration methods
5
5
  Home-page: https://github.com/quillfires/bml-connect-python
6
6
  License: MIT
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Requires-Dist: aiohttp (>=3.13.3,<4.0.0)
25
25
  Requires-Dist: cryptography (>=46.0.0)
26
- Requires-Dist: requests (>=2.28.0)
26
+ Requires-Dist: requests (>=2.32.4)
27
27
  Project-URL: Documentation, https://github.com/quillfires/bml-connect-python/wiki
28
28
  Project-URL: Repository, https://github.com/quillfires/bml-connect-python
29
29
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bml-connect-python"
3
- version = "2.0.0"
3
+ version = "2.0.1"
4
4
  description = "Python SDK for Bank of Maldives Connect API v2 with sync and async support, covering all four payment integration methods"
5
5
  authors = ["Fayaz (Quill) <fayaz.quill@gmail.com>"]
6
6
  maintainers = ["Fayaz (Quill) <fayaz.quill@gmail.com>"]
@@ -27,7 +27,7 @@ packages = [{ include = "bml_connect", from = "src" }]
27
27
  [tool.poetry.dependencies]
28
28
  python = ">=3.9.2,<4.0"
29
29
  cryptography = ">=46.0.0"
30
- requests = ">=2.28.0"
30
+ requests = ">=2.32.4"
31
31
  aiohttp = "^3.13.3"
32
32
 
33
33
  [tool.poetry.group.dev.dependencies]