python-tls / tls

A pure Python implementation of the Transport Layer Security protocol version 1.2, using existing libraries for crypto math.
Other
164 stars 44 forks source link

Pin construct dependency to version 2.5.3. #97

Closed markrwilliams closed 8 years ago

markrwilliams commented 8 years ago

Versions of construct after 2.5.5 include breaking changes to the library's public API. Unfortunately, the latest version publically available with 2.5.5's API is 2.5.3

While we sort out what to do about this, we should pin construct to version 2.5.3.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 8a19abf68a40cde5af68fcbe0e44efa231cf8854 on markrwilliams:pin-construct into 0be969ce2fda0383a04f2d7ba5041a744eab34e0 on pyca:master.