Skip to content

Commit 207248f

Browse files
authored
fix: make compatible with together (#278)
1 parent 5269704 commit 207248f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies = [
2525
"structlog>=24.0.0",
2626
"httpx>=0.27.2",
2727
"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
28+
"typer>=0.15.0",
29+
"click<=8.2.0", # fixed because of bug in 8.2.1, see https://github.com/pallets/click/issues/2939
3030
"tenacity>=8.3.0",
3131
"aiohttp>=3.10.10",
3232
"aiofiles>=24.1.0",

0 commit comments

Comments
 (0)