cloudendpoints / endpoints-python

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

Endpoints support till 3.0.0, and oauth2client is giving warning. #115

Closed zonito closed 6 years ago

zonito commented 6 years ago

WARNING: The oauth2client.contrib.multistore_file module has been deprecated and will be removed in the next release of oauth2client. Please migrate to multiprocess_file_storage.

inklesspen commented 6 years ago

There is nothing we can do about this. It is not endpoints which uses that library, but one of our dependencies.