File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 History
44-------
55
6- 2.8.0
6+ 2.8.0 (2023-05-09)
77++++++++++++++++++
88
99* IMPORTANT: Python 3.7 or greater is required. If you are using an older
1010 version, please use an earlier release.
11- * Added ``shopify_payments `` to the ``/payment/processor `` validation.
12- * Added ``google_pay `` to the ``/payment/processor `` validation.
13- * Added ``placetopay `` to the ``/payment/processor `` validation.
11+ * Added the following new values to the ``/payment/processor `` validation:
12+ * ``google_pay ``
13+ * ``placetopay ``
14+ * ``shopify_payments ``
1415
15162.7.2 (2022-03-29)
1617++++++++++++++++++
Original file line number Diff line number Diff line change 11"""Internal module for version (to prevent cyclic imports)"""
2- __version__ = "2.7.2 "
2+ __version__ = "2.8.0 "
Original file line number Diff line number Diff line change 2626 # explicitly require indirect dependency to fix build failure.
2727 # This can be removed when aiohttp 3.9 is released.
2828 charset-normalizer ==2.1.1
29+ # This is to work around https://github.com/mindflayer/python-mocket/issues/199
30+ # It can be removed once that is fixed.
31+ urllib3 ==1.26.15
2932commands = pytest tests
3033
3134[testenv:py310-black]
Original file line number Diff line number Diff line change 1919requirements = [
2020 "aiohttp>=3.6.2,<4.0.0" ,
2121 "email_validator>=1.1.1,<3.0.0" ,
22- "geoip2>=4.5 .0,<5.0.0" ,
22+ "geoip2>=4.7 .0,<5.0.0" ,
2323 "requests>=2.24.0,<3.0.0" ,
24- "urllib3>=1.25.2,<3.0.0" ,
2524 "voluptuous" ,
2625]
2726
You can’t perform that action at this time.
0 commit comments