Create request serializer selection based on content-type header
This commit is contained in:
@@ -34,5 +34,15 @@ dev = [
|
||||
"pytest>=8.4.1",
|
||||
"pytest-cov>=6.2.1",
|
||||
"uvicorn>=0.35.0",
|
||||
{ "include-group" = "all_containers" },
|
||||
]
|
||||
|
||||
xml = ["lxml>=6.0.0", ]
|
||||
msgpack = ["msgpack>=1.1.1", ]
|
||||
json = ["orjson>=3.11.0", ]
|
||||
|
||||
all_containers = [
|
||||
{ "include-group" = "xml" },
|
||||
{ "include-group" = "msgpack" },
|
||||
{ "include-group" = "json" },
|
||||
]
|
||||
Reference in New Issue
Block a user