File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/databricks/sql/common Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pyarrow = [
2626 { version = " >=18.0.0" , python = " >=3.13" , optional =true }
2727]
2828pyjwt = " ^2.0.0"
29- requests-kerberos = { version = " ^0.15.0" , optional = true }
29+ requests-kerberos = {version = " ^0.15.0" , optional = true }
3030
3131
3232[tool .poetry .extras ]
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ def detect_and_parse_proxy(
6060 return proxy , proxy_headers
6161
6262
63- def _generate_negotiate_headers (proxy_hostname : Optional [str ]) -> Optional [Dict [str , str ]]:
63+ def _generate_negotiate_headers (
64+ proxy_hostname : Optional [str ],
65+ ) -> Optional [Dict [str , str ]]:
6466 """Generate Kerberos/SPNEGO authentication headers"""
6567 try :
6668 from requests_kerberos import HTTPKerberosAuth
You can’t perform that action at this time.
0 commit comments