Skip to content

Commit 7ba9455

Browse files
authored
[ROB-2046] patching requests cve CVE-2024-47081 (#35)
* patching requests cve * added comment * bump test version
1 parent 2965703 commit 7ba9455

File tree

4 files changed

+15
-198
lines changed

4 files changed

+15
-198
lines changed

.github/workflows/test-prometrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.8
17+
python-version: 3.9
1818

1919
- name: Create k8s Kind Cluster
2020
uses: helm/[email protected]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ You can install the package using pip:
2525
pip install prometrix
2626
```
2727

28+
29+
> **⚠️ Note:** For Python **3.8 support**, you must use version **0.2.3 or below** of `prometrix`.
30+
> From `0.2.4` onward, `prometrix` requires **Python ≥ 3.9**.
31+
2832
Usage
2933
-----
3034

0 commit comments

Comments
 (0)