File tree Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.8.2 " }
1+ {"." :" 0.8.3 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.3] ( https://github.com/open-feature/python-sdk/compare/v0.8.2...v0.8.3 ) (2025-08-02)
4+
5+
6+ ### 🧹 Chore
7+
8+ * ** deps:** update pre-commit hook pre-commit/mirrors-mypy to v1.17.1 ([ #528 ] ( https://github.com/open-feature/python-sdk/issues/528 ) ) ([ 9d0cbe8] ( https://github.com/open-feature/python-sdk/commit/9d0cbe8d4af95218f41d4e2dcb8e419b9639c825 ) )
9+ * support Python 3.14 ([ #530 ] ( https://github.com/open-feature/python-sdk/issues/530 ) ) ([ 32fdec1] ( https://github.com/open-feature/python-sdk/commit/32fdec178122d0838e8e776ba30f2dd722b21233 ) )
10+
311## [ 0.8.2] ( https://github.com/open-feature/python-sdk/compare/v0.8.1...v0.8.2 ) (2025-07-30)
412
513
Original file line number Diff line number Diff line change 1919
2020 <!-- x-release-please-start-version -->
2121
22- <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.8.2 " >
23- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.2 &color=blue&style=for-the-badge" />
22+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.8.3 " >
23+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.3 &color=blue&style=for-the-badge" />
2424 </a >
2525
2626 <!-- x-release-please-end -->
6060#### Pip install
6161
6262``` bash
63- pip install openfeature-sdk==0.8.2
63+ pip install openfeature-sdk==0.8.3
6464```
6565
6666#### requirements.txt
6767
6868``` bash
69- openfeature-sdk==0.8.2
69+ openfeature-sdk==0.8.3
7070```
7171
7272``` python
Original file line number Diff line number Diff line change 1- __version__ = "0.8.2 "
1+ __version__ = "0.8.3 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "uv_build"
55
66[project ]
77name = " openfeature_sdk"
8- version = " 0.8.2 "
8+ version = " 0.8.3 "
99description = " Standardizing Feature Flagging for Everyone"
1010readme = " README.md"
1111authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
You can’t perform that action at this time.
0 commit comments