File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1- {"." :" 2.1 .0" }
1+ {"." :" 3.0 .0" }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.0] ( https://github.com/spotify/confidence-sdk-python/compare/v2.1.0...v3.0.0 ) (2026-04-09)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * Dropped support for Python 3.9
9+
10+ ### 🧹 Chore
11+
12+ * update requests to > ; =2.33.1 for CVE-2026 -25645 ([ #107 ] ( https://github.com/spotify/confidence-sdk-python/issues/107 ) ) ([ 2d27b72] ( https://github.com/spotify/confidence-sdk-python/commit/2d27b72fb9f957669b424c41ddab8bab06c57e1f ) )
13+
314## [ 2.1.0] ( https://github.com/spotify/confidence-sdk-python/compare/v2.0.2...v2.1.0 ) (2026-03-09)
415
516
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ the [OpenFeature reference documentation](https://openfeature.dev/docs/reference
1111### pip install
1212<!-- -x-release-please-start-version-->
1313``` python
14- pip install spotify- confidence- sdk== 2.1 .0
14+ pip install spotify- confidence- sdk== 3.0 .0
1515```
1616
1717This installs the full SDK including telemetry support and is the suggested .
@@ -20,14 +20,14 @@ This installs the full SDK including telemetry support and is the suggested .
2020For environments where you cannot use protobuf, you can install without protobuf (which disables telemetry):
2121
2222``` bash
23- pip install spotify-confidence-sdk==2.1 .0 --no-deps
24- pip install requests==2.1 .0 openfeature-sdk==0.4.2 typing_extensions==4.9.0 httpx==0.27.2
23+ pip install spotify-confidence-sdk==3.0 .0 --no-deps
24+ pip install requests==3.0 .0 openfeature-sdk==0.4.2 typing_extensions==4.9.0 httpx==0.27.2
2525```
2626
2727#### requirements.txt
2828``` txt
2929# Full installation (recommended)
30- spotify-confidence-sdk==2.1 .0
30+ spotify-confidence-sdk==3.0 .0
3131
3232pip install -r requirements.txt
3333```
You can’t perform that action at this time.
0 commit comments