Skip to content

Commit

Permalink
Merge pull request #249 from lsst-sqre/tickets/DM-44444a
Browse files Browse the repository at this point in the history
DM-44444: Remove version cap on structlog
  • Loading branch information
rra authored May 30, 2024
2 parents 2786cda + 10b5214 commit 9fc97b5
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 @@ -31,7 +31,7 @@ dependencies = [
"pydantic>2,<3",
"starlette<1",
# 23.3.0 excluded due to https://github.com/hynek/structlog/issues/584
"structlog>=21.2.0,!=23.3.0,<25",
"structlog>=21.2.0,!=23.3.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 9fc97b5

Please sign in to comment.