diff --git a/setup.py b/setup.py index f4138344..814dde33 100644 --- a/setup.py +++ b/setup.py @@ -55,10 +55,12 @@ def run(self, *args, **kwargs): python_requires='>=3.9,<4', install_requires=[ 'azure-functions>=1.12.0', - 'aiohttp>=3.6.2', + 'aiohttp>=3.12.9', 'requests==2.*', 'python-dateutil>=2.8.0', - 'furl>=2.1.0' + 'furl>=2.1.0', + 'opentelemetry-api>=1.32.1', + 'opentelemetry-sdk>=1.32.1' ], extra_requires=[ 'flake8==3.7.8',