akaszynski / keepa

Python Keepa.com API
https://keepaapi.readthedocs.io/en/latest/
Apache License 2.0
238 stars 77 forks source link

Changes in 1.3.7 #154

Closed Paul-J-Barrett closed 10 months ago

Paul-J-Barrett commented 10 months ago

The changes were breaking in the new version. You used to import all of the interfaces and I was using parse_csv, keepa.parse_csv( I am attempting to import it at the top and am testing now. Just thought I should point this out in case anyone else has issue.


import keepa
from keepa.interface import parse_csv
Paul-J-Barrett commented 10 months ago

That fixed it. Fyi this is about version 1.3.7

Besides the above you would change line from keepa.parse_csv to just parse_csv.

akaszynski commented 10 months ago

Good point. I'll add that back in for backwards compatibility.

akaszynski commented 10 months ago

Fixed in v1.3.8