Skip to content

v1.2.0

Choose a tag to compare

@CoderJoshDK CoderJoshDK released this 29 Jan 09:06
· 5 commits to master since this release
0048f37

Upgrades to the typing of this package, alongside various other minor changes.

Breaking Changes

  • Drop support for python 3.8 (it is past EOL)
  • Pure internal modules are - properly - no longer exported

Interface changes

  • catalog_product ignores all other kwargs when nextPage is present
  • Properly export common error module

Style

  • Inline types (specified with py.typed)
  • Enforce type checking with the use of basedpyright

Thank you to the contributors
@CoderJoshDK