Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Apr 20, 2022
commit 1f246adf70b4730c18e8a7a390d2b0a9aad09fb6
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
REQUIRES_PYTHON = ">=3.7.0"

REQUIRED = [
"click>=7.0.0",
"click>=7.0.0,<8.0.2",
Comment thread
adchia marked this conversation as resolved.
"colorama>=0.3.9",
"dill==0.3.*",
"fastavro>=1.1.0",
Expand Down