Version Packages (#10361)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Vercel Release Bot
2023-08-21 16:10:45 -04:00
committed by GitHub
parent 37f5c62700
commit c97407da49
50 changed files with 326 additions and 177 deletions

View File

@@ -0,0 +1,7 @@
# @vercel/python
## 4.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/python",
"version": "3.1.60",
"version": "4.0.0",
"main": "./dist/index.js",
"license": "Apache-2.0",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
@@ -23,7 +23,7 @@
"@types/execa": "^0.9.0",
"@types/jest": "27.4.1",
"@types/node": "14.18.33",
"@vercel/build-utils": "6.8.3",
"@vercel/build-utils": "7.0.0",
"@vercel/ncc": "0.24.0",
"execa": "^1.0.0",
"jest-junit": "16.0.0"