Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps airbyte from 0.24.2 to 0.29.0.

Release notes

Sourced from airbyte's releases.

v0.29.0

PyAirbyte v0.29 introduces powerful new features, including MCP tools targeted to LLM use cases, the ability to "preview" data from multiple streams simultaneously, faster connector installs by leveraging the powerful uv tool, and the ability to mix-and-match connectors' Python versions within the same environment.

We're now also actively requesting feedback for the new experimental MCP features. You can share feedback in the GitHub Discussion here and in the #pyairbyte Slack channel.

✨ New Features (PyAirbyte Core)

  • feat: add stream previews for sources via Source.print_stream_previews() and Source.get_stream_previews() (#725)
  • feat: replace pip with uv for connector installations, resulting in dramatically faster connector installation (#730)
  • feat: ability to override which Python versions will be used for installing new connectors with the use_python arg for get_source() and get_destination() (#730)
  • feat: support uv-managed Python versions for installing new connectors with the use_python arg, even for Python versions not yet installed on the system (#730)
  • feat: add new Cache.run_sql_query() method to run SQL queries directly against cache objects (airbytehq/PyAirbyte#734)

🤖 New Built-in PyAirbyte MCP Server (🧪 Experimental)

  • feat: add new MCP tools which allow LLMs to call PyAirbyte directly (#734, #738, #736):
    • Connector Management
      • list_connectors - List available Airbyte connectors with optional filtering by type (source/destination), install types (python, yaml, java, docker), or keywords
      • get_connector_info - Get documentation URL and information for a specific connector
      • list_connector_config_secrets - List available config secret names for a given connector
      • validate_connector_config - Validate a connector configuration
    • Source Operations
      • list_source_streams - List all streams available in a source connector
      • get_source_stream_json_schema - Get the JSON schema for a specific stream in a source connector
      • get_stream_previews - Get sample records (previews) from streams in a source connector
      • read_source_stream_records - Read records from a specific source stream
    • Cache Operations
      • describe_default_cache - Describe the currently configured default cache (typically DuckDB)
      • list_cached_streams - List all streams available in the default cache
      • sync_source_to_cache - Run a sync from a source connector to the default DuckDB cache
      • run_sql_query - Run SQL queries against the default cache

🐛 Fixes

  • fix: use stderr for log and progress prints (#720)
  • fix: fix docker refs for destinations in cli module (#735)

⚙️ Under the Hood

  • ci: Update sources with init errors (#718) - Thanks, @​yohannj!
  • ci: Remove flaky lowcode connector validation tests (#732)
  • ci: Add PR welcome message system with uvx installation examples (#721)
  • Chore(deps): Bump pyarrow from 17.0.0 to 21.0.0 (#722)
  • Chore(deps): Bump chuhlomin/render-template from 1.4 to 1.10 (#723)

v0.28.0

... (truncated)

Commits
  • 9c3245f feat: Add get_stream_previews MCP tool (#738)
  • 6189e9c Chore(deps): Bump chuhlomin/render-template from 1.4 to 1.10 (#723)
  • a2b051e feat: replace pip with uv and add use_python parameter (#730)
  • 1a9c411 feat: prefer Docker images in MCP server when Docker is available (#736)
  • f9275ea Chore(deps): Bump pyarrow from 17.0.0 to 21.0.0 (#722)
  • 121d34f fix: fix docker refs for destinations in cli module (#735)
  • e74bf25 feat: Add stream previews for sources (#725)
  • 8629d3e feat: add new mcp tools for working with cached data (#734)
  • bfed5ef chore: Remove flaky lowcode connector validation tests (#732)
  • 1266018 fix: use stderr for log prints (#720)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [airbyte](https://github.com/airbytehq/pyairbyte) from 0.24.2 to 0.29.0.
- [Release notes](https://github.com/airbytehq/pyairbyte/releases)
- [Commits](airbytehq/PyAirbyte@v0.24.2...v0.29.0)

---
updated-dependencies:
- dependency-name: airbyte
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Labels

The following labels could not be found: dependencies, patch. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Superseded by #127.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/airbyte-0.29.0 branch September 15, 2025 11:20
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.

0 participants