[PR #2418] chore(deps-dev): bump the py-minor-and-patch group in /python with 3 updates #2326

Open
opened 2026-02-15 23:17:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-sdk/pull/2418
Author: @dependabot[bot]
Created: 2/12/2026
Status: 🔄 Open

Base: mainHead: dependabot/uv/python/py-minor-and-patch-b7bcc27038


📝 Commits (1)

  • 677cc1f chore(deps-dev): bump the py-minor-and-patch group

📊 Changes

1 file changed (+9 additions, -9 deletions)

View changed files

📝 python/uv.lock (+9 -9)

📄 Description

Bumps the py-minor-and-patch group in /python with 3 updates: openai-agents, fastapi and google-genai.

Updates openai-agents from 0.8.3 to 0.8.4

Release notes

Sourced from openai-agents's releases.

v0.8.4

Key Changes

Hosted container tool + Skills

This release includes the hosted shell runtime tool along with its native skills support. Developers now can pass a container-based shell runtime with skills this way:

from agents import Agent, ShellTool

agent = Agent( name="Shell Agent", model="gpt-5.2", instructions="Use the available shell tool to answer user requests.", tools=[ ShellTool( environment={ "type": "container_auto", "network_policy": {"type": "disabled"}, "skills": [ { "type": "skill_reference", "skill_id": "skill_698bbe879adc81918725cbc69dcae7960bc5613dadaed377", "version": "1", } ], } ) ], )

Refer to examples/tools/container_shell_inline_skill.py and examples/tools/container_shell_skill_reference.py for more details.

What's Changed

Documents & Other Changes

... (truncated)

Commits
  • 67687cb Release 0.8.4 (#2465)
  • 947fff8 fix(prompt): omit tool_choice when prompt manages built-in tools (#2464)
  • 0793a8c feat: add container shell + skills support (#2469)
  • f76ec8a fix(stream): emit queued events before max-turns exception (#2458)
  • 1168ee1 fix(agent-tools): inherit parent RunConfig when agent-as-tool is invoked (#2463)
  • 85e5616 fix(tool): resolve default failure handler at invoke time (#2460)
  • f1f88f8 fix(result): support Pydantic model_rebuild for RunResultStreaming (#2455)
  • 7220437 docs: update translated document pages (#2466)
  • f1d8923 fix(realtime): omit null audio formats in SIP call attach updates (#2454)
  • 86f5c71 docs: clarify Azure Realtime GA endpoint configuration (#2440)
  • Additional commits viewable in compare view

Updates fastapi from 0.128.7 to 0.129.0

Release notes

Sourced from fastapi's releases.

0.129.0

Breaking Changes

Refactors

Docs

Internal

  • 🔨 Update docs.py scripts to migrate Python 3.9 to Python 3.10. PR #14906 by @​tiangolo.

0.128.8

Docs

Internal

Commits

Updates google-genai from 1.62.0 to 1.63.0

Release notes

Sourced from google-genai's releases.

v1.63.0

1.63.0 (2026-02-11)

Features

  • Add INCOMPLETE status to Interaction. (1a84605)
  • Support encryption_spec in tuning job creation configuration for GenAI SDK (057d6f0)

Bug Fixes

  • Base_url and global location parsing (2c40555)
  • Remove build warning due to extra comma: assertion on a tuple is always true (1cc2c2d)
  • Remove debug print statement. (60c0a2f)
  • Remove unused import of websockets (3b82b5f)

Documentation

  • Add docstrings to C# and Python SDK Operations methods. (f2e85a3)
  • Regenerate docs for 1.62.0 (455ec26)
Changelog

Sourced from google-genai's changelog.

1.63.0 (2026-02-11)

Features

  • Add INCOMPLETE status to Interaction. (1a84605)
  • Support encryption_spec in tuning job creation configuration for GenAI SDK (057d6f0)

Bug Fixes

  • Base_url and global location parsing (2c40555)
  • Remove build warning due to extra comma: assertion on a tuple is always true (1cc2c2d)
  • Remove debug print statement. (60c0a2f)
  • Remove unused import of websockets (3b82b5f)

Documentation

  • Add docstrings to C# and Python SDK Operations methods. (f2e85a3)
  • Regenerate docs for 1.62.0 (455ec26)
Commits
  • e15ad64 chore(main): release 1.63.0 (#2028)
  • f2e85a3 docs: Add docstrings to C# and Python SDK Operations methods.
  • 1a84605 feat: Add INCOMPLETE status to Interaction.
  • 60c0a2f fix: Remove debug print statement.
  • 1cc2c2d fix: remove build warning due to extra comma: assertion on a tuple is always ...
  • 2c40555 fix: base_url and global location parsing
  • bf8c29b chore: Clean up possible types for FunctionResult
  • 3b82b5f fix: remove unused import of websockets
  • fa48c0c chore: Clean up possible types for FunctionResult
  • c4ea20d chore: Clean up possible types for FunctionResult
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-sdk/pull/2418 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/uv/python/py-minor-and-patch-b7bcc27038` --- ### 📝 Commits (1) - [`677cc1f`](https://github.com/langchain-ai/langsmith-sdk/commit/677cc1f352bfd55c83c71d1b1519022723377194) chore(deps-dev): bump the py-minor-and-patch group ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `python/uv.lock` (+9 -9) </details> ### 📄 Description Bumps the py-minor-and-patch group in /python with 3 updates: [openai-agents](https://github.com/openai/openai-agents-python), [fastapi](https://github.com/fastapi/fastapi) and [google-genai](https://github.com/googleapis/python-genai). Updates `openai-agents` from 0.8.3 to 0.8.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-agents-python/releases">openai-agents's releases</a>.</em></p> <blockquote> <h2>v0.8.4</h2> <h2>Key Changes</h2> <h3>Hosted container tool + Skills</h3> <p>This release includes the hosted shell runtime tool along with its native skills support. Developers now can pass a container-based shell runtime with skills this way:</p> <pre lang="python"><code>from agents import Agent, ShellTool <p>agent = Agent( name=&quot;Shell Agent&quot;, model=&quot;gpt-5.2&quot;, instructions=&quot;Use the available shell tool to answer user requests.&quot;, tools=[ ShellTool( environment={ &quot;type&quot;: &quot;container_auto&quot;, &quot;network_policy&quot;: {&quot;type&quot;: &quot;disabled&quot;}, &quot;skills&quot;: [ { &quot;type&quot;: &quot;skill_reference&quot;, &quot;skill_id&quot;: &quot;skill_698bbe879adc81918725cbc69dcae7960bc5613dadaed377&quot;, &quot;version&quot;: &quot;1&quot;, } ], } ) ], ) </code></pre></p> <p>Refer to <a href="https://github.com/openai/openai-agents-python/blob/main/examples/tools/container_shell_inline_skill.py">examples/tools/container_shell_inline_skill.py</a> and <a href="https://github.com/openai/openai-agents-python/blob/main/examples/tools/container_shell_skill_reference.py">examples/tools/container_shell_skill_reference.py</a> for more details.</p> <h2>What's Changed</h2> <ul> <li>feat: add container shell + skills support by <a href="https://github.com/seratch"><code>@​seratch</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2469">openai/openai-agents-python#2469</a></li> <li>fix(realtime): omit null audio formats in SIP call attach updates by <a href="https://github.com/OiPunk"><code>@​OiPunk</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2454">openai/openai-agents-python#2454</a></li> <li>fix(result): support Pydantic model_rebuild for RunResultStreaming by <a href="https://github.com/OiPunk"><code>@​OiPunk</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2455">openai/openai-agents-python#2455</a></li> <li>fix(tool): resolve default failure handler at invoke time by <a href="https://github.com/OiPunk"><code>@​OiPunk</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2460">openai/openai-agents-python#2460</a></li> <li>fix(agent-tools): inherit parent RunConfig when agent-as-tool is invoked by <a href="https://github.com/OiPunk"><code>@​OiPunk</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2463">openai/openai-agents-python#2463</a></li> <li>fix(stream): emit queued events before max-turns exception by <a href="https://github.com/OiPunk"><code>@​OiPunk</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2458">openai/openai-agents-python#2458</a></li> <li>fix(prompt): omit tool_choice when prompt manages built-in tools by <a href="https://github.com/OiPunk"><code>@​OiPunk</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2464">openai/openai-agents-python#2464</a></li> </ul> <h3>Documents &amp; Other Changes</h3> <ul> <li>docs: update translated document pages by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2452">openai/openai-agents-python#2452</a></li> <li>fix(mcp): validate required params before call_tool by <a href="https://github.com/OiPunk"><code>@​OiPunk</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2453">openai/openai-agents-python#2453</a></li> <li>docs: clarify Azure Realtime GA endpoint configuration by <a href="https://github.com/OiPunk"><code>@​OiPunk</code></a> in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2440">openai/openai-agents-python#2440</a></li> <li>docs: update translated document pages by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2466">openai/openai-agents-python#2466</a></li> <li>Release 0.8.4 by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/openai/openai-agents-python/pull/2465">openai/openai-agents-python#2465</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-agents-python/commit/67687cbab31c6c071204dc7f48ea6e47624aa2e7"><code>67687cb</code></a> Release 0.8.4 (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2465">#2465</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/947fff8bd03d7dd322abf4a92df7a0c24f55807e"><code>947fff8</code></a> fix(prompt): omit tool_choice when prompt manages built-in tools (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2464">#2464</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/0793a8ce916377ad80f47f9819ee99bc86676aaa"><code>0793a8c</code></a> feat: add container shell + skills support (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2469">#2469</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/f76ec8ac1c8e5ca5af2661b704481ba353ff31a2"><code>f76ec8a</code></a> fix(stream): emit queued events before max-turns exception (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2458">#2458</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/1168ee1ad15a200ce2effe6a5aa42727fa3c52e3"><code>1168ee1</code></a> fix(agent-tools): inherit parent RunConfig when agent-as-tool is invoked (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2463">#2463</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/85e56167f740d2a560285f7f4ba39cb3cfe3ec83"><code>85e5616</code></a> fix(tool): resolve default failure handler at invoke time (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2460">#2460</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/f1f88f8fa42c2016339871d04fb49afd4db86c17"><code>f1f88f8</code></a> fix(result): support Pydantic model_rebuild for RunResultStreaming (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2455">#2455</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/72204371c394f57099e6f313fcbc947432bc0dff"><code>7220437</code></a> docs: update translated document pages (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2466">#2466</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/f1d8923e480177e4664a364e1f0f87ea125e9f73"><code>f1d8923</code></a> fix(realtime): omit null audio formats in SIP call attach updates (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2454">#2454</a>)</li> <li><a href="https://github.com/openai/openai-agents-python/commit/86f5c71e1906ecc324efe97e8f1ed7b0b9e174ed"><code>86f5c71</code></a> docs: clarify Azure Realtime GA endpoint configuration (<a href="https://redirect.github.com/openai/openai-agents-python/issues/2440">#2440</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-agents-python/compare/v0.8.3...v0.8.4">compare view</a></li> </ul> </details> <br /> Updates `fastapi` from 0.128.7 to 0.129.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.129.0</h2> <h3>Breaking Changes</h3> <ul> <li>➖ Drop support for Python 3.9. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14897">#14897</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>🎨 Update internal types for Python 3.10. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14898">#14898</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Update highlights in webhooks docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14905">#14905</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Update source examples and docs from Python 3.9 to 3.10. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14900">#14900</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>🔨 Update docs.py scripts to migrate Python 3.9 to Python 3.10. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14906">#14906</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h2>0.128.8</h2> <h3>Docs</h3> <ul> <li>📝 Fix grammar in <code>docs/en/docs/tutorial/first-steps.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14708">#14708</a> by <a href="https://github.com/SanjanaS10"><code>@​SanjanaS10</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>🔨 Tweak PDM hook script. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14895">#14895</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>♻️ Update build setup for <code>fastapi-slim</code>, deprecate it, and make it only depend on <code>fastapi</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14894">#14894</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastapi/fastapi/commit/a2e51363c721ee6fccb148bff95ca328b4efdfed"><code>a2e5136</code></a> 🔖 Release version 0.129.0</li> <li><a href="https://github.com/fastapi/fastapi/commit/b7ce02ae86ee466380d2db09be008cfe83a1ca35"><code>b7ce02a</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/31d9750aceaff347bd55be37880b7f36bc26c1b1"><code>31d9750</code></a> 🔨 Update docs.py scripts to migrate Python 3.9 to Python 3.10 (<a href="https://redirect.github.com/fastapi/fastapi/issues/14906">#14906</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/109cc8aff126b60971ec27d68d32b8713f0ec72a"><code>109cc8a</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/c82a3d8a13af58e092ba95ffb4b8a64b9ca82726"><code>c82a3d8</code></a> 📝 Update highlights in webhooks docs (<a href="https://redirect.github.com/fastapi/fastapi/issues/14905">#14905</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/0e460654af7101866b7d0f22735ef6337fe13d0c"><code>0e46065</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/c9e2277d8b3b0feead4bdad97fca7cf05c9263fd"><code>c9e2277</code></a> 📝 Update source examples and docs from Python 3.9 to 3.10 (<a href="https://redirect.github.com/fastapi/fastapi/issues/14900">#14900</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/d06ab3f5c7c1b6229e28af37905eb51ab4b4cdb7"><code>d06ab3f</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/3da206c06df1283518a54b18f27bed33f2d22612"><code>3da206c</code></a> 🎨 Update internal types for Python 3.10 (<a href="https://redirect.github.com/fastapi/fastapi/issues/14898">#14898</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/cc903bd440a4a443510c7b10ef7e9a1f88f44e0e"><code>cc903bd</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.128.7...0.129.0">compare view</a></li> </ul> </details> <br /> Updates `google-genai` from 1.62.0 to 1.63.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-genai/releases">google-genai's releases</a>.</em></p> <blockquote> <h2>v1.63.0</h2> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.62.0...v1.63.0">1.63.0</a> (2026-02-11)</h2> <h3>Features</h3> <ul> <li>Add INCOMPLETE status to Interaction. (<a href="https://github.com/googleapis/python-genai/commit/1a84605bcac5445c8e13658b8bd7ff1860f10f1b">1a84605</a>)</li> <li>Support encryption_spec in tuning job creation configuration for GenAI SDK (<a href="https://github.com/googleapis/python-genai/commit/057d6f077b0a6d13c843fff0479027f5f7369113">057d6f0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Base_url and global location parsing (<a href="https://github.com/googleapis/python-genai/commit/2c40555c54267b1e9ba10dfafe1bc73f0cca43d4">2c40555</a>)</li> <li>Remove build warning due to extra comma: assertion on a tuple is always true (<a href="https://github.com/googleapis/python-genai/commit/1cc2c2d411576e9858d4a4ae33bbf12975700a9f">1cc2c2d</a>)</li> <li>Remove debug print statement. (<a href="https://github.com/googleapis/python-genai/commit/60c0a2ffb4c1e87374c02958b1cb42748ba84ff1">60c0a2f</a>)</li> <li>Remove unused import of <code>websockets</code> (<a href="https://github.com/googleapis/python-genai/commit/3b82b5f382c6fe9fa820a59c3938d04cef3ae24e">3b82b5f</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add docstrings to C# and Python SDK Operations methods. (<a href="https://github.com/googleapis/python-genai/commit/f2e85a3911c431d4494a4e3712d0eed1a2e6c069">f2e85a3</a>)</li> <li>Regenerate docs for 1.62.0 (<a href="https://github.com/googleapis/python-genai/commit/455ec260be3deef68d59eda6d7ed2b53505d3a4f">455ec26</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md">google-genai's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.62.0...v1.63.0">1.63.0</a> (2026-02-11)</h2> <h3>Features</h3> <ul> <li>Add INCOMPLETE status to Interaction. (<a href="https://github.com/googleapis/python-genai/commit/1a84605bcac5445c8e13658b8bd7ff1860f10f1b">1a84605</a>)</li> <li>Support encryption_spec in tuning job creation configuration for GenAI SDK (<a href="https://github.com/googleapis/python-genai/commit/057d6f077b0a6d13c843fff0479027f5f7369113">057d6f0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Base_url and global location parsing (<a href="https://github.com/googleapis/python-genai/commit/2c40555c54267b1e9ba10dfafe1bc73f0cca43d4">2c40555</a>)</li> <li>Remove build warning due to extra comma: assertion on a tuple is always true (<a href="https://github.com/googleapis/python-genai/commit/1cc2c2d411576e9858d4a4ae33bbf12975700a9f">1cc2c2d</a>)</li> <li>Remove debug print statement. (<a href="https://github.com/googleapis/python-genai/commit/60c0a2ffb4c1e87374c02958b1cb42748ba84ff1">60c0a2f</a>)</li> <li>Remove unused import of <code>websockets</code> (<a href="https://github.com/googleapis/python-genai/commit/3b82b5f382c6fe9fa820a59c3938d04cef3ae24e">3b82b5f</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add docstrings to C# and Python SDK Operations methods. (<a href="https://github.com/googleapis/python-genai/commit/f2e85a3911c431d4494a4e3712d0eed1a2e6c069">f2e85a3</a>)</li> <li>Regenerate docs for 1.62.0 (<a href="https://github.com/googleapis/python-genai/commit/455ec260be3deef68d59eda6d7ed2b53505d3a4f">455ec26</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-genai/commit/e15ad6457c615f1294875115854f929bc804aba5"><code>e15ad64</code></a> chore(main): release 1.63.0 (<a href="https://redirect.github.com/googleapis/python-genai/issues/2028">#2028</a>)</li> <li><a href="https://github.com/googleapis/python-genai/commit/f2e85a3911c431d4494a4e3712d0eed1a2e6c069"><code>f2e85a3</code></a> docs: Add docstrings to C# and Python SDK Operations methods.</li> <li><a href="https://github.com/googleapis/python-genai/commit/1a84605bcac5445c8e13658b8bd7ff1860f10f1b"><code>1a84605</code></a> feat: Add INCOMPLETE status to Interaction.</li> <li><a href="https://github.com/googleapis/python-genai/commit/60c0a2ffb4c1e87374c02958b1cb42748ba84ff1"><code>60c0a2f</code></a> fix: Remove debug print statement.</li> <li><a href="https://github.com/googleapis/python-genai/commit/1cc2c2d411576e9858d4a4ae33bbf12975700a9f"><code>1cc2c2d</code></a> fix: remove build warning due to extra comma: assertion on a tuple is always ...</li> <li><a href="https://github.com/googleapis/python-genai/commit/2c40555c54267b1e9ba10dfafe1bc73f0cca43d4"><code>2c40555</code></a> fix: base_url and global location parsing</li> <li><a href="https://github.com/googleapis/python-genai/commit/bf8c29b8ddae9376a8323a1d162674b84df9024c"><code>bf8c29b</code></a> chore: Clean up possible types for FunctionResult</li> <li><a href="https://github.com/googleapis/python-genai/commit/3b82b5f382c6fe9fa820a59c3938d04cef3ae24e"><code>3b82b5f</code></a> fix: remove unused import of <code>websockets</code></li> <li><a href="https://github.com/googleapis/python-genai/commit/fa48c0c05725c66a546ed6c3ade0d6cd96876c65"><code>fa48c0c</code></a> chore: Clean up possible types for FunctionResult</li> <li><a href="https://github.com/googleapis/python-genai/commit/c4ea20d4068c8a65cae50d5200e9df5d384ef566"><code>c4ea20d</code></a> chore: Clean up possible types for FunctionResult</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-genai/compare/v1.62.0...v1.63.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 23:17:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-sdk#2326