OpenMLBB 4.0.4__tar.gz → 4.0.6__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,3 +1,3 @@
1
1
  """Package version for OpenMLBB."""
2
2
 
3
- __version__ = "4.0.4"
3
+ __version__ = "4.0.6"
@@ -6,8 +6,8 @@ from typing import Any
6
6
  import requests
7
7
 
8
8
 
9
- DEFAULT_BASE_URL = "https://mlbb.rone.dev/api"
10
- DEFAULT_TIMEOUT = 30
9
+ DEFAULT_BASE_URL = "https://openmlbb.fastapicloud.dev/api"
10
+ DEFAULT_TIMEOUT = 45
11
11
  DEFAULT_USER_AGENT = "RoneAI-OpenMLBB-Python-SDK"
12
12
 
13
13
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenMLBB
3
- Version: 4.0.4
3
+ Version: 4.0.6
4
4
  Summary: Official Python SDK for the MLBB Public Data API
5
5
  Author: ridwaanhall
6
6
  License: BSD-3-Clause
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenMLBB
3
- Version: 4.0.4
3
+ Version: 4.0.6
4
4
  Summary: Official Python SDK for the MLBB Public Data API
5
5
  Author: ridwaanhall
6
6
  License: BSD-3-Clause
@@ -1,13 +1,12 @@
1
1
  # MLBB Public Data API & Web
2
2
 
3
3
  [![Web Live](https://img.shields.io/badge/API-Live-brightgreen?logo=fastapi&logoColor=white)](https://mlbb.rone.dev)
4
- ![Release](https://img.shields.io/github/v/release/ridwaanhall/api-mobilelegends?logo=github)
5
4
  ![License](https://img.shields.io/github/license/ridwaanhall/api-mobilelegends?logo=bsd&logoColor=white)
6
5
  ![Stars](https://img.shields.io/github/stars/ridwaanhall/api-mobilelegends?logo=github)
7
- ![Forks](https://img.shields.io/github/forks/ridwaanhall/api-mobilelegends?logo=github)
6
+ ![PyPI](https://img.shields.io/pypi/v/OpenMLBB?logo=pypi&logoColor=white)
7
+ ![Downloads](https://img.shields.io/pypi/dm/OpenMLBB?logo=pypi&logoColor=white)
8
8
  ![Python](https://img.shields.io/badge/Python-3.12+-blue?logo=python&logoColor=white)
9
9
  ![FastAPI](https://img.shields.io/badge/FastAPI-009688?logo=fastapi&logoColor=white)
10
- ![OpenAPI](https://img.shields.io/badge/OpenAPI-3.1-green?logo=openapiinitiative&logoColor=white)
11
10
 
12
11
  ![Landing Page](images/blog/landing-page-v3.2.2.webp)
13
12
 
@@ -104,7 +103,7 @@ SDK defaults:
104
103
  ### Automated Release Rules (4.x.x)
105
104
 
106
105
  - Workflow file: `.github/workflows/python-publish.yml`
107
- - Version source for release/tag/PyPI: `API_VERSION` default in `app/core/config.py`
106
+ - Version source for release/tag/PyPI: `PROJECT_VERSION` default in `app/core/config.py`
108
107
  - Version tags use format: `4.x.x` (no `v` prefix)
109
108
  - Push behavior:
110
109
  - `main` branch creates stable GitHub release and publishes to PyPI.
File without changes
File without changes
File without changes
File without changes