Skip to content

Commit

Permalink
fix: change version for shopify
Browse files Browse the repository at this point in the history
  • Loading branch information
MyuddinKhatri committed Jan 16, 2024
1 parent 80540c7 commit 9510aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
dependencies = [
"ShopifyAPI~=12.0.1"
"ShopifyAPI~=12.3.0"
]

[build-system]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


class ShopifySettings(Document):
api_version = "2022-07"
api_version = "2023-04"

@staticmethod
@frappe.whitelist()
Expand Down

0 comments on commit 9510aaa

Please sign in to comment.