From 36f6e9c35af183c4538c844d8e86f2cd34c90c03 Mon Sep 17 00:00:00 2001 From: SteveMicroNova Date: Fri, 19 Dec 2025 12:35:51 -0500 Subject: [PATCH 1/2] Pin pyroute2 to version 0.7.12, the latest version supported by wireguard --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5c1ea3..147269a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ PyMySQL urllib3 uvicorn pydantic -pyroute2 +pyroute2==0.7.12 requests tenacity SQLAlchemy From 66ea4625483bee68383cfcb536d1a8f7acf74739 Mon Sep 17 00:00:00 2001 From: Lincoln Lorenz Date: Tue, 23 Dec 2025 17:31:27 -0500 Subject: [PATCH 2/2] Add python version --- .python-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.9