Skip to content

Update Python SDK for API 1.44.0 - #14

Merged
alexander-schneider merged 1 commit into
mainfrom
codex/api-1.44.0-update
Jun 23, 2026
Merged

Update Python SDK for API 1.44.0#14
alexander-schneider merged 1 commit into
mainfrom
codex/api-1.44.0-update

Conversation

@alexander-schneider

Copy link
Copy Markdown
Contributor

Summary

  • Syncs generated models and wrapper coverage with Adanos Market Sentiment API 1.44.0 from api.adanos.org origin/main changelog.
  • Adds direct sentiment client.sentiment.analyze() / analyze_async() for POST /sentiment/v1/analyze.
  • Adds Polymarket market_status on detail/raw market rows and new stats counters: open_markets_current, open_tickers_current, traded_markets_today, traded_tickers_today.
  • Removes old API surfaces: X daily_trend[].avg_rank and Polymarket /stats.unique_tickers_today.

API notes

  • Live production OpenAPI currently reports 1.43.0; target is api.adanos.org origin/main changelog 1.44.0 dated 2026-06-23.
  • Polymarket sentiment/buzz semantic changes in 1.44.0 do not require response-shape changes beyond the stats alias removal.

Tests

  • .venv/bin/python -m pytest tests -q

Release

  • No package version bump, tag, or registry release in this PR.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@alexander-schneider
alexander-schneider merged commit f8fa0da into main Jun 23, 2026
1 check passed
@alexander-schneider
alexander-schneider deleted the codex/api-1.44.0-update branch June 23, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant