Skip to content

Commit 504188c

Browse files
fix extra dependency (#1825)
Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
1 parent f6af7a0 commit 504188c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_file_text(file_name):
6464
"starlite": ["starlite>=1.48"],
6565
"fastapi": ["fastapi>=0.79.0"],
6666
"pymongo": ["pymongo>=3.1"],
67-
"opentelemetry": ["opentelemetry-distro>=0.350b0"],
67+
"opentelemetry": ["opentelemetry-distro>=0.35b0"],
6868
},
6969
classifiers=[
7070
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)