We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aa9c75 + 8d0582a commit 6613782Copy full SHA for 6613782
amazon_paapi/models/item_result.py
@@ -144,7 +144,7 @@ class ApiTradeInInfo(models.TradeInInfo):
144
class ApiItemInfo(models.ItemInfo):
145
by_line_info: ApiByLineInfo
146
classifications: ApiClassifications
147
- content_info: ApiContentInfo
+ content_info: Optional[ApiContentInfo]
148
content_rating: ApiContentRating
149
external_ids: ApiExternalIds
150
features: ApiFeatures
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='python-amazon-paapi',
8
- version='4.3.1',
+ version='4.3.2',
9
author='Sergio Abad',
10
author_email='sergio.abad@bytelix.com',
11
description='Amazon Product Advertising API 5.0 wrapper for Python',
0 commit comments