Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit a9003d1

Browse files
authored
docs: add deprecation notice
1 parent b58ce60 commit a9003d1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## ⚠️ Deprecation Notice
2+
> [!WARNING]
3+
> The `serverless-python-requirements` plugin has been **deprecated** and is no longer maintained as a standalone package.
4+
>
5+
> Its functionality is now **fully integrated into [Serverless Framework v4.22.0+](https://github.com/serverless/serverless/releases/tag/v4.22.0)**, including:
6+
> - Built-in support for **[uv](https://github.com/astral-sh/uv)** project management
7+
> - All dependencies upgraded to their **latest secure and maintained versions**
8+
> - Full **backward compatibility** with existing configurations
9+
> - Covered under the same **SLA and maintenance policy** as the Serverless Framework itself
10+
>
11+
> The repository has been **archived** and remains available for reference only.
12+
> **No further updates or releases will be published.**
13+
>
14+
> ### Migration instructions
15+
> - Remove `serverless-python-requirements` from your `plugins` list in `serverless.yml`
16+
> - Remove it from your `package.json` dependencies
17+
> - The built-in integration in Serverless Framework now **activates automatically** when a `custom.pythonRequirements` block is present in your config
18+
>
19+
> ### Documentation and support
20+
> 📘 Refer to the official Serverless Framework documentation for details on Python packaging:
21+
> [Serverless Framework – Python packaging guide](https://www.serverless.com/framework/docs/providers/aws/guide/python)
22+
>
23+
> 💬 For any future **issues or feature requests**, please use the main [Serverless Framework repository](https://github.com/serverless/serverless).
24+
>
25+
> Thank you to all contributors and users for your support and feedback! 💪
26+
127
# Serverless Python Requirements
228

329
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)

0 commit comments

Comments
 (0)