Skip to content

Commit

Permalink
bump to 2021-04 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachharris1 authored Apr 26, 2021
1 parent 8bc992b commit e86da89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
classifiers=["Programming Language :: Python :: 3 :: Only"],
py_modules=["tap_shopify"],
install_requires=[
"ShopifyAPI==8.0.1",
"ShopifyAPI==8.4.1",
"singer-python==5.12.1",
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion tap_shopify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def initialize_shopify_client():
api_key = Context.config['api_key']
shop = Context.config['shop']
version = '2020-07'
version = '2021-04'
session = shopify.Session(shop, version, api_key)
shopify.ShopifyResource.activate_session(session)

Expand Down

0 comments on commit e86da89

Please sign in to comment.