File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.12.2
2+
3+ * Exclude ` tests/ ` directory from package. [ #200 ] ( https://github.com/jordaneremieff/mangum/pull/200 ) . Thanks [ bradsbrown] ( https://github.com/bradsbrown ) !
4+
5+
16## 0.12.1
27
38* Make ` boto3 ` optional [ #197 ] ( https://github.com/jordaneremieff/mangum/pull/197 ) .
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ The heart of Mangum is the adapter class. It is a configurable wrapper that allo
66handler = Mangum(
77 app,
88 lifespan = " auto" ,
9- log_level = " info" ,
109 api_gateway_base_path = None ,
1110 text_mime_types = None ,
1211 dsn = None ,
Original file line number Diff line number Diff line change 1+ ## 0.12.2
2+
3+ * Exclude ` tests/ ` directory from package. [ #200 ] ( https://github.com/jordaneremieff/mangum/pull/200 ) . Thanks [ bradsbrown] ( https://github.com/bradsbrown ) !
4+
15## 0.12.1
26
37* Make ` boto3 ` optional [ #197 ] ( https://github.com/jordaneremieff/mangum/pull/197 ) .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def get_long_description():
77
88setup (
99 name = "mangum" ,
10- version = "0.12.1 " ,
10+ version = "0.12.2 " ,
1111 packages = find_packages (exclude = ["tests*" ]),
1212 license = "MIT" ,
1313 url = "https://github.com/jordaneremieff/mangum" ,
You can’t perform that action at this time.
0 commit comments