**Urgent** Multiple APIs not working

I am testing the Python codes as in documentation and getting some errors:
1)Access Token Request for User | Upstox Developer API
AttributeError: module ‘upstox_client’ has no attribute ‘IndieUserTokenRequest’

2)Place GTT Order | Upstox Developer API
AttributeError: module ‘upstox_client’ has no attribute ‘OrderApiV3’

@Upstox , quick response is highly appreciated!

Hi @Bhawik_37243451
It seems like you are using an outdated version of the Python SDK. Please ensure you are using the latest Python SDK, which is version 2.15.

Thanks!

1 Like

Thanks @Ketan , it would be great if would be notified about SDK version updates

Hi @Bhawik_37243451
By adding yourself to the watchers of a GitHub repository, you will be notified via email whenever a new release is published. The list of watchers for the Upstox Python SDK, for example, can be found at Watchers · upstox/upstox-python · GitHub.

Thanks!

3 Likes