summaryrefslogtreecommitdiff
path: root/shared/pyproject.toml
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 15:31:09 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 15:31:09 +0900
commit0e7fd5059e8a813ccffe2c376b1ff43898b4d966 (patch)
tree3a4da6bcf61637e1e94907048c7110d7d3daabee /shared/pyproject.toml
parent24cb407ef15f1997e2577c58e139b20d3986ed5b (diff)
fix: address code review issues in resilience module
Diffstat (limited to 'shared/pyproject.toml')
-rw-r--r--shared/pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/pyproject.toml b/shared/pyproject.toml
index dcddc84..eb74a11 100644
--- a/shared/pyproject.toml
+++ b/shared/pyproject.toml
@@ -15,7 +15,6 @@ dependencies = [
"pyyaml>=6.0,<7",
"aiohttp>=3.9,<4",
"rich>=13.0,<14",
- "tenacity>=8.2,<10",
]
[project.optional-dependencies]