Skip to content

Commit 3b6ab8a

Browse files
authored
Remove mention of cf-requirements when Python Worker is enabled (#10139)
1 parent 28494f4 commit 3b6ab8a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/brown-knives-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Removes mention of cf-requirements when Python Workers are enabled

packages/wrangler/src/deployment-bundle/guess-worker-format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async function guessWorkerFormat(
2424
`The entrypoint ${path.relative(
2525
process.cwd(),
2626
entryFile
27-
)} defines a Python worker, support for Python workers is currently experimental. Python workers with a cf-requirements.txt file can only be run locally and cannot be deployed.`
27+
)} defines a Python worker, support for Python workers is currently experimental.`
2828
);
2929
return { format: "modules", exports: [] };
3030
}

0 commit comments

Comments
 (0)