Skip to content

Conversation

@hoodmane
Copy link
Contributor

Instead warn that it is deprecated. It hasn't worked for a while now.

  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because:

Instead warn that it is deprecated.
It hasn't worked for a while now.
@hoodmane hoodmane requested a review from a team as a code owner January 13, 2026 17:32
@changeset-bot
Copy link

changeset-bot bot commented Jan 13, 2026

🦋 Changeset detected

Latest commit: 7ba4834

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 13, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11899

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11899

miniflare

npm i https://pkg.pr.new/miniflare@11899

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11899

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11899

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11899

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11899

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11899

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11899

wrangler

npm i https://pkg.pr.new/wrangler@11899

commit: 7ba4834

// If a `requirements.txt` file is found, show a warning instructing user to use `cf-requirements.txt` instead.
if (existsSync(path.resolve(entry.projectRoot, "requirements.txt"))) {
// If a `cf-requirements.txt` file is found, show a warning instructing user to use pywrangler instead.
if (existsSync(path.resolve(entry.projectRoot, "cf-requirements.txt"))) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we still show some warning if requirements.txt is found?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you also have to run this script with generate:default-hashes to update defaultHashes.tsx?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

2 participants