@vercel/python 4.1.1 → 4.2.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 +6 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2852,6 +2852,12 @@ async function installRequirementsFile({
2852
2852
  var import_build_utils2 = require("@vercel/build-utils");
2853
2853
  var import_which = __toESM(require_lib());
2854
2854
  var allOptions = [
2855
+ {
2856
+ version: "3.12",
2857
+ pipPath: "pip3.12",
2858
+ pythonPath: "python3.12",
2859
+ runtime: "python3.12"
2860
+ },
2855
2861
  {
2856
2862
  version: "3.11",
2857
2863
  pipPath: "pip3.11",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/python",
3
- "version": "4.1.1",
3
+ "version": "4.2.0",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
@@ -19,7 +19,7 @@
19
19
  "@types/jest": "27.4.1",
20
20
  "@types/node": "14.18.33",
21
21
  "@types/which": "3.0.0",
22
- "@vercel/build-utils": "7.5.1",
22
+ "@vercel/build-utils": "7.12.0",
23
23
  "execa": "^1.0.0",
24
24
  "fs-extra": "11.1.1",
25
25
  "jest-junit": "16.0.0",