Skip to content

Commit

Permalink
Downgrade to requests<2.30
Browse files Browse the repository at this point in the history
Cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'
  • Loading branch information
amotl committed Oct 1, 2023
1 parent 80e3b4e commit 5a9aa05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"line-protocol-parser<2",
"odfpy<2",
"pandas<1.6",
"requests<3",
"requests<2.30",
"sql-formatter<0.7",
"sqlmakeuper<0.2",
"urllib3<2",
Expand Down Expand Up @@ -107,6 +107,7 @@ develop = [
"poethepoet<0.25",
"pyproject-fmt<1.2",
"ruff==0.0.291",
"types-requests<2.30",
"validate-pyproject<0.15",
]
release = [
Expand Down

0 comments on commit 5a9aa05

Please sign in to comment.