chore(main): release 0.8.3

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
This commit is contained in:
OpenFeature Bot 2025-08-02 11:12:31 -04:00
parent 32fdec1781
commit 05cfcd9e4e
5 changed files with 15 additions and 7 deletions

View File

@ -1 +1 @@
{".":"0.8.2"}
{".":"0.8.3"}

View File

@ -1,5 +1,13 @@
# Changelog
## [0.8.3](https://github.com/open-feature/python-sdk/compare/v0.8.2...v0.8.3) (2025-08-02)
### 🧹 Chore
* **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))
* support Python 3.14 ([#530](https://github.com/open-feature/python-sdk/issues/530)) ([32fdec1](https://github.com/open-feature/python-sdk/commit/32fdec178122d0838e8e776ba30f2dd722b21233))
## [0.8.2](https://github.com/open-feature/python-sdk/compare/v0.8.1...v0.8.2) (2025-07-30)

View File

@ -19,8 +19,8 @@
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.8.2">
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.2&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.8.3">
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.3&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
@ -60,13 +60,13 @@
#### Pip install
```bash
pip install openfeature-sdk==0.8.2
pip install openfeature-sdk==0.8.3
```
#### requirements.txt
```bash
openfeature-sdk==0.8.2
openfeature-sdk==0.8.3
```
```python

View File

@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"

View File

@ -5,7 +5,7 @@ build-backend = "uv_build"
[project]
name = "openfeature_sdk"
version = "0.8.2"
version = "0.8.3"
description = "Standardizing Feature Flagging for Everyone"
readme = "README.md"
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]