We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5269704 commit 207248fCopy full SHA for 207248f
pyproject.toml
@@ -25,8 +25,8 @@ dependencies = [
25
"structlog>=24.0.0",
26
"httpx>=0.27.2",
27
"python-dotenv>=1.0.1",
28
- "typer>=0.16.0",
29
- "click==8.2.0", # fixed because of bug in 8.2.1, see https://github.com/pallets/click/issues/2939
+ "typer>=0.15.0",
+ "click<=8.2.0", # fixed because of bug in 8.2.1, see https://github.com/pallets/click/issues/2939
30
"tenacity>=8.3.0",
31
"aiohttp>=3.10.10",
32
"aiofiles>=24.1.0",
0 commit comments