Update Python SDK for API 1.44.0 - #14
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new sentiment namespace (client.sentiment.analyze() and analyze_async()) to the Adanos Python SDK for direct finance text sentiment analysis, complete with documentation, examples, and tests. Additionally, it updates Polymarket models to include market_status and new service statistics, while removing deprecated fields such as X/Twitter's avg_rank and Polymarket's unique_tickers_today. There are no review comments provided, so I have no feedback to offer.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
client.sentiment.analyze()/analyze_async()forPOST /sentiment/v1/analyze.market_statuson detail/raw market rows and new stats counters:open_markets_current,open_tickers_current,traded_markets_today,traded_tickers_today.daily_trend[].avg_rankand Polymarket/stats.unique_tickers_today.API notes
origin/mainchangelog 1.44.0 dated 2026-06-23.Tests
.venv/bin/python -m pytest tests -qRelease