Skip to content

Commit 51f49f3

Browse files
authored
Merge pull request #78 from upstox/market-proto-changes
changed proto file of streamer function
2 parents 1063df5 + 7dd2630 commit 51f49f3

File tree

4 files changed

+80
-78
lines changed

4 files changed

+80
-78
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The official Python client for communicating with the <a href="https://upstox.co
99
Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
1010

1111
- API version: v2
12-
- Package version: 2.5.0
12+
- Package version: 2.6.0
1313
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
1414

1515
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.

examples/websocket/market_data/MarketDataFeed_pb2.py

Lines changed: 39 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description = (this_directory / "README.md").read_text()
1919

2020
NAME = "upstox-python-sdk"
21-
VERSION = "2.5.0"
21+
VERSION = "2.6.0"
2222
# To install the library, run the following
2323
#
2424
# python setup.py install

0 commit comments

Comments
 (0)