Skip to content

Commit 6c7bc55

Browse files
authored
Update setup.py to include new dependencies (#555)
1 parent fd61b23 commit 6c7bc55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ def run(self, *args, **kwargs):
5555
python_requires='>=3.9,<4',
5656
install_requires=[
5757
'azure-functions>=1.12.0',
58-
'aiohttp>=3.6.2',
58+
'aiohttp>=3.12.9',
5959
'requests==2.*',
6060
'python-dateutil>=2.8.0',
61-
'furl>=2.1.0'
61+
'furl>=2.1.0',
62+
'opentelemetry-api>=1.32.1',
63+
'opentelemetry-sdk>=1.32.1'
6264
],
6365
extra_requires=[
6466
'flake8==3.7.8',

0 commit comments

Comments
 (0)