@vercel/python 6.7.0 → 6.8.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 +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4323,6 +4323,7 @@ var build = async ({
4323
4323
  const framework = config?.framework;
4324
4324
  let spawnEnv;
4325
4325
  let projectInstallCommand;
4326
+ (0, import_build_utils8.debug)(`workPath: ${workPath}`);
4326
4327
  workPath = await downloadFilesInWorkPath({
4327
4328
  workPath,
4328
4329
  files: originalFiles,
@@ -4542,7 +4543,7 @@ var build = async ({
4542
4543
  (0, import_build_utils8.debug)(`Installing ${runtimeDep}`);
4543
4544
  await uv.pip({
4544
4545
  venvPath,
4545
- projectDir: entryDirectory,
4546
+ projectDir: (0, import_path7.join)(workPath, entryDirectory),
4546
4547
  args: ["install", runtimeDep]
4547
4548
  });
4548
4549
  (0, import_build_utils8.debug)("Entrypoint is", entrypoint);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/python",
3
- "version": "6.7.0",
3
+ "version": "6.8.0",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
@@ -31,7 +31,7 @@
31
31
  "smol-toml": "1.5.2",
32
32
  "vitest": "2.1.4",
33
33
  "which": "3.0.0",
34
- "@vercel/build-utils": "13.3.2",
34
+ "@vercel/build-utils": "13.3.3",
35
35
  "@vercel/error-utils": "2.0.3"
36
36
  },
37
37
  "scripts": {