@vercel/python 6.43.0 → 6.43.1

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
@@ -5694,7 +5694,7 @@ async function detectPythonEntrypoint(framework, workPath, configuredEntrypoint,
5694
5694
  }
5695
5695
  let varName = configEntryVar ?? await checkEntrypoint(workPath, entrypoint);
5696
5696
  if (!varName) {
5697
- const needsDynamicApp = !!service && ((0, import_build_utils8.isScheduleTriggeredService)(service) || (0, import_build_utils8.isQueueTriggeredService)(service));
5697
+ const needsDynamicApp = !!service && ((0, import_build_utils8.isScheduleTriggeredService)(service) || (0, import_build_utils8.isQueueTriggeredService)(service) || (0, import_build_utils8.isWorkflowTriggeredService)(service));
5698
5698
  if (needsDynamicApp) {
5699
5699
  varName = "app";
5700
5700
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/python",
3
- "version": "6.43.0",
3
+ "version": "6.43.1",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
@@ -34,9 +34,9 @@
34
34
  "smol-toml": "1.5.2",
35
35
  "vitest": "2.1.4",
36
36
  "which": "3.0.0",
37
- "@vercel/build-utils": "13.26.0",
38
- "@vercel/python-runtime": "0.14.0",
39
- "@vercel/error-utils": "2.1.0"
37
+ "@vercel/build-utils": "13.26.1",
38
+ "@vercel/error-utils": "2.1.0",
39
+ "@vercel/python-runtime": "0.14.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "node ../../utils/build-builder.mjs",