From 7d44631df31ab27550f5b6d3d30e572f68aeeca9 Mon Sep 17 00:00:00 2001 From: Robert Moore <61849688+RobertAMoore@users.noreply.github.com> Date: Sun, 4 Jan 2026 21:37:44 -0700 Subject: [PATCH] Update PyYAML to 6.0.3 PyYAML must be updated to make apisix-python-plugin-runner compatible with python 3.13. There are no conflicts with the updated dependency. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8bcdef9..be1fce9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ a6pluginprotos==0.2.1 click==8.0.1 minicache==0.0.1 -PyYAML==5.4.1 +PyYAML==6.0.3