You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Serverless Framework
serverless-python-requirements plugin is now included in the Serverless Framework. You can remove it from the plugins list in your configuration file and from your package.json. The integration activates automatically whenever custom.pythonRequirements is present, so keep or add that block. It is fully backward-compatible and comes with uv support! Learn more in the docs.
Bug Fixes
Serverless Framework
Unused stages are now pruned from the service config (#13138)
Fixed an issue where a null app name was sent during authentication
Improved input validation
Ensured the print command returns a config without $ref references when no cycles exist
Maintenance
Serverless Framework
The WebSocket module is now lazy-loaded to reduce startup dependencies