File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 "custom_metadata" ,
3131 "embedded_metadata" ,
3232 "transformation" ,
33+ "checks" ,
3334]
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ def __init__(
1919 overwrite_custom_metadata : bool = None ,
2020 custom_metadata : json = None ,
2121 transformation : json = None ,
22+ checks : str = None ,
2223 ):
2324 if use_unique_file_name is not None :
2425 self .use_unique_file_name = use_unique_file_name
@@ -48,3 +49,5 @@ def __init__(
4849 self .custom_metadata = custom_metadata
4950 if transformation is not None :
5051 self .transformation = transformation
52+ if checks is not None :
53+ self .checks = checks
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "imagekitio" ,
11- version = "4.0.1 " ,
11+ version = "4.1.0 " ,
1212 description = "Python wrapper for the ImageKit API" ,
1313 long_description = long_description ,
1414 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments