From b52c003ae4b50d46152aa659bda8c86c816480f8 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:57:04 +0100 Subject: [PATCH 1/2] chore(main): release 6.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fde2101..70fbe25 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.0" + ".": "6.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0d09f..21dd454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [6.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.5.0...v6.0.0) (2026-06-26) + + +### ⚠ BREAKING CHANGES + +* drop Python 3.9 support to allow urllib3 >=2.7.0 ([#227](https://github.com/Flagsmith/flagsmith-python-client/issues/227)) + +### Features + +* only track exposure when experiment feature is enabled ([#226](https://github.com/Flagsmith/flagsmith-python-client/issues/226)) ([30112aa](https://github.com/Flagsmith/flagsmith-python-client/commit/30112aa187af66c00171000b199e158c88142b7c)) + + +### Bug Fixes + +* Background threads leaking across tests ([#229](https://github.com/Flagsmith/flagsmith-python-client/issues/229)) ([0615a9d](https://github.com/Flagsmith/flagsmith-python-client/commit/0615a9d760b047ae8a02dec8ac412f171e9e7f5e)) + + +### CI + +* pre-commit autoupdate ([#219](https://github.com/Flagsmith/flagsmith-python-client/issues/219)) ([134e6b6](https://github.com/Flagsmith/flagsmith-python-client/commit/134e6b65ebe11e89a37ae2d1c98b487871d5a216)) + + +### Dependency Updates + +* drop Python 3.9 support to allow urllib3 >=2.7.0 ([#227](https://github.com/Flagsmith/flagsmith-python-client/issues/227)) ([814e67e](https://github.com/Flagsmith/flagsmith-python-client/commit/814e67ef1e1e5905dfcfdfd3e629cdf3fc7855e6)) + + +### Other + +* **deps-dev:** bump pytest from 7.4.4 to 9.0.3 ([#228](https://github.com/Flagsmith/flagsmith-python-client/issues/228)) ([f00eff9](https://github.com/Flagsmith/flagsmith-python-client/commit/f00eff954527e5d031789be7a33466c05f9d1adb)) +* **deps:** bump idna from 3.10 to 3.15 ([#218](https://github.com/Flagsmith/flagsmith-python-client/issues/218)) ([4d71722](https://github.com/Flagsmith/flagsmith-python-client/commit/4d71722421d3692af07d68bbf71216b4de1b2eed)) + ## [5.5.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.4.0...v5.5.0) (2026-06-09) ### Features diff --git a/pyproject.toml b/pyproject.toml index a59eab3..1e92556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.5.0" +version = "6.0.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From ee38c43daba9fcc886943f8eb41b1c2142cebe7a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:57:13 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21dd454..1bbc8f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,35 +2,40 @@ ## [6.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.5.0...v6.0.0) (2026-06-26) - ### ⚠ BREAKING CHANGES -* drop Python 3.9 support to allow urllib3 >=2.7.0 ([#227](https://github.com/Flagsmith/flagsmith-python-client/issues/227)) +- drop Python 3.9 support to allow urllib3 >=2.7.0 + ([#227](https://github.com/Flagsmith/flagsmith-python-client/issues/227)) ### Features -* only track exposure when experiment feature is enabled ([#226](https://github.com/Flagsmith/flagsmith-python-client/issues/226)) ([30112aa](https://github.com/Flagsmith/flagsmith-python-client/commit/30112aa187af66c00171000b199e158c88142b7c)) - +- only track exposure when experiment feature is enabled + ([#226](https://github.com/Flagsmith/flagsmith-python-client/issues/226)) + ([30112aa](https://github.com/Flagsmith/flagsmith-python-client/commit/30112aa187af66c00171000b199e158c88142b7c)) ### Bug Fixes -* Background threads leaking across tests ([#229](https://github.com/Flagsmith/flagsmith-python-client/issues/229)) ([0615a9d](https://github.com/Flagsmith/flagsmith-python-client/commit/0615a9d760b047ae8a02dec8ac412f171e9e7f5e)) - +- Background threads leaking across tests ([#229](https://github.com/Flagsmith/flagsmith-python-client/issues/229)) + ([0615a9d](https://github.com/Flagsmith/flagsmith-python-client/commit/0615a9d760b047ae8a02dec8ac412f171e9e7f5e)) ### CI -* pre-commit autoupdate ([#219](https://github.com/Flagsmith/flagsmith-python-client/issues/219)) ([134e6b6](https://github.com/Flagsmith/flagsmith-python-client/commit/134e6b65ebe11e89a37ae2d1c98b487871d5a216)) - +- pre-commit autoupdate ([#219](https://github.com/Flagsmith/flagsmith-python-client/issues/219)) + ([134e6b6](https://github.com/Flagsmith/flagsmith-python-client/commit/134e6b65ebe11e89a37ae2d1c98b487871d5a216)) ### Dependency Updates -* drop Python 3.9 support to allow urllib3 >=2.7.0 ([#227](https://github.com/Flagsmith/flagsmith-python-client/issues/227)) ([814e67e](https://github.com/Flagsmith/flagsmith-python-client/commit/814e67ef1e1e5905dfcfdfd3e629cdf3fc7855e6)) - +- drop Python 3.9 support to allow urllib3 >=2.7.0 + ([#227](https://github.com/Flagsmith/flagsmith-python-client/issues/227)) + ([814e67e](https://github.com/Flagsmith/flagsmith-python-client/commit/814e67ef1e1e5905dfcfdfd3e629cdf3fc7855e6)) ### Other -* **deps-dev:** bump pytest from 7.4.4 to 9.0.3 ([#228](https://github.com/Flagsmith/flagsmith-python-client/issues/228)) ([f00eff9](https://github.com/Flagsmith/flagsmith-python-client/commit/f00eff954527e5d031789be7a33466c05f9d1adb)) -* **deps:** bump idna from 3.10 to 3.15 ([#218](https://github.com/Flagsmith/flagsmith-python-client/issues/218)) ([4d71722](https://github.com/Flagsmith/flagsmith-python-client/commit/4d71722421d3692af07d68bbf71216b4de1b2eed)) +- **deps-dev:** bump pytest from 7.4.4 to 9.0.3 + ([#228](https://github.com/Flagsmith/flagsmith-python-client/issues/228)) + ([f00eff9](https://github.com/Flagsmith/flagsmith-python-client/commit/f00eff954527e5d031789be7a33466c05f9d1adb)) +- **deps:** bump idna from 3.10 to 3.15 ([#218](https://github.com/Flagsmith/flagsmith-python-client/issues/218)) + ([4d71722](https://github.com/Flagsmith/flagsmith-python-client/commit/4d71722421d3692af07d68bbf71216b4de1b2eed)) ## [5.5.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.4.0...v5.5.0) (2026-06-09)