diff --git a/api/pyproject.toml b/api/pyproject.toml index a1c2b0800606..6f5d13148fff 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -88,7 +88,7 @@ dependencies = [ [project.optional-dependencies] private = [ - "flagsmith-private>=0.11.2,<1", + "flagsmith-private>=0.11.3,<1", ] dev = [ "django-test-migrations>=1.2.0,<2.0.0", diff --git a/api/uv.lock b/api/uv.lock index e961a2f4535c..7d0e56de2594 100644 --- a/api/uv.lock +++ b/api/uv.lock @@ -1721,7 +1721,7 @@ requires-dist = [ { name = "flagsmith-common", extras = ["common-core", "flagsmith-schemas", "task-processor"], specifier = ">=3.12.1,<4" }, { name = "flagsmith-common", extras = ["test-tools"], marker = "extra == 'dev'" }, { name = "flagsmith-flag-engine", specifier = ">=10.1.0,<11.0.0" }, - { name = "flagsmith-private", marker = "extra == 'private'", specifier = ">=0.11.2,<1", index = "https://flagsmith-production-084060095745.d.codeartifact.eu-west-2.amazonaws.com/pypi/flagsmith-pypi-production/simple/" }, + { name = "flagsmith-private", marker = "extra == 'private'", specifier = ">=0.11.3,<1", index = "https://flagsmith-production-084060095745.d.codeartifact.eu-west-2.amazonaws.com/pypi/flagsmith-pypi-production/simple/" }, { name = "flagsmith-sql-flag-engine", specifier = ">=0.2.0,<0.3.0" }, { name = "google-api-python-client", specifier = ">=1.12.5,<1.13.0" }, { name = "google-re2", specifier = ">=1.0,<2.0.0" }, @@ -1859,7 +1859,7 @@ wheels = [ [[package]] name = "flagsmith-private" -version = "0.11.2" +version = "0.11.3" source = { registry = "https://flagsmith-production-084060095745.d.codeartifact.eu-west-2.amazonaws.com/pypi/flagsmith-pypi-production/simple/" } dependencies = [ { name = "cryptography" }, @@ -1869,9 +1869,9 @@ dependencies = [ { name = "pysaml2" }, { name = "scim2-filter-parser" }, ] -sdist = { url = "https://flagsmith-production-084060095745.d.codeartifact.eu-west-2.amazonaws.com/pypi/flagsmith-pypi-production/simple/flagsmith-private/0.11.2/flagsmith_private-0.11.2.tar.gz", hash = "sha512:d5303f98ccf38eaf7b01349768edef91c0375617699f546c0489361401e847d9a1f9bbadc9f6b18d93266d575f08d31157894ea1010e3a88b3bbeb36a49de368", size = 54268, upload-time = "2026-07-15T16:44:33.838Z" } +sdist = { url = "https://flagsmith-production-084060095745.d.codeartifact.eu-west-2.amazonaws.com/pypi/flagsmith-pypi-production/simple/flagsmith-private/0.11.3/flagsmith_private-0.11.3.tar.gz", hash = "sha512:da8777b1a0c331b1b5211214e4c50c453af0199d6dc08f25aa9f66bfdc645e59c664df8dd6bde2f4fe79d1e4c82d50a8fac7fb12339d11a948fdf948b54ff3b9", size = 54588, upload-time = "2026-08-05T16:01:40.711Z" } wheels = [ - { url = "https://flagsmith-production-084060095745.d.codeartifact.eu-west-2.amazonaws.com/pypi/flagsmith-pypi-production/simple/flagsmith-private/0.11.2/flagsmith_private-0.11.2-py3-none-any.whl", hash = "sha512:b2c898d049cd56dafa1180e36bc8c035d284d404b2917f7d905bc6728e4e7d5ea9cd8ca7b789e3f769804066503eee952a53293da66ed68d6a3855b7d63a111e", size = 91842, upload-time = "2026-07-15T16:44:33.441Z" }, + { url = "https://flagsmith-production-084060095745.d.codeartifact.eu-west-2.amazonaws.com/pypi/flagsmith-pypi-production/simple/flagsmith-private/0.11.3/flagsmith_private-0.11.3-py3-none-any.whl", hash = "sha512:7a8b05040c4a1f65560e0a5dadd14e11303a25c22f710fdb290010d90b190b02aa26dd9a582fbd55d68fe05ba01a53a720185a89771cac9403a2319940823718", size = 91952, upload-time = "2026-08-05T16:01:40.272Z" }, ] [[package]]