@Mark: I'm a little bit confused since I don't think you can set the SDK 
version used by the app in production. Rather, it is always auto-upgraded 
to the latest.

It seems that the Python build used by Google uses an old(er) version of 
the GMP library. See this Ansible issue for more details: 
https://github.com/ansible/ansible/issues/6941#issuecomment-89255641

There is also a suggestion on how to mute the warnings temporarily:

```
from Crypto.pct_warnings import PowmInsecureWarning
import warnings
warnings.simplefilter("ignore", PowmInsecureWarning)
```

Happy Holidays!
Attila

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/60324cb2-2017-476d-9379-bccd108f40b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to