Skip to content

Commit da491f9

Browse files
authored
Merge pull request #175 from bobbrodie/7.0.x
Bump version to 7.0.4
2 parents 7185fd6 + cc4ab3e commit da491f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bitpay"
7-
version = "7.0.3"
7+
version = "7.0.4"
88
authors = [
99
{ name="Antonio Buedo", email="[email protected]" },
1010
]
1111
requires-python = ">=3.9"
1212
dependencies = [
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
]
1717
description = "Accept bitcoin with BitPay"
1818
readme = "README.md"

src/bitpay/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)