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.
1 parent 214b557 commit 167ccb3Copy full SHA for 167ccb3
amazon_paapi/models/item_result.py
@@ -86,7 +86,7 @@ class ApiClassifications(models.Classifications):
86
class ApiContentInfo(models.ContentInfo):
87
edition: ApiSingleStringValuedAttribute
88
languages: ApiMultiValuedAttributeType
89
- publication_date: ApiSingleStringValuedAttribute
+ publication_date: Optional[ApiSingleStringValuedAttribute]
90
91
92
class ApiContentRating(models.ContentRating):
0 commit comments