Skip to content

Commit fc124d4

Browse files
authored
fix: Pin typing_extensions version (RD-11437) (#502)
v4.8.0 and newer versions of typing_extensions have dropped support for Python 3.7 Signed-off-by: Ken Finnigan <[email protected]>
1 parent a2a2f0b commit fc124d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@
3636
"opentelemetry-instrumentation-requests==0.36b0",
3737
"opentelemetry-instrumentation-redis==0.36b0",
3838
"opentelemetry-instrumentation-django==0.36b0",
39+
# v4.7.1 is the last version that supports python 3.7
40+
"typing_extensions==4.7.1; python_version<'3.8'",
3941
],
4042
)

0 commit comments

Comments
 (0)