Skip to content

Commit abbf4a0

Browse files
committed
chore: Un-pin structlog so we can use 23.2.0, which gets rid of deprected utcnow() call
1 parent 38f86a5 commit abbf4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818
[tool.poetry.dependencies]
1919
python = ">=3.8,<4.0"
2020
pydantic = "^2.0.0"
21-
structlog = ">= 20.1.0, < 23.0.0"
21+
structlog = ">= 20.1.0"
2222
packaging = ">= 21.3, < 24.0"
2323
colorama = {version = "^0.4.3", optional = true}
2424
redis = {version = "^4.3", optional = true}

0 commit comments

Comments
 (0)