Skip to content

Commit 8639477

Browse files
authored
Merge pull request #245 from Davi0kProgramsThings/v3.0.3
Merge branch `Davi0kProgramsThings:v3.0.3` into branch `bitfinexcom:master`.
2 parents b496a98 + 76f6ac9 commit 8639477

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

bfxapi/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.2"
1+
__version__ = "3.0.3"

bfxapi/py.typed

Whitespace-only changes.

dev-requirements.txt

2 Bytes
Binary file not shown.

requirements.txt

-36 Bytes
Binary file not shown.

setup.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="bitfinex-api-py",
5-
version="3.0.2",
5+
version="3.0.3",
66
description="Official Bitfinex Python API",
77
long_description=(
88
"A Python reference implementation of the Bitfinex API "
@@ -43,8 +43,10 @@
4343
install_requires=[
4444
"pyee~=9.0.4",
4545
"websockets~=11.0.3",
46-
"requests~=2.28.1",
47-
"urllib3~=1.26.14",
46+
"requests~=2.31.0",
47+
"types-requests~=2.31.0.10",
48+
"types-urllib3~=1.26.25.14",
4849
],
4950
python_requires=">=3.8",
51+
package_data={"bfxapi": ["py.typed"]},
5052
)

0 commit comments

Comments
 (0)