Skip to content

Conversation

@tyler5673
Copy link
Contributor

@tyler5673 tyler5673 commented Jan 9, 2026

Version 2.0.0 of the Python SDK

  • Unified OpenAPI Schemas, shared with the Typescript SDK now
  • Better type safety and model organization
  • Updated tests and perf suite to work with new API
  • Added MIGRATION.md and CHANGELOG.md

Note: Hold merge in order to synchronize release with docs change once available

@tyler5673 tyler5673 marked this pull request as ready for review January 12, 2026 17:47
Copy link

@itsakhilyou itsakhilyou left a comment

Choose a reason for hiding this comment

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

good stuff!

@@ -0,0 +1,13 @@
# Type

Choose a reason for hiding this comment

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

i wonder if this type should be more specifically named. not important though

Comment on lines +1 to +10
openapi: 3.1.0
info:
title: You.com API
description: |
Comprehensive API for You.com services:
- **Agents API**: Execute queries using Express, Advanced, and Custom AI agents
- **Search API**: Get search results from web and news sources
- **Contents API**: Retrieve and process web page content
version: 1.0.0
paths: {}

Choose a reason for hiding this comment

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

what does this file do?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

going to remove in subsequent PR to point to hosted files

@@ -0,0 +1,138 @@
openapi: 3.1.0

Choose a reason for hiding this comment

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

aren't we sourcing openapi specs from a remote source now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

going to remove in subsequent PR to point to hosted files

Choose a reason for hiding this comment

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

is there value in having USAGE and README?

Comment on lines 19 to -22
"https://ydc-index.io",
# Production - Search API
"https://api.you.com",
# Production - Agents API

Choose a reason for hiding this comment

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

should this be going away?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants