Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sphinx-rtd-theme==2.0.0rc4
sphinx-autodoc-typehints==1.25.2

# Required to avoid breakages for pyramid and cassandra packages
setuptools<82.0.0
setuptools<84.0.0

# Required by opentelemetry-instrumentation
fastapi>=0.65.2
Expand Down
2 changes: 1 addition & 1 deletion test-constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Source install of cassandra-driver requires pkg_resources, if
# it's not found the install script is broken and fails to build
setuptools<82.0.0
setuptools<84.0.0
Loading