Skip to content

Commit 4bcc003

Browse files
chore(main): release 3.0.0 (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d27b72 commit 4bcc003

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.1.0"}
1+
{".":"3.0.0"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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 &gt;=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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1717
This 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 .
2020
For 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
3232
pip install -r requirements.txt
3333
```

0 commit comments

Comments
 (0)