fix: add missing dependency sniffio (#59)
Co-authored-by: Tomsun28 <tomsun28@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6caf3084b9
commit
145a6b1cfb
2 changed files with 3 additions and 2 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
|
@ -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]]
|
[[package]]
|
||||||
name = "annotated-types"
|
name = "annotated-types"
|
||||||
|
|
@ -1280,4 +1280,4 @@ extended-testing = []
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.8,<4.0.0,!=3.9.7 "
|
python-versions = ">=3.8,<4.0.0,!=3.9.7 "
|
||||||
content-hash = "8c70170ddc05600adcb8a8895295dc5551dcccfa575c0df44afa82d76b2f8198"
|
content-hash = "f7f758f3a2aafe9115ce12c015864656525bbf3d61be942b9add034330f05577"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ pydantic = ">=1.9.0,<3.0"
|
||||||
pydantic-core = ">=2.14.6"
|
pydantic-core = ">=2.14.6"
|
||||||
cachetools = ">=4.2.2"
|
cachetools = ">=4.2.2"
|
||||||
pyjwt = ">=2.9.0,<3.0.0"
|
pyjwt = ">=2.9.0,<3.0.0"
|
||||||
|
sniffio = ">=1.3.1"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue