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 b00e506 commit 4f21cbcCopy full SHA for 4f21cbc
CHANGELOG
@@ -1,5 +1,7 @@
1
== Unreleased
2
3
+- Remove `cgi` import to avoid triggering a `DeprecationWarning` on Python 3.11.
4
+
5
== Version 12.2.0
6
7
- Update API version with 2023-01 release ([#631](https://github.com/Shopify/shopify_python_api/pull/631))
shopify/collection.py
@@ -1,6 +1,4 @@
from pyactiveresource.collection import Collection
-from six.moves.urllib.parse import urlparse, parse_qs
-import cgi
class PaginatedCollection(Collection):
0 commit comments