This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Fix runtime not being python (cont.)#773
Merged
pgrzesik merged 11 commits intoserverless:masterfrom Aug 17, 2023
Merged
Conversation
This was referenced May 14, 2023
pgrzesik
reviewed
Aug 1, 2023
Contributor
pgrzesik
left a comment
There was a problem hiding this comment.
Overall looks nice, I have one comment, please let me know what do you think
Contributor
Author
|
No problem, glad to help! 😃 |
Contributor
Author
|
@pgrzesik Any chance of getting a release out with this fix in the near future? Thanks! |
Contributor
|
Hey @jameskbride - yes, I intend to prepare a new release later this week, sorry about the delay |
Contributor
Author
|
No worries, thanks! |
|
Any update on the release? |
mLupine
added a commit
to mLupine/serverless-python-requirements
that referenced
this pull request
Nov 3, 2023
* master: Release v6.0.1 (serverless#793) ci: Temporarily disable test run on integrate (serverless#800) ci: Temporarily minimize testing matrix (serverless#799) ci: Fix test skips (serverless#797) ci: Temp skip of cache-related tests (serverless#796) ci: Remove node12 from testing matrix (serverless#795) fix: Not crash when runtime is not `python` (serverless#773) fix: Remove outdated Pipenv requirements flag (serverless#780) fix: Fix integration test matrix configuration (serverless#755) fix: Add legacy `pipenv` backward compatability (serverless#742) Add support for specifying custom dependency groups in Poetry (serverless#746) docs: Add contributing and code of conduct # Conflicts: # test.js
naoyasugita
pushed a commit
to naoyasugita/serverless-python-requirements
that referenced
this pull request
Feb 7, 2025
Co-authored-by: Marco Kleinlein <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
This is a continuation of the work done in #745, which should address #741 by enabling non-Python runtimes to be specified in
provider.runtimeattribute of the serverless config.Changes
Testing