fix(dependencies): ignore broken cattrs release (#689)

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-17 16:52:58 -05:00
committed by GitHub
parent 131f3f5dc3
commit 0891cde0b6

View File

@@ -59,7 +59,7 @@ keywords = [
]
dependencies = [
"attrs>=23.1.0",
"cattrs>=23.1.0",
"cattrs>=23.1.0,!=23.2.0",
"orjson",
"inflection",
"deepmerge",