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.
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/src/OpenMLBB/_version.py +1 -1
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/src/OpenMLBB/client.py +2 -2
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/src/OpenMLBB.egg-info/PKG-INFO +1 -1
- {openmlbb-4.0.4 → openmlbb-4.0.6}/PKG-INFO +1 -1
- {openmlbb-4.0.4 → openmlbb-4.0.6}/README.md +3 -4
- {openmlbb-4.0.4 → openmlbb-4.0.6}/LICENSE +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/README.md +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/src/OpenMLBB/__init__.py +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/src/OpenMLBB.egg-info/SOURCES.txt +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/src/OpenMLBB.egg-info/dependency_links.txt +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/src/OpenMLBB.egg-info/requires.txt +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/OpenMLBB/src/OpenMLBB.egg-info/top_level.txt +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/pyproject.toml +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/setup.cfg +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/tests/test_client_ip.py +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/tests/test_endpoints.py +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/tests/test_user_router.py +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/tests/test_validation_errors.py +0 -0
- {openmlbb-4.0.4 → openmlbb-4.0.6}/tests/test_web_interface.py +0 -0
|
@@ -6,8 +6,8 @@ from typing import Any
|
|
|
6
6
|
import requests
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
DEFAULT_BASE_URL = "https://
|
|
10
|
-
DEFAULT_TIMEOUT =
|
|
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,13 +1,12 @@
|
|
|
1
1
|
# MLBB Public Data API & Web
|
|
2
2
|
|
|
3
3
|
[](https://mlbb.rone.dev)
|
|
4
|
-

|
|
5
4
|

|
|
6
5
|

|
|
7
|
-

|
|
7
|
+

|
|
8
8
|

|
|
9
9
|

|
|
10
|
-

|
|
11
10
|
|
|
12
11
|

|
|
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: `
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|