Skip to content
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

Why remove google app engine support #360

Closed
emma125dgggd opened this issue May 1, 2023 · 2 comments
Closed

Why remove google app engine support #360

emma125dgggd opened this issue May 1, 2023 · 2 comments

Comments

@emma125dgggd
Copy link

File "/app/cleeve-2/main.py", line 35, in
import pyrebase
File "/home/appuser/venv/lib/python3.9/site-packages/pyrebase/init.py", line 1, in
from .pyrebase import initialize_app
File "/home/appuser/venv/lib/python3.9/site-packages/pyrebase/pyrebase.py", line 20, in
from requests_toolbelt.adapters import appengine
File "/home/appuser/venv/lib/python3.9/site-packages/requests_toolbelt/adapters/appengine.py", line 42, in
from .._compat import gaecontrib

@sigmavirus24
Copy link
Collaborator

You can cap the version to <1.0 if you still need that for something.

The library we depend on to provide that removed it and we cut a breaking release to become compatible

@pquentin
Copy link
Contributor

pquentin commented May 2, 2023

You can see more details in #361 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants