Skip to content

Commit 66714ea

Browse files
author
方佳
committed
Merge branch 'main_merge_250806' into 'main'
feat: update dependencies See merge request webull/openapi-python-sdk!16
2 parents 0a16528 + 220a768 commit 66714ea

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

webull-python-sdk-core/webullsdkcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.15"
1+
__version__ = "0.1.16"
22

33
import logging
44

webull-python-sdk-core/webullsdkcore/context/__init__.py

Whitespace-only changes.

webull-python-sdk-demos/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
LONG_DESCRIPTION = fp.read()
1616

1717
requires = [
18-
"webull-python-sdk-mdata==0.1.15",
19-
"webull-python-sdk-trade==0.1.15"
18+
"webull-python-sdk-mdata==0.1.16",
19+
"webull-python-sdk-trade==0.1.16"
2020
]
2121

2222
setup_args = {

webull-python-sdk-mdata/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
LONG_DESCRIPTION = fp.read()
1616

1717
requires = [
18-
"webull-python-sdk-core==0.1.15",
19-
"webull-python-sdk-quotes-core==0.1.15"
18+
"webull-python-sdk-core==0.1.16",
19+
"webull-python-sdk-quotes-core==0.1.16"
2020
]
2121

2222
setup_args = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# coding=utf-8
22

3-
__version__ = '0.1.15'
3+
__version__ = '0.1.16'

webull-python-sdk-quotes-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"grpcio==1.51.1",
2525
"grpcio-tools==1.51.1",
2626
"protobuf==4.21.12",
27-
"webull-python-sdk-core==0.1.15"
27+
"webull-python-sdk-core==0.1.16"
2828
]
2929

3030
setup_args = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.15"
1+
__version__ = "0.1.16"

webull-python-sdk-trade-events-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"grpcio==1.51.1",
2424
"grpcio-tools==1.51.1",
2525
"protobuf==4.21.12",
26-
"webull-python-sdk-core==0.1.15"
26+
"webull-python-sdk-core==0.1.16"
2727
]
2828

2929
setup_args = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.15"
1+
__version__ = "0.1.16"

webull-python-sdk-trade/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
LONG_DESCRIPTION = fp.read()
1616

1717
requires = [
18-
"webull-python-sdk-trade-events-core==0.1.15",
19-
"webull-python-sdk-core==0.1.15"
18+
"webull-python-sdk-trade-events-core==0.1.16",
19+
"webull-python-sdk-core==0.1.16"
2020
]
2121

2222
setup_args = {

0 commit comments

Comments
 (0)