Skip to content

Commit

Permalink
Clarifies package support in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenomitch committed Jul 12, 2024
1 parent 68b1ffc commit 5ff7b56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 03-fastapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Warning: Python support in Workers is experimental and things will break. This
demo is meant for reference only right now; you should be prepared to update
your code between now and official release time as APIs may change.

Currently, Python Workers using [packages](https://developers.cloudflare.com/workers/languages/python/packages/#supported-packages)
**cannot be deployed** and will only work in local development for the time being.

## How to Run

First ensure that your Wrangler version is up to date (3.30.0 and above).
Expand Down
3 changes: 3 additions & 0 deletions 04-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Warning: Python support in Workers is experimental and things will break. This
demo is meant for reference only right now; you should be prepared to update
your code between now and official release time as APIs may change.

Currently, Python Workers using [packages](https://developers.cloudflare.com/workers/languages/python/packages/#supported-packages)
**cannot be deployed** and will only work in local development for the time being.

## How to Run

First ensure that your Wrangler version is up to date (3.30.0 and above).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Need to deploy your Worker to Cloudflare? Python Workers are in open beta and ha

## Open Beta and Limits

- Python Workers are in open beta. You can currently only use [built-in packages](https://developers.cloudflare.com/workers/languages/python/packages/) in local development. Support for deploying Workers with a `requirements.txt` file is coming soon.
- Python Workers are in open beta. Currently, you can only deploy Python Workers that use the standard library. [Packages](https://developers.cloudflare.com/workers/languages/python/packages/#supported-packages) **cannot be deployed** and will only work in local development for the time being.
- You must add the `python_workers` compatibility flag to your Worker, while Python Workers are in open beta.

We’d love your feedback. Join the `#python-workers channel` in the [Cloudflare Developers Discord](https://discord.cloudflare.com/) and let us know what you’d like to see next.
Expand Down

0 comments on commit 5ff7b56

Please sign in to comment.