diff --git a/README.md b/README.md
index 1d04aaf..6c1e959 100644
--- a/README.md
+++ b/README.md
@@ -344,7 +344,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Staging - `serverless-plugin-staging`](https://github.com/icarus-sullivan/serverless-plugin-staging)**
by [icarus-sullivan](http://github.com/icarus-sullivan)
A plugin to restrict the deployment of resources or functions on a per stage basis | 
|
| **[Static - `serverless-plugin-static`](https://github.com/a-pavlenko/serverless-plugin-static)**
by [a-pavlenko](http://github.com/a-pavlenko)
Serving static files locally with serverless-offline or a standalone command | 
|
| **[Static - `serverless-static`](https://github.com/iliasbhal/serverless-static)**
by [iliasbhal](http://github.com/iliasbhal)
Easily serve files from a folder while developing on localhost with the serverless-offline plugin | 
|
-| **[Step Functions - `serverless-step-functions`](https://github.com/horike37/serverless-step-functions)**
by [horike37](http://github.com/horike37)
AWS Step Functions with Serverless Framework. | 
|
+| **[Step Functions - `serverless-step-functions`](https://github.com/serverless-operations/serverless-step-functions)**
by [serverless-operations](http://github.com/serverless-operations)
AWS Step Functions plugin for Serverless Framework | 
|
| **[Step Functions Offline - `serverless-step-functions-offline`](https://github.com/vkkis93/serverless-step-functions-offline)**
by [vkkis93](http://github.com/vkkis93)
Emulate step functions locally when developing your Serverless project | 
|
| **[Sthree Env - `serverless-sthree-env`](https://github.com/StyleTributeIT/serverless-sthree-env)**
by [StyleTributeIT](http://github.com/StyleTributeIT)
Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable | 
|
| **[Subscription Filter - `serverless-plugin-subscription-filter`](https://github.com/tsub/serverless-plugin-subscription-filter)**
by [tsub](http://github.com/tsub)
A serverless plugin to register AWS CloudWatchLogs subscription filter | 
|
@@ -368,6 +368,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Typescript Express - `serverless-plugin-typescript-express`](https://github.com/eliasjcjunior/serverless-plugin-typescript-express)**
by [eliasjcjunior](http://github.com/eliasjcjunior)
Serverless plugin Typescript support with express integration | 
|
| **[Typetalk - `serverless-plugin-typetalk`](https://github.com/is2ei/serverless-plugin-typetalk)**
by [is2ei](http://github.com/is2ei)
Sends notification to Typetalk | 
|
| **[Utils - `serverless-plugin-utils`](https://github.com/icarus-sullivan/serverless-plugin-utils)**
by [icarus-sullivan](http://github.com/icarus-sullivan)
A collection of serverless framework utilities | 
|
+| **[Uv Requirements - `serverless-uv-requirements`](https://github.com/Programmer-RD-AI/serverless-uv-requirements)**
by [Programmer-RD-AI](http://github.com/Programmer-RD-AI)
(uv) – Blazing-fast Python dependency compile/freeze to requirements.txt during the Serverless package phase. | 
|
| **[Vault Plugin - `serverless-vault-plugin`](https://github.com/Rondineli/serverless-vault-plugin)**
by [Rondineli](http://github.com/Rondineli)
A Serverless plugin to retrieve passwords from vault and encrypt to kms | 
|
| **[Vault V2 - `serverless-plugin-vault-v2`](https://github.com/eliasjcjunior/serverless-plugin-vault-v2)**
by [eliasjcjunior](http://github.com/eliasjcjunior)
Simplify integration between serverless and vault to storage environments variables | 
|
| **[Version Tracker - `serverless-version-tracker`](https://github.com/danepowell/serverless-version-tracker)**
by [danepowell](http://github.com/danepowell)
A serverless plugin for tracking deployed versions of your code. | 
|
diff --git a/plugins.json b/plugins.json
index a19f338..67f6963 100644
--- a/plugins.json
+++ b/plugins.json
@@ -1841,5 +1841,11 @@
"description": "Automatically create CloudWatch alarms and dashboards for Lambda, SQS, Kinesis, DynamoDB, API Gateway and Step Functions",
"githubUrl": "https://github.com/fourTheorem/slic-watch",
"status": "active"
+ },
+ {
+ "name": "serverless-uv-requirements",
+ "description": "(uv) – Blazing-fast Python dependency compile/freeze to requirements.txt during the Serverless package phase.",
+ "githubUrl": "https://github.com/Programmer-RD-AI/serverless-uv-requirements",
+ "status": "active"
}
]