Skip to content

Commit

Permalink
SNOW-1316834 Remove unnecessary upper bound on setuptools dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmonk authored Apr 9, 2024
1 parent 01adb2b commit d49943d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
install_requires=[
"setuptools >= 40.0.0, < 66.0.0",
"setuptools >= 40.0.0",
"opentelemetry-api == 1.23.0",
"opentelemetry-exporter-otlp-proto-common == 1.23.0",
"opentelemetry-sdk == 1.23.0",
Expand Down

0 comments on commit d49943d

Please sign in to comment.