Skip to content

Commit

Permalink
Merge pull request #78 from upstox/market-proto-changes
Browse files Browse the repository at this point in the history
changed proto file of streamer function
  • Loading branch information
KetanGupta12 authored Sep 12, 2024
2 parents 1063df5 + 7dd2630 commit 51f49f3
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 78 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The official Python client for communicating with the <a href="https://upstox.co
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.

- API version: v2
- Package version: 2.5.0
- Package version: 2.6.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
Expand Down
77 changes: 39 additions & 38 deletions examples/websocket/market_data/MarketDataFeed_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
long_description = (this_directory / "README.md").read_text()

NAME = "upstox-python-sdk"
VERSION = "2.5.0"
VERSION = "2.6.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
Loading

0 comments on commit 51f49f3

Please sign in to comment.