Skip to content

Commit 55a2bee

Browse files
committed
fix: add missing dependency sniffio
1 parent 5564614 commit 55a2bee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pydantic = ">=1.9.0,<3.0"
1414
pydantic-core = ">=2.14.6"
1515
cachetools = ">=4.2.2"
1616
pyjwt = ">=2.9.0,<3.0.0"
17+
sniffio = "^1.3.1"
1718

1819

1920
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)