@vercel/python 16.0.0 → 17.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -6640,7 +6640,7 @@ minimatch.unescape = unescape;
6640
6640
  var import_path21 = require("path");
6641
6641
 
6642
6642
  // src/package-versions.ts
6643
- var VERCEL_RUNTIME_VERSION = "0.23.0";
6643
+ var VERCEL_RUNTIME_VERSION = "0.23.1";
6644
6644
  var VERCEL_WORKERS_VERSION = "0.0.25";
6645
6645
 
6646
6646
  // src/conditional-vendoring.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/python",
3
- "version": "16.0.0",
3
+ "version": "17.0.0",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
@@ -17,7 +17,7 @@
17
17
  "@vercel/python-analysis": "0.14.0"
18
18
  },
19
19
  "peerDependencies": {
20
- "@vercel/build-utils": "14.12.0"
20
+ "@vercel/build-utils": "14.13.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@renovatebot/pep440": "4.2.1",
@@ -38,9 +38,9 @@
38
38
  "smol-toml": "1.5.2",
39
39
  "vitest": "4.1.10",
40
40
  "which": "3.0.0",
41
- "@vercel/build-utils": "14.12.0",
41
+ "@vercel/build-utils": "14.13.0",
42
42
  "@vercel/error-utils": "2.2.1",
43
- "@vercel/python-runtime": "0.23.0"
43
+ "@vercel/python-runtime": "0.23.1"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "node ../../utils/build-builder.mjs",