Skip to content

Commit 7d13f43

Browse files
committed
🔧 Allow proxy_* in sign_in.
This is allowed when setting the credentials *file*, however, trying to set this inside a session used to fail.
1 parent 1f9536a commit 7d13f43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/session.py

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
CREDENTIALS_KEYS = {
2323
'username': six.string_types,
2424
'api_key': six.string_types,
25+
'proxy_username': six.string_types,
26+
'proxy_password': six.string_types,
2527
'stream_ids': list
2628
}
2729

0 commit comments

Comments
 (0)