Conversation
🦋 Changeset detectedLatest commit: f315dbe The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📦 CLI Tarball ReadyThe Vercel CLI tarball for this PR is now available! Quick TestYou can test this PR's CLI directly by running: npx https://vercel-r4z7ye5uf.vercel.sh/tarballs/vercel.tgz --helpUse in vercel.jsonTo use this CLI version in your project builds, add to your {
"build": {
"env": {
"VERCEL_CLI_VERSION": "vercel@https://vercel-r4z7ye5uf.vercel.sh/tarballs/vercel.tgz"
}
}
}Python Runtime WheelA Python runtime wheel was also built for this PR. |
67afefe to
d9a7e1f
Compare
🧪 Unit Test StrategyComparing: Strategy: Code changed outside of a package - running all unit tests Affected packages - 40 (100%)
Results
This comment is automatically generated based on the affected testing strategy |
d9a7e1f to
4c29296
Compare
4c29296 to
24d65b7
Compare
24d65b7 to
8a30e7e
Compare
8a30e7e to
59bf9f7
Compare
59bf9f7 to
f315dbe
Compare
#15135 didn't have a proper changeset
| python run.py | ||
| # using uv: | ||
| uv run run.py |
There was a problem hiding this comment.
Would vercel dev work also?
djangotoframeworks.tsandPYTHON_FRAMEWORKSapplicationas a valid entry pointNote
Low Risk Change
This PR adds Django framework support by adding example files, framework configuration, and extending entrypoint detection to recognize 'application' variable alongside 'app' - all additive changes with no security implications.
Risk assessment for commit f315dbe.