From 7868018f945c7e7bda662907a2167ab4d724e6f4 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:00:13 +0100 Subject: [PATCH 1/2] chore(main): release 5.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d691db..5791ece 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ee35a..88278f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [5.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.2.0...v5.3.0) (2026-04-28) + + +### Features + +* Lazy identity-flag evaluation in local-eval mode ([#200](https://github.com/Flagsmith/flagsmith-python-client/issues/200)) ([f7750bb](https://github.com/Flagsmith/flagsmith-python-client/commit/f7750bbd4d3548fe5446a7e3e3a54c702ab9247d)) + + +### CI + +* pre-commit autoupdate ([#192](https://github.com/Flagsmith/flagsmith-python-client/issues/192)) ([51852fe](https://github.com/Flagsmith/flagsmith-python-client/commit/51852fe5875b917b834a57113ff97231a4bbb1ca)) + + +### Other + +* **deps:** bump urllib3 from 2.6.0 to 2.6.3 ([#190](https://github.com/Flagsmith/flagsmith-python-client/issues/190)) ([0a4490f](https://github.com/Flagsmith/flagsmith-python-client/commit/0a4490fdaebe90811ef4bd4570ec1ec6027263bc)) + ## [5.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.1...v5.2.0) (2026-04-15) ### Features diff --git a/pyproject.toml b/pyproject.toml index 9373e3f..47e95f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.2.0" +version = "5.3.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 8828e6d539c103da20c4b27dd68276a93c35caf6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:00:30 +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 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88278f3..92a4da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,21 @@ ## [5.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.2.0...v5.3.0) (2026-04-28) - ### Features -* Lazy identity-flag evaluation in local-eval mode ([#200](https://github.com/Flagsmith/flagsmith-python-client/issues/200)) ([f7750bb](https://github.com/Flagsmith/flagsmith-python-client/commit/f7750bbd4d3548fe5446a7e3e3a54c702ab9247d)) - +- Lazy identity-flag evaluation in local-eval mode + ([#200](https://github.com/Flagsmith/flagsmith-python-client/issues/200)) + ([f7750bb](https://github.com/Flagsmith/flagsmith-python-client/commit/f7750bbd4d3548fe5446a7e3e3a54c702ab9247d)) ### CI -* pre-commit autoupdate ([#192](https://github.com/Flagsmith/flagsmith-python-client/issues/192)) ([51852fe](https://github.com/Flagsmith/flagsmith-python-client/commit/51852fe5875b917b834a57113ff97231a4bbb1ca)) - +- pre-commit autoupdate ([#192](https://github.com/Flagsmith/flagsmith-python-client/issues/192)) + ([51852fe](https://github.com/Flagsmith/flagsmith-python-client/commit/51852fe5875b917b834a57113ff97231a4bbb1ca)) ### Other -* **deps:** bump urllib3 from 2.6.0 to 2.6.3 ([#190](https://github.com/Flagsmith/flagsmith-python-client/issues/190)) ([0a4490f](https://github.com/Flagsmith/flagsmith-python-client/commit/0a4490fdaebe90811ef4bd4570ec1ec6027263bc)) +- **deps:** bump urllib3 from 2.6.0 to 2.6.3 ([#190](https://github.com/Flagsmith/flagsmith-python-client/issues/190)) + ([0a4490f](https://github.com/Flagsmith/flagsmith-python-client/commit/0a4490fdaebe90811ef4bd4570ec1ec6027263bc)) ## [5.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.1...v5.2.0) (2026-04-15)