diff --git a/example/example1/requirements.txt b/example/example1/requirements.txt index c351dfa..64a7064 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -1,11 +1,11 @@ -aiohttp >= 3.9.2 -aiosignal >= 1.3.1 -attrs >= 23.1.0 -frozenlist >= 1.4.1 -idna >= 3.6 -multidict >= 6.0.4 +aiohttp >= 3.12.15, < 4 +aiosignal >= 1.4.0 +attrs >= 25.3.0 +frozenlist >= 1.7.0 +idna >= 3.10 +multidict >= 6.6.4 openfga-sdk >= 0.9.5 -python-dateutil >= 2.8.2 -urllib3 >= 2.1.0 -yarl >= 1.9.4 +python-dateutil >= 2.9.0.post0 +urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3 +yarl >= 1.20.1 python-dotenv >= 1, <2 diff --git a/requirements.txt b/requirements.txt index 7fb167c..427c26b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -aiohttp >= 3.9.3, < 4 +aiohttp >= 3.12.15, < 4 python-dateutil >= 2.9.0, < 3 -setuptools >= 69.1.1 +setuptools >= 78.1.1 build >= 1.2.1, < 2 -urllib3 >= 1.26.19, < 3 +urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3 opentelemetry-api >= 1.25.0, < 2