From 504188c918f67c33079502efe97cc4b8fbd2776c Mon Sep 17 00:00:00 2001 From: Bernardo Torres Date: Thu, 19 Jan 2023 12:09:42 +0100 Subject: [PATCH] fix extra dependency (#1825) Co-authored-by: Anton Pirker --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62b4cead25..c90476674e 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def get_file_text(file_name): "starlite": ["starlite>=1.48"], "fastapi": ["fastapi>=0.79.0"], "pymongo": ["pymongo>=3.1"], - "opentelemetry": ["opentelemetry-distro>=0.350b0"], + "opentelemetry": ["opentelemetry-distro>=0.35b0"], }, classifiers=[ "Development Status :: 5 - Production/Stable",