Skip to content

Commit 72aa604

Browse files
committed
Restore pinning requests to make compatible with boto
1 parent 59a8c0f commit 72aa604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def readme():
1717
'botocore>=1.32.6',
1818
'boto3>=1.29.6',
1919
'future',
20-
'requests',
20+
'requests<2.30.0',
2121
'dictdiffer>=0.9.0',
2222
]
2323

0 commit comments

Comments
 (0)