From 145a6b1cfb969f193fcbf0bc10f6ab3f0a2c605e Mon Sep 17 00:00:00 2001 From: Jowell Young Date: Tue, 13 Jan 2026 20:01:57 +0800 Subject: [PATCH] fix: add missing dependency sniffio (#59) Co-authored-by: Tomsun28 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4db3cd5..ac9da9b 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 = "f7f758f3a2aafe9115ce12c015864656525bbf3d61be942b9add034330f05577" diff --git a/pyproject.toml b/pyproject.toml index 80c4559..21dd79b 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]