From 51934d829eefb76cf0d22adc2faa2c798b274e86 Mon Sep 17 00:00:00 2001 From: Chris Simmons Date: Mon, 16 Feb 2026 13:27:21 +0900 Subject: [PATCH] Fix for #496 and #499 by upgrading flatdict package version from 4.0.1 to 4.1.0 --- openapi/templates/requirements.mustache | 2 +- openapi/templates/setup.mustache | 4 ++-- requirements.txt | 2 +- setup.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi/templates/requirements.mustache b/openapi/templates/requirements.mustache index 9906b789b..55f7ac83c 100644 --- a/openapi/templates/requirements.mustache +++ b/openapi/templates/requirements.mustache @@ -1,7 +1,7 @@ aenum==3.1.11 aiohttp==3.12.14 blinker==1.9.0 -flatdict==4.0.1 +flatdict==4.1.0 jwcrypto==1.5.6 pycryptodomex==3.23.0 pydantic==2.11.3 diff --git a/openapi/templates/setup.mustache b/openapi/templates/setup.mustache index 83f102327..8a2ca9b18 100644 --- a/openapi/templates/setup.mustache +++ b/openapi/templates/setup.mustache @@ -36,8 +36,8 @@ REQUIRES = [ "aenum >= 3.1.11", "aiohttp >= 3.12.14", "blinker >= 1.9.0", - "flatdict >= 4.0.1", - 'jwcrypto >= 1.5.6', + "flatdict >= 4.1.0", + "jwcrypto >= 1.5.6", "pycryptodomex >= 3.23.0", "pydantic >= 2.11.3", "pydash >= 8.0.5", diff --git a/requirements.txt b/requirements.txt index 9906b789b..55f7ac83c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aenum==3.1.11 aiohttp==3.12.14 blinker==1.9.0 -flatdict==4.0.1 +flatdict==4.1.0 jwcrypto==1.5.6 pycryptodomex==3.23.0 pydantic==2.11.3 diff --git a/setup.py b/setup.py index 83f102327..8a2ca9b18 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ "aenum >= 3.1.11", "aiohttp >= 3.12.14", "blinker >= 1.9.0", - "flatdict >= 4.0.1", - 'jwcrypto >= 1.5.6', + "flatdict >= 4.1.0", + "jwcrypto >= 1.5.6", "pycryptodomex >= 3.23.0", "pydantic >= 2.11.3", "pydash >= 8.0.5",