Skip to content

Commit

Permalink
loosen structlog version dependency (#213)
Browse files Browse the repository at this point in the history
chore: loosen structlog version dependency
  • Loading branch information
FHardow authored Oct 21, 2024
1 parent 71c44bf commit 002a84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"structlog==24.2.0",
"structlog>=24.4.0, < 25.0.0",
"httpx==0.27.0",
"python-dotenv==1.0.1",
"typer==0.12.3",
Expand Down

0 comments on commit 002a84b

Please sign in to comment.