Update python version in vercel #68
Open
jamesmstone wants to merge 2 commits into
Open
Conversation
as current version is no linger supported. see: https://vercel.com/docs/functions/runtimes/python#python-version
Author
|
( untested as I dont know how to build python applications locally - sorry! - hence I have set as draft. This is the only reason it is a draft) |
Author
shaib
added a commit
to shaib/datasette-publish-vercel
that referenced
this pull request
May 27, 2025
This adds a flag to choose the version of Vercel's Python runtime, so that users do not need to specify a vercel.json just for that. While at it: - Allow users to just pick the latest runtime -- probably useful in early development - Update the default runtime version Tests and documentation included. This relates to simonw#67 and its suggested solution simonw#68.
Tookmund
added a commit
to Tookmund/CCADB-scripts
that referenced
this pull request
Oct 20, 2025
As per simonw/datasette-publish-vercel#68 the current python vercel runtime is no longer supported. This method is a bit of a hack but allows for upgrading without having to change the datasette dependency dramatically.
stefanzone
added a commit
to bystefankuehnel/naruto.dvd.stefan-dev.de
that referenced
this pull request
Oct 25, 2025
Link: simonw/datasette-publish-vercel#68 Signed-off-by: Stefan Kühnel [EDU] <73970946+stefanzone@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
as current version is no longer supported. see: https://vercel.com/docs/functions/runtimes/python#python-version
actual versions: https://www.npmjs.com/package/@vercel/python?activeTab=versions
fixes: #67