You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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:
0 commit comments