File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bitpay"
7- version = " 7.0.3 "
7+ version = " 7.0.4 "
88authors = [
99 {
name =
" Antonio Buedo" ,
email =
" [email protected] " },
1010]
1111requires-python = " >=3.9"
1212dependencies = [
13- " ecdsa >= 0.19.0 " ,
14- " requests >= 2.32.3 " ,
15- " pydantic == 2.11.3 "
13+ " ecdsa >= 0.19.1 " ,
14+ " requests >= 2.32.4 " ,
15+ " pydantic == 2.11.7 "
1616]
1717description = " Accept bitcoin with BitPay"
1818readme = " README.md"
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ class Config(Enum):
55 TEST_URL = "https://test.bitpay.com/"
66 PROD_URL = "https://bitpay.com/"
77 BITPAY_API_VERSION = "2.0.0"
8- BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v7.0.3 "
8+ BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v7.0.4 "
99 BITPAY_API_FRAME = "std"
1010 BITPAY_API_FRAME_VERSION = "1.0.0"
You can’t perform that action at this time.
0 commit comments