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

Vendored serverless_sdk for Python is outdated #711

Open
petersaalbrink opened this issue Aug 9, 2023 · 1 comment
Open

Vendored serverless_sdk for Python is outdated #711

petersaalbrink opened this issue Aug 9, 2023 · 1 comment

Comments

@petersaalbrink
Copy link

The vendored serverless_sdk at https://github.com/serverless/dashboard-plugin/tree/main/sdk-py/serverless_sdk is outdated.

It is incompatible with Python 3.11, as it relies on a version of wrapt which relies in turn on inspect.formatargspec, which was removed in Python 3.11.

The latest version of serverless_sdk as can be installed from https://pypi.org/project/serverless-sdk/0.5.4/ looks like it had a major overhaul, since the project structure is quite different.

The issue was first reported here: serverless/serverless#12101 (comment)

Is it possible to install the latest version of serverless_sdk while running serverless deploy? Or would it be better to vendor the latest version within this plugin?

@dmuth
Copy link

dmuth commented Feb 15, 2024

Subscribing, as I too am affected.

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

2 participants