Skip to content

Commit d536297

Browse files
authored
Merge pull request #246 from Davi0kProgramsThings/v3.0.4
Merge branch `Davi0kProgramsThings:v3.0.4` into branch `bitfinexcom:master`.
2 parents 8639477 + 981d587 commit d536297

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

bfxapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.3"
1+
__version__ = "3.0.4"

dev-requirements.txt

2 Bytes
Binary file not shown.

requirements.txt

-2 Bytes
Binary file not shown.

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="bitfinex-api-py",
5-
version="3.0.3",
5+
version="3.0.4",
66
description="Official Bitfinex Python API",
77
long_description=(
88
"A Python reference implementation of the Bitfinex API "
@@ -22,6 +22,7 @@
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
2526
],
2627
keywords="bitfinex,api,trading",
2728
project_urls={
@@ -41,9 +42,9 @@
4142
"bfxapi.rest._interfaces",
4243
],
4344
install_requires=[
44-
"pyee~=9.0.4",
45-
"websockets~=11.0.3",
46-
"requests~=2.31.0",
45+
"pyee~=11.1.0",
46+
"websockets~=12.0",
47+
"requests~=2.32.3",
4748
"types-requests~=2.31.0.10",
4849
"types-urllib3~=1.26.25.14",
4950
],

0 commit comments

Comments
 (0)