Sync/ipo orders 20260817 - #162
Merged
Merged
Conversation
…et-ipo-orders Read-only: covers the four GET endpoints on IpoApi only (get_ipo_listing, get_ipo_details, get_ipo_orders, get_ipo_order_by_id). apply_for_ipo (POST) and cancel_ipo_order (DELETE) are deliberately excluded. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…Explorer app Adds a new 'IPO' category and three dispatch branches. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The IPO Details and IPO Orders pages render key/value tables where a single column holds every field's value, mixing strings (isin, status) with numbers (face_value, tick_size, lot_size). PyArrow cannot serialize a mixed object column and raised ArrowTypeError during dataframe rendering: Expected bytes, got a 'float' object Conversion failed for column Value with type object Streamlit masked this by applying automatic column-type fixes, so the tables still rendered and the failure only appeared as a traceback in the server log. Cast to str in the four affected frames (profile, timeline, registrar, order detail). These are display-only tables with no sorting or arithmetic on the column, so a uniform string type loses nothing. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
upstox-security-review
previously approved these changes
Aug 18, 2026
upstox-security-review
approved these changes
Aug 18, 2026
elninad
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.