From 55a2bee19740d566b15fdb831256c5f34a768bca Mon Sep 17 00:00:00 2001 From: jowell Date: Sat, 10 Jan 2026 11:46:21 +0800 Subject: [PATCH 1/3] fix: add missing dependency sniffio --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4db3cd5..f8f6abd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1280,4 +1280,4 @@ extended-testing = [] [metadata] lock-version = "2.1" python-versions = ">=3.8,<4.0.0,!=3.9.7 " -content-hash = "8c70170ddc05600adcb8a8895295dc5551dcccfa575c0df44afa82d76b2f8198" +content-hash = "104fb6d4902866f676df844ea8fe0a10b4f869623cbb5dac415331d7d05609c6" diff --git a/pyproject.toml b/pyproject.toml index 6d2e581..2c5738d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ pydantic = ">=1.9.0,<3.0" pydantic-core = ">=2.14.6" cachetools = ">=4.2.2" pyjwt = ">=2.9.0,<3.0.0" +sniffio = "^1.3.1" [tool.poetry.group.test.dependencies] From efb4822bdefaa045ab65ea95d14ce5442fd7de02 Mon Sep 17 00:00:00 2001 From: Tomsun28 Date: Mon, 12 Jan 2026 18:38:38 +0800 Subject: [PATCH 2/3] Update pyproject.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c5738d..930aed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pydantic = ">=1.9.0,<3.0" pydantic-core = ">=2.14.6" cachetools = ">=4.2.2" pyjwt = ">=2.9.0,<3.0.0" -sniffio = "^1.3.1" +sniffio = ">=1.3.1" [tool.poetry.group.test.dependencies] From 15ef61e7ff242389cf0a790062ec076599ccd494 Mon Sep 17 00:00:00 2001 From: jowell Date: Mon, 12 Jan 2026 21:16:36 +0800 Subject: [PATCH 3/3] chore: update poetry.lock --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index f8f6abd..ac9da9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1280,4 +1280,4 @@ extended-testing = [] [metadata] lock-version = "2.1" python-versions = ">=3.8,<4.0.0,!=3.9.7 " -content-hash = "104fb6d4902866f676df844ea8fe0a10b4f869623cbb5dac415331d7d05609c6" +content-hash = "f7f758f3a2aafe9115ce12c015864656525bbf3d61be942b9add034330f05577"