From 6eb1f1b8b01f2d063be717076e2cd4c26a11a03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:46:38 +0000 Subject: [PATCH 1/2] Bump anyio from 4.9.0 to 4.14.2 Bumps [anyio](https://github.com/agronholm/anyio) from 4.9.0 to 4.14.2. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.9.0...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 056d340..d3f708d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -anyio==4.9.0 +anyio==4.14.2 blinker==1.9.0 docutils==0.21.2 exceptiongroup==1.2.2 From 6c21a103aa0d038baf136a87ca0471b5d66739b7 Mon Sep 17 00:00:00 2001 From: laixintao Date: Mon, 21 Sep 2026 10:12:20 +0800 Subject: [PATCH 2/2] Fix Netlify build runtime for AnyIO 4.14 --- README.md | 2 ++ runtime.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b8a0eb..019637b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A website for pgcli project. # Running the server +Use Python 3.12 to match the Netlify build runtime in `runtime.txt`. + ### Install the requirements file `pip install -r requirements.txt` diff --git a/runtime.txt b/runtime.txt index bd28b9c..e4fba21 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -3.9 +3.12