Skip to content

Commit ef22d87

Browse files
authored
Merge branch 'main' into proto-dep-fix
2 parents 1457f54 + 9b30d92 commit ef22d87

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/spotify/confidence-sdk-python/compare/v2.0.1...v2.0.2) (2025-09-22)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** introduce flexible protobuf version range ([#102](https://github.com/spotify/confidence-sdk-python/issues/102)) ([edfc4ed](https://github.com/spotify/confidence-sdk-python/commit/edfc4eda5e4fe03a88a46bf264b202736c3c26ad))
9+
* **deps:** update typing_extensions to flexible range ([#99](https://github.com/spotify/confidence-sdk-python/issues/99)) ([6a03790](https://github.com/spotify/confidence-sdk-python/commit/6a03790af0f9f166c62175d5237a170155d50717))
10+
11+
### 📚 Documentation
12+
13+
* restructure to focus on Openfeature ([#97](https://github.com/spotify/confidence-sdk-python/issues/97)) ([a60cd7d](https://github.com/spotify/confidence-sdk-python/commit/a60cd7df4c86c0ef3ba420bde6c5ffe7db86fd41))
14+
315
## [2.0.1](https://github.com/spotify/confidence-sdk-python/compare/v2.0.0...v2.0.1) (2025-08-04)
416

517

README.md

Lines changed: 4 additions & 2 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.0.1
14+
pip install spotify-confidence-sdk==2.0.2
1515
```
1616

1717
This installs the full SDK including telemetry support and is the suggested .
@@ -27,7 +27,9 @@ pip install requests==2.32.4 openfeature-sdk==0.4.2 typing_extensions==4.9.0 htt
2727
#### requirements.txt
2828
```txt
2929
# Full installation (recommended)
30-
spotify-confidence-sdk==2.0.1
30+
spotify-confidence-sdk==2.0.2
31+
32+
pip install -r requirements.txt
3133
```
3234
<!---x-release-please-end-->
3335

0 commit comments

Comments
 (0)