cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

Newly deployed apps cannot run #118

Closed inklesspen closed 6 years ago

inklesspen commented 6 years ago

https://github.com/python-attrs/attrs/issues/284

Because attrs 17.3.0 uses the ctypes library, any apps deployed using this version cannot properly initialize.

The current fix is to peg the version at 17.2.0.