File tree Expand file tree Collapse file tree 5 files changed +31
-7
lines changed
Expand file tree Collapse file tree 5 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.7.5 " }
1+ {"." :" 0.7.6 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.6] ( https://github.com/open-feature/python-sdk/compare/v0.7.5...v0.7.6 ) (2025-02-10)
4+
5+
6+ ### ✨ New Features
7+
8+ * Add async functionality to providers ([ #413 ] ( https://github.com/open-feature/python-sdk/issues/413 ) ) ([ 86e7c07] ( https://github.com/open-feature/python-sdk/commit/86e7c07112cfa9fa6bec15cb7a47f8a675034b8b ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * ** deps:** pin dependencies ([ #435 ] ( https://github.com/open-feature/python-sdk/issues/435 ) ) ([ 38d13fa] ( https://github.com/open-feature/python-sdk/commit/38d13fa454e8b7d5a55a8e4e12dcbe4c37f70706 ) )
14+ * ** deps:** update github/codeql-action digest to 9e8d078 ([ #440 ] ( https://github.com/open-feature/python-sdk/issues/440 ) ) ([ ba0213e] ( https://github.com/open-feature/python-sdk/commit/ba0213e701958a9962676646bec267a5c530184c ) )
15+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 ([ #439 ] ( https://github.com/open-feature/python-sdk/issues/439 ) ) ([ 75b41dd] ( https://github.com/open-feature/python-sdk/commit/75b41dd0202e9651801d2144ceec2c16ebe4989f ) )
16+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 ([ #443 ] ( https://github.com/open-feature/python-sdk/issues/443 ) ) ([ 37296dc] ( https://github.com/open-feature/python-sdk/commit/37296dc0b5b7450815b3b63d7877968fe07f06be ) )
17+ * ** deps:** update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 ([ #430 ] ( https://github.com/open-feature/python-sdk/issues/430 ) ) ([ fe0fea1] ( https://github.com/open-feature/python-sdk/commit/fe0fea1f7328bb97c6985628be2f5c11bae13f22 ) )
18+ * fix renovate syntax issue ([ e705af4] ( https://github.com/open-feature/python-sdk/commit/e705af47b1b44705f0f0cca1846ccb97e820f042 ) )
19+ * use centralized renovate config, downgrade release please ([ #433 ] ( https://github.com/open-feature/python-sdk/issues/433 ) ) ([ ff52163] ( https://github.com/open-feature/python-sdk/commit/ff521630a1962f73a1d3f8e3fc65c8cdc691f54b ) )
20+
21+
22+ ### 📚 Documentation
23+
24+ * fix eval context link ([ #438 ] ( https://github.com/open-feature/python-sdk/issues/438 ) ) ([ 154d834] ( https://github.com/open-feature/python-sdk/commit/154d8345e7a65f3409c168a87d157df583fc8aa8 ) )
25+ * fix links to the openfeature ecosystem page ([ #432 ] ( https://github.com/open-feature/python-sdk/issues/432 ) ) ([ 49edce2] ( https://github.com/open-feature/python-sdk/commit/49edce226996d7d27a6dd64a1ae45e0def9e9b29 ) )
26+
327## [ 0.7.5] ( https://github.com/open-feature/python-sdk/compare/v0.7.4...v0.7.5 ) (2025-01-31)
428
529
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.7.5 " >
23- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.5 &color=blue&style=for-the-badge" />
22+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.7.6 " >
23+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.6 &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.7.5
63+ pip install openfeature-sdk==0.7.6
6464```
6565
6666#### requirements.txt
6767
6868``` bash
69- openfeature-sdk==0.7.5
69+ openfeature-sdk==0.7.6
7070```
7171
7272``` python
Original file line number Diff line number Diff line change 1- __version__ = "0.7.5 "
1+ __version__ = "0.7.6 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
66[project ]
77name = " openfeature_sdk"
8- version = " 0.7.5 "
8+ version = " 0.7.6 "
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