Skip to content

Commit f563a26

Browse files
dev: Remove conditional dependency on types-requests for Python 3.6
Missed as part of the bump from Python 3.6 → 3.8.¹ ¹ <#325> Co-authored-by: Thomas Sibley <[email protected]>
1 parent d3db45a commit f563a26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ def find_namespaced_packages(namespace):
145145
"types-botocore",
146146
"types-docutils",
147147
"types-setuptools",
148-
"types-requests; python_version != '3.6'",
149-
"types-requests <=2.28.11.12; python_version == '3.6'",
148+
"types-requests",
150149
],
151150
},
152151
)

0 commit comments

Comments
 (0)