File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.9.0 " }
1+ {"." :" 0.9.1 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.1] ( https://github.com/open-feature/python-sdk/compare/v0.9.0...v0.9.1 ) (2026-05-29)
4+
5+
6+ ### 🧹 Chore
7+
8+ * ** deps:** update astral-sh/setup-uv action to v8 ([ #603 ] ( https://github.com/open-feature/python-sdk/issues/603 ) ) ([ 4422fad] ( https://github.com/open-feature/python-sdk/commit/4422fad635199d11bfd820425bf8938a68cec1ee ) )
9+ * ** deps:** update codecov/codecov-action action to v6 ([ #604 ] ( https://github.com/open-feature/python-sdk/issues/604 ) ) ([ e00fab3] ( https://github.com/open-feature/python-sdk/commit/e00fab3f04d52b3d35258d87c68e3c8d3954af31 ) )
10+ * ** deps:** update googleapis/release-please-action action to v5 ([ #605 ] ( https://github.com/open-feature/python-sdk/issues/605 ) ) ([ aa1366a] ( https://github.com/open-feature/python-sdk/commit/aa1366abeccf8d4463e933fbba035891e0531125 ) )
11+ * ** deps:** update pre-commit hook pre-commit/mirrors-mypy to v2 ([ #606 ] ( https://github.com/open-feature/python-sdk/issues/606 ) ) ([ d18beef] ( https://github.com/open-feature/python-sdk/commit/d18beefeaebb717102c40b02acbedf6b3c0c16a8 ) )
12+ * ** deps:** update pre-commit hook tox-dev/pyproject-fmt to v2.21.2 ([ #601 ] ( https://github.com/open-feature/python-sdk/issues/601 ) ) ([ 5cc9534] ( https://github.com/open-feature/python-sdk/commit/5cc9534661a1901c5d3a0b328d65df6495c46b92 ) )
13+
314## [ 0.9.0] ( https://github.com/open-feature/python-sdk/compare/v0.8.4...v0.9.0 ) (2026-04-17)
415
516
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.9.0 " >
23- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.9.0 &color=blue&style=for-the-badge" />
22+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.9.1 " >
23+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.9.1 &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.9.0
63+ pip install openfeature-sdk==0.9.1
6464```
6565
6666#### requirements.txt
6767
6868``` bash
69- openfeature-sdk==0.9.0
69+ openfeature-sdk==0.9.1
7070```
7171
7272``` python
Original file line number Diff line number Diff line change 1- __version__ = "0.9.0 "
1+ __version__ = "0.9.1 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "uv-build~=0.11.0" ]
44
55[project ]
66name = " openfeature-sdk"
7- version = " 0.9.0 "
7+ version = " 0.9.1 "
88description = " Standardizing Feature Flagging for Everyone"
99readme = " README.md"
1010keywords = [
You can’t perform that action at this time.
0 commit comments