-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Https stream #461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Https stream #461
Conversation
@BRONSOLO I think you need to commit the change to update the |
@BRONSOLO and @chriddyp should we update this to https://github.com/plotly/plotly.py/blob/master/circle.yml#L7 |
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
## [Unreleased] | |||
|
|||
## [1.1.0] - 2016-05-16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot the 0
@@ -27,6 +27,7 @@ | |||
import six.moves | |||
|
|||
from requests.auth import HTTPBasicAuth | |||
from urlparse import urlparse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brap. this isn't Python3 compat.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…to https_stream
@theengineear @chriddyp are we good to dance once circle is happy? |
This makes us compatible with Python < 2.7.9 again.
…nto https_stream
@theengineear @chriddyp i'm going to bump this version update down to |
Use `TestCase` in `test_stream.py` tests.
…to https_stream
|
💃 |
💃 |
@theengineear @chriddyp please review. Required for #457 fix.
related: chriddyp/chunked_requests#7