Bumps the production-dependencies group with 20 updates in the /autogpt_platform/backend directory: | Package | From | To | | --- | --- | --- | | [aio-pika](https://github.com/mosquito/aio-pika) | `9.5.4` | `9.5.5` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.45.2` | `0.49.0` | | [discord-py](https://github.com/Rapptz/discord.py) | `2.4.0` | `2.5.2` | | [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `1.0.5` | `1.1.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.8` | `0.115.12` | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.2.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.160.0` | `2.166.0` | | [google-cloud-storage](https://github.com/googleapis/python-storage) | `3.0.0` | `3.1.0` | | [groq](https://github.com/groq/groq-python) | `0.18.0` | `0.20.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.5` | `3.1.6` | | [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) | `9.9.0` | `9.10.0` | | [mem0ai](https://github.com/mem0ai/mem0) | `0.1.48` | `0.1.80` | | [openai](https://github.com/openai/openai-python) | `1.61.1` | `1.69.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.1` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.1` | `2.8.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.20.0` | `2.24.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.37` | `2.0.40` | | [supabase](https://github.com/supabase/supabase-py) | `2.13.0` | `2.15.0` | Updates `aio-pika` from 9.5.4 to 9.5.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mosquito/aio-pika/blob/master/CHANGELOG.md">aio-pika's changelog</a>.</em></p> <blockquote> <h2>9.5.5</h2> <ul> <li>Replace WeakSet with set for robust channels tracking <a href="https://redirect.github.com/mosquito/aio-pika/issues/666">#666</a> by shushpanov</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0d442ba73d"><code>0d442ba</code></a> Bump to 9.5.5</li> <li><a href="7796f83e85"><code>7796f83</code></a> Merge pull request <a href="https://redirect.github.com/mosquito/aio-pika/issues/666">#666</a> from shushpanov/use_set_instead_of_week_set</li> <li><a href="3a94dbdaaa"><code>3a94dbd</code></a> Currently, <code>RobustChannel</code> uses <code>WeakSet</code> to track exchanges and queues for r...</li> <li>See full diff in <a href="https://github.com/mosquito/aio-pika/compare/9.5.4...9.5.5">compare view</a></li> </ul> </details> <br /> Updates `anthropic` from 0.45.2 to 0.49.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-python/releases">anthropic's releases</a>.</em></p> <blockquote> <h2>v0.49.0</h2> <h2>0.49.0 (2025-02-28)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.48.0...v0.49.0">v0.48.0...v0.49.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for disabling tool calls (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/888">#888</a>) (<a href="bfde3d2978">bfde3d2</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>docs:</strong> update client docstring (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/887">#887</a>) (<a href="4d3ec5ec5b">4d3ec5e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>update URLs from stainlessapi.com to stainless.com (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/885">#885</a>) (<a href="312364b9b5">312364b</a>)</li> </ul> <h2>v0.48.0</h2> <h2>0.48.0 (2025-02-27)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.47.2...v0.48.0">v0.47.2...v0.48.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add URL source blocks for images and PDFs (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/884">#884</a>) (<a href="e6b3a70ffb">e6b3a70</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>add thinking examples (<a href="f46324863d">f463248</a>)</li> </ul> <h2>v0.47.2</h2> <h2>0.47.2 (2025-02-25)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.47.1...v0.47.2">v0.47.1...v0.47.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>beta:</strong> add thinking to beta.messages.stream (<a href="69e3db1de0">69e3db1</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> properly set <strong>pydantic_private</strong> (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/879">#879</a>) (<a href="3537a3bb22">3537a3b</a>)</li> </ul> <h2>v0.47.1</h2> <h2>0.47.1 (2025-02-24)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md">anthropic's changelog</a>.</em></p> <blockquote> <h2>0.49.0 (2025-02-28)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.48.0...v0.49.0">v0.48.0...v0.49.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for disabling tool calls (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/888">#888</a>) (<a href="bfde3d2978">bfde3d2</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>docs:</strong> update client docstring (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/887">#887</a>) (<a href="4d3ec5ec5b">4d3ec5e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>update URLs from stainlessapi.com to stainless.com (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/885">#885</a>) (<a href="312364b9b5">312364b</a>)</li> </ul> <h2>0.48.0 (2025-02-27)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.47.2...v0.48.0">v0.47.2...v0.48.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add URL source blocks for images and PDFs (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/884">#884</a>) (<a href="e6b3a70ffb">e6b3a70</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>add thinking examples (<a href="f46324863d">f463248</a>)</li> </ul> <h2>0.47.2 (2025-02-25)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.47.1...v0.47.2">v0.47.1...v0.47.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>beta:</strong> add thinking to beta.messages.stream (<a href="69e3db1de0">69e3db1</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> properly set <strong>pydantic_private</strong> (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/879">#879</a>) (<a href="3537a3bb22">3537a3b</a>)</li> </ul> <h2>0.47.1 (2025-02-24)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.47.0...v0.47.1">v0.47.0...v0.47.1</a></p> <h3>Chores</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="8b244157a7"><code>8b24415</code></a> release: 0.49.0</li> <li><a href="5e605db5db"><code>5e605db</code></a> feat(api): add support for disabling tool calls (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/888">#888</a>)</li> <li><a href="810f434ec1"><code>810f434</code></a> chore(docs): update client docstring (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/887">#887</a>)</li> <li><a href="859993cf66"><code>859993c</code></a> docs: update URLs from stainlessapi.com to stainless.com (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/885">#885</a>)</li> <li><a href="6c08e05ab4"><code>6c08e05</code></a> release: 0.48.0</li> <li><a href="90481732c9"><code>9048173</code></a> feat(api): add URL source blocks for images and PDFs (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/884">#884</a>)</li> <li><a href="b5aaa3caca"><code>b5aaa3c</code></a> docs: add thinking examples</li> <li><a href="599f2b9a95"><code>599f2b9</code></a> release: 0.47.2</li> <li><a href="8fe5f5ce50"><code>8fe5f5c</code></a> fix(beta): add thinking to beta.messages.stream</li> <li><a href="7e49d854c7"><code>7e49d85</code></a> chore(internal): properly set <strong>pydantic_private</strong> (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/879">#879</a>)</li> <li>Additional commits viewable in <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.45.2...v0.49.0">compare view</a></li> </ul> </details> <br /> Updates `discord-py` from 2.4.0 to 2.5.2 <details> <summary>Commits</summary> <ul> <li><a href="d2a6ccf715"><code>d2a6ccf</code></a> Version bump to v2.5.2</li> <li><a href="f4bce1caf0"><code>f4bce1c</code></a> Add changelog for v2.5.2</li> <li><a href="8594dd1b30"><code>8594dd1</code></a> Fix embed media flags regression</li> <li><a href="2f8b2624f1"><code>2f8b262</code></a> Fix improper class in audit log docs</li> <li><a href="973bb5089f"><code>973bb50</code></a> Version bump for development</li> <li><a href="73f261d536"><code>73f261d</code></a> Version bump to v2.5.1</li> <li><a href="6b0a6eea66"><code>6b0a6ee</code></a> Add v2.5.1 changelog</li> <li><a href="cab4732b7e"><code>cab4732</code></a> Make embed flags required and add them to all media fields</li> <li><a href="de5720e659"><code>de5720e</code></a> Fix attachment is_spoiler() and is_voice_message()</li> <li><a href="fbe2b358fc"><code>fbe2b35</code></a> Add note about NotFound for Messageable.send</li> <li>Additional commits viewable in <a href="https://github.com/Rapptz/discord.py/compare/v2.4.0...v2.5.2">compare view</a></li> </ul> </details> <br /> Updates `e2b-code-interpreter` from 1.0.5 to 1.1.1 <details> <summary>Commits</summary> <ul> <li><a href="3fe798e18b"><code>3fe798e</code></a> Fix <code>to_json</code> method for charts (<a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/68">#68</a>)</li> <li><a href="1c4ac6ce6c"><code>1c4ac6c</code></a> Merge pull request <a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/67">#67</a> from e2b-dev/send-notification-to-releases-channel</li> <li><a href="6c0bb19dd5"><code>6c0bb19</code></a> Send releases notification to dedicated channel</li> <li><a href="916390e04b"><code>916390e</code></a> [skip ci] Release new versions</li> <li><a href="3bf76d77ae"><code>3bf76d7</code></a> Merge pull request <a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/66">#66</a> from e2b-dev/fix-sdk-gen-non-esm-import</li> <li><a href="30f3b24c9c"><code>30f3b24</code></a> Merge branch 'main' into fix-sdk-gen-non-esm-import</li> <li><a href="455d71794c"><code>455d717</code></a> update pnpm lockfile</li> <li><a href="418c069163"><code>418c069</code></a> Merge pull request <a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/65">#65</a> from e2b-dev/fix-sdk-gen-non-esm-import</li> <li><a href="c30f7e9934"><code>c30f7e9</code></a> pin typdoc and typedoc-markdown to non-breaking versions in js-sdk</li> <li><a href="f651795436"><code>f651795</code></a> Merge pull request <a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/64">#64</a> from e2b-dev/mlejva-patch-1</li> <li>Additional commits viewable in <a href="https://github.com/e2b-dev/code-interpreter/compare/@e2b/code-interpreter-python@1.0.5...@e2b/code-interpreter-python@1.1.1">compare view</a></li> </ul> </details> <br /> Updates `fastapi` from 0.115.8 to 0.115.12 <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.115.12</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix <code>convert_underscores=False</code> for header Pydantic models. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13515">#13515</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Update <code>docs/en/docs/tutorial/middleware.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13444">#13444</a> by <a href="https://github.com/Rishat-F"><code>@Rishat-F</code></a>.</li> <li>👥 Update FastAPI People - Experts. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13493">#13493</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Ukrainian translation for <code>docs/uk/docs/tutorial/metadata.md</code> page. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13459">#13459</a> by <a href="https://github.com/valentinDruzhinin"><code>@valentinDruzhinin</code></a>.</li> <li>🌐 Add Ukrainian translation for <code>docs/uk/docs/tutorial/response-status-code.md</code> page. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13462">#13462</a> by <a href="https://github.com/valentinDruzhinin"><code>@valentinDruzhinin</code></a>.</li> <li>🌐 Add Ukrainian translation for <code>docs/uk/docs/tutorial/cookie-param-models.md</code> page. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13460">#13460</a> by <a href="https://github.com/valentinDruzhinin"><code>@valentinDruzhinin</code></a>.</li> <li>🌐 Add Ukrainian translation for <code>docs/uk/docs/tutorial/header-param-models.md</code> page. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13461">#13461</a> by <a href="https://github.com/valentinDruzhinin"><code>@valentinDruzhinin</code></a>.</li> <li>🌐 Add Japanese translation for <code>docs/ja/docs/virtual-environments.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13304">#13304</a> by <a href="https://github.com/k94-ishi"><code>@k94-ishi</code></a>.</li> <li>🌐 Add Korean translation for <code>docs/ko/docs/tutorial/security/oauth2-jwt.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13333">#13333</a> by <a href="https://github.com/yes0ng"><code>@yes0ng</code></a>.</li> <li>🌐 Add Vietnamese translation for <code>docs/vi/docs/deployment/cloud.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13407">#13407</a> by <a href="https://github.com/ptt3199"><code>@ptt3199</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆ Bump pydantic-ai from 0.0.15 to 0.0.30. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13438">#13438</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump sqlmodel from 0.0.22 to 0.0.23. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13437">#13437</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump black from 24.10.0 to 25.1.0. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13436">#13436</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff to 0.9.4. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13299">#13299</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>🔧 Update sponsors: pause TestDriven. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13446">#13446</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h2>0.115.11</h2> <h3>Fixes</h3> <ul> <li>🐛 Add docs examples and tests (support) for <code>Annotated</code> custom validations, like <code>AfterValidator</code>, revert <a href="https://redirect.github.com/fastapi/fastapi/pull/13440">#13440</a>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13442">#13442</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>. <ul> <li>New docs: <a href="https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#custom-validation">Query Parameters and String Validations - Custom Validation</a>.</li> </ul> </li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Russian translation for <code>docs/ru/docs/tutorial/middleware.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13412">#13412</a> by <a href="https://github.com/alv2017"><code>@alv2017</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>👥 Update FastAPI GitHub topic repositories. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13439">#13439</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👥 Update FastAPI People - Contributors and Translators. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13432">#13432</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👥 Update FastAPI People - Sponsors. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13433">#13433</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h2>0.115.10</h2> <h3>Fixes</h3> <ul> <li>♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13314">#13314</a> by <a href="https://github.com/Viicos"><code>@Viicos</code></a>.</li> </ul> <h3>Upgrades</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="628c34e0ca"><code>628c34e</code></a> 🔖 Release version 0.115.12</li> <li><a href="8e76d4e5f4"><code>8e76d4e</code></a> 📝 Update release notes</li> <li><a href="2537d9d1c2"><code>2537d9d</code></a> 🐛 Fix <code>convert_underscores=False</code> for header Pydantic models (<a href="https://redirect.github.com/fastapi/fastapi/issues/13515">#13515</a>)</li> <li><a href="c08a3e8f22"><code>c08a3e8</code></a> 📝 Update release notes</li> <li><a href="241de23b68"><code>241de23</code></a> 📝 Update <code>docs/en/docs/tutorial/middleware.md</code> (<a href="https://redirect.github.com/fastapi/fastapi/issues/13444">#13444</a>)</li> <li><a href="4e40e1e85d"><code>4e40e1e</code></a> 📝 Update release notes</li> <li><a href="ecf6e7eec2"><code>ecf6e7e</code></a> 🌐 Add Ukrainian translation for <code>docs/uk/docs/tutorial/metadata.md</code> page (<a href="https://redirect.github.com/fastapi/fastapi/issues/13">#13</a>...</li> <li><a href="3afd733753"><code>3afd733</code></a> 📝 Update release notes</li> <li><a href="8557a88d16"><code>8557a88</code></a> 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/response-status-code.m...</li> <li><a href="e4c1dd799d"><code>e4c1dd7</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.115.8...0.115.12">compare view</a></li> </ul> </details> <br /> Updates `flake8` from 7.1.1 to 7.2.0 <details> <summary>Commits</summary> <ul> <li><a href="16f5f28a38"><code>16f5f28</code></a> Release 7.2.0</li> <li><a href="ebad305769"><code>ebad305</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8/issues/1974">#1974</a> from PyCQA/update-plugins</li> <li><a href="d56d569ce4"><code>d56d569</code></a> update versions of pycodestyle / pyflakes</li> <li><a href="a7e8f6250c"><code>a7e8f62</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8/issues/1973">#1973</a> from PyCQA/py39-plus</li> <li><a href="9d55ccdb72"><code>9d55ccd</code></a> py39+</li> <li><a href="e492aeb385"><code>e492aeb</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8/issues/1967">#1967</a> from PyCQA/unnecessary-mocks</li> <li><a href="fa2ed7145c"><code>fa2ed71</code></a> remove a few unnecessary mocks in test_checker_manager</li> <li><a href="fffee8ba9d"><code>fffee8b</code></a> Release 7.1.2</li> <li><a href="19001f77f3"><code>19001f7</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8/issues/1966">#1966</a> from PyCQA/limit-procs-to-file-count</li> <li><a href="f35737a32d"><code>f35737a</code></a> avoid starting unnecessary processes when file count is limited</li> <li>See full diff in <a href="https://github.com/pycqa/flake8/compare/7.1.1...7.2.0">compare view</a></li> </ul> </details> <br /> Updates `google-api-python-client` from 2.160.0 to 2.166.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-python-client/releases">google-api-python-client's releases</a>.</em></p> <blockquote> <h2>v2.166.0</h2> <h2><a href="https://github.com/googleapis/google-api-python-client/compare/v2.165.0...v2.166.0">2.166.0</a> (2025-03-25)</h2> <h3>Features</h3> <ul> <li><strong>aiplatform:</strong> Update the api <a href="9d050cee8d</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>alloydb:</strong> Update the api <a href="db87ff7dae</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>analyticshub:</strong> Update the api <a href="0716538951</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>apigee:</strong> Update the api <a href="2fb0b5170e</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>bigqueryreservation:</strong> Update the api <a href="98c07716c1</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>bigquery:</strong> Update the api <a href="0f85078845</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>civicinfo:</strong> Update the api <a href="f4a8692800</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>compute:</strong> Update the api <a href="daa99db3ac</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>contactcenterinsights:</strong> Update the api <a href="0ca2138859</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>container:</strong> Update the api <a href="969054e90e</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>dataplex:</strong> Update the api <a href="b1e4a4fa3a</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>dataproc:</strong> Update the api <a href="ab21a62281</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>datastream:</strong> Update the api <a href="77b0d5e5a7</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>dialogflow:</strong> Update the api <a href="cc1fce237a</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>discoveryengine:</strong> Update the api <a href="32191c2064</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>displayvideo:</strong> Update the api <a href="76088b5c22</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>documentai:</strong> Update the api <a href="79b0b5264c</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>gkebackup:</strong> Update the api <a href="0ad6b20463</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>integrations:</strong> Update the api <a href="3786649a17</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>managedkafka:</strong> Update the api <a href="7e80d5a8e7</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>merchantapi:</strong> Update the api <a href="54e2633d6c</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>monitoring:</strong> Update the api <a href="cecd16cb74</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>netapp:</strong> Update the api <a href="c2afd5c9b6</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>networkconnectivity:</strong> Update the api <a href="cabd98e33c</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>networkservices:</strong> Update the api <a href="8fb80bc60f</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>notebooks:</strong> Update the api <a href="5012558735</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>oracledatabase:</strong> Update the api <a href="c892cd5c07</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>pubsub:</strong> Update the api <a href="6bf4e2d990</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>securitycenter:</strong> Update the api <a href="5a7dfccd9b</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>verifiedaccess:</strong> Update the api <a href="d58429ee48</a> (<a href="722da7de01">722da7d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>chat:</strong> Update the api <a href="eceac9d703</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>storage:</strong> Update the api <a href="56ff88eecd</a> (<a href="722da7de01">722da7d</a>)</li> <li><strong>sts:</strong> Update the api <a href="63ec516264</a> (<a href="722da7de01">722da7d</a>)</li> </ul> <h2>v2.165.0</h2> <h2><a href="https://github.com/googleapis/google-api-python-client/compare/v2.164.0...v2.165.0">2.165.0</a> (2025-03-18)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="7633383ffc"><code>7633383</code></a> chore(main): release 2.166.0 (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2586">#2586</a>)</li> <li><a href="722da7de01"><code>722da7d</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2585">#2585</a>)</li> <li><a href="e9fb04c74d"><code>e9fb04c</code></a> chore(main): release 2.165.0 (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2581">#2581</a>)</li> <li><a href="935c167ae7"><code>935c167</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2582">#2582</a>)</li> <li><a href="21847efba0"><code>21847ef</code></a> fix: resolve issue where pre-release versions of dependencies are installed (...</li> <li><a href="0b1875f676"><code>0b1875f</code></a> chore(main): release 2.164.0 (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2578">#2578</a>)</li> <li><a href="390e213906"><code>390e213</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2577">#2577</a>)</li> <li><a href="df40ac60f2"><code>df40ac6</code></a> chore: remove unused files (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2575">#2575</a>)</li> <li><a href="6bf97861c4"><code>6bf9786</code></a> chore(main): release 2.163.0 (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2572">#2572</a>)</li> <li><a href="8bc64e5e1a"><code>8bc64e5</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2571">#2571</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-python-client/compare/v2.160.0...v2.166.0">compare view</a></li> </ul> </details> <br /> Updates `google-cloud-storage` from 3.0.0 to 3.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-storage/releases">google-cloud-storage's releases</a>.</em></p> <blockquote> <h2>v3.1.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.0.0...v3.1.0">3.1.0</a> (2025-02-27)</h2> <h3>Features</h3> <ul> <li>Add api_key argument to Client constructor (<a href="https://redirect.github.com/googleapis/python-storage/issues/1441">#1441</a>) (<a href="c869e15ec5">c869e15</a>)</li> <li>Add Bucket.move_blob() for HNS-enabled buckets (<a href="https://redirect.github.com/googleapis/python-storage/issues/1431">#1431</a>) (<a href="24c000fb7b">24c000f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md">google-cloud-storage's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.0.0...v3.1.0">3.1.0</a> (2025-02-27)</h2> <h3>Features</h3> <ul> <li>Add api_key argument to Client constructor (<a href="https://redirect.github.com/googleapis/python-storage/issues/1441">#1441</a>) (<a href="c869e15ec5">c869e15</a>)</li> <li>Add Bucket.move_blob() for HNS-enabled buckets (<a href="https://redirect.github.com/googleapis/python-storage/issues/1431">#1431</a>) (<a href="24c000fb7b">24c000f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="aa7afdff7e"><code>aa7afdf</code></a> chore(main): release 3.1.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1435">#1435</a>)</li> <li><a href="c869e15ec5"><code>c869e15</code></a> Feat: Add api_key argument to Client constructor (<a href="https://redirect.github.com/googleapis/python-storage/issues/1441">#1441</a>)</li> <li><a href="b58d3190c9"><code>b58d319</code></a> chore(deps): bump virtualenv from 20.26.3 to 20.26.6 in /.kokoro (<a href="https://redirect.github.com/googleapis/python-storage/issues/1412">#1412</a>)</li> <li><a href="0378b44400"><code>0378b44</code></a> chore: move create_trace_span context manager within (<a href="https://redirect.github.com/googleapis/python-storage/issues/1443">#1443</a>)</li> <li><a href="511b6f5c2b"><code>511b6f5</code></a> chore(python): conditionally load credentials in .kokoro/build.sh (<a href="https://redirect.github.com/googleapis/python-storage/issues/1440">#1440</a>)</li> <li><a href="b08aa0b131"><code>b08aa0b</code></a> chore: set gcs-sdk-team as CODEOWNER (<a href="https://redirect.github.com/googleapis/python-storage/issues/1442">#1442</a>)</li> <li><a href="24c000fb7b"><code>24c000f</code></a> feat: add Bucket.move_blob() for HNS-enabled buckets (<a href="https://redirect.github.com/googleapis/python-storage/issues/1431">#1431</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/python-storage/compare/v3.0.0...v3.1.0">compare view</a></li> </ul> </details> <br /> Updates `groq` from 0.18.0 to 0.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/groq/groq-python/releases">groq's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <h2>0.20.0 (2025-03-19)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.19.0...v0.20.0">v0.19.0...v0.20.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add speech endpoint (<a href="https://redirect.github.com/groq/groq-python/issues/219">#219</a>) (<a href="f150801968">f150801</a>)</li> <li><strong>api:</strong> api update (<a href="https://redirect.github.com/groq/groq-python/issues/218">#218</a>) (<a href="c124862e24">c124862</a>)</li> <li><strong>api:</strong> api update (<a href="https://redirect.github.com/groq/groq-python/issues/220">#220</a>) (<a href="f4eeb8d8be">f4eeb8d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> ensure pip is always available (<a href="https://redirect.github.com/groq/groq-python/issues/216">#216</a>) (<a href="085166c129">085166c</a>)</li> <li><strong>ci:</strong> remove publishing patch (<a href="https://redirect.github.com/groq/groq-python/issues/217">#217</a>) (<a href="fb579e87a3">fb579e8</a>)</li> <li><strong>types:</strong> handle more discriminated union shapes (<a href="https://redirect.github.com/groq/groq-python/issues/215">#215</a>) (<a href="5c72e94d51">5c72e94</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> bump rye to 0.44.0 (<a href="https://redirect.github.com/groq/groq-python/issues/214">#214</a>) (<a href="66feae21c5">66feae2</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://redirect.github.com/groq/groq-python/issues/213">#213</a>) (<a href="7a1627444b">7a16274</a>)</li> <li><strong>internal:</strong> remove extra empty newlines (<a href="https://redirect.github.com/groq/groq-python/issues/211">#211</a>) (<a href="4187fa110f">4187fa1</a>)</li> </ul> <h2>v0.19.0</h2> <h2>0.19.0 (2025-03-11)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.18.0...v0.19.0">v0.18.0...v0.19.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://redirect.github.com/groq/groq-python/issues/209">#209</a>) (<a href="15e2dca833">15e2dca</a>)</li> <li><strong>client:</strong> allow passing <code>NotGiven</code> for body (<a href="https://redirect.github.com/groq/groq-python/issues/200">#200</a>) (<a href="afa6c0fc01">afa6c0f</a>)</li> <li><strong>client:</strong> send <code>X-Stainless-Read-Timeout</code> header (<a href="https://redirect.github.com/groq/groq-python/issues/193">#193</a>) (<a href="e8911a43d6">e8911a4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add reasoning field to ChoiceDelta class (<a href="edfee3b6c5">edfee3b</a>)</li> <li>asyncify on non-asyncio runtimes (<a href="https://redirect.github.com/groq/groq-python/issues/198">#198</a>) (<a href="49387fe83c">49387fe</a>)</li> <li><strong>client:</strong> mark some request bodies as optional (<a href="afa6c0fc01">afa6c0f</a>)</li> <li>GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (<a href="662763a5ea">662763a</a>)</li> <li>GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (<a href="5298ec1a8c">5298ec1</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> remove chat_completion_chunk to force a rebuild of it (<a href="https://redirect.github.com/groq/groq-python/issues/208">#208</a>) (<a href="01fb0d14e4">01fb0d1</a>)</li> <li><strong>docs:</strong> update client docstring (<a href="https://redirect.github.com/groq/groq-python/issues/204">#204</a>) (<a href="a0f45996ff">a0f4599</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/groq/groq-python/blob/main/CHANGELOG.md">groq's changelog</a>.</em></p> <blockquote> <h2>0.20.0 (2025-03-19)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.19.0...v0.20.0">v0.19.0...v0.20.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add speech endpoint (<a href="https://redirect.github.com/groq/groq-python/issues/219">#219</a>) (<a href="f150801968">f150801</a>)</li> <li><strong>api:</strong> api update (<a href="https://redirect.github.com/groq/groq-python/issues/218">#218</a>) (<a href="c124862e24">c124862</a>)</li> <li><strong>api:</strong> api update (<a href="https://redirect.github.com/groq/groq-python/issues/220">#220</a>) (<a href="f4eeb8d8be">f4eeb8d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> ensure pip is always available (<a href="https://redirect.github.com/groq/groq-python/issues/216">#216</a>) (<a href="085166c129">085166c</a>)</li> <li><strong>ci:</strong> remove publishing patch (<a href="https://redirect.github.com/groq/groq-python/issues/217">#217</a>) (<a href="fb579e87a3">fb579e8</a>)</li> <li><strong>types:</strong> handle more discriminated union shapes (<a href="https://redirect.github.com/groq/groq-python/issues/215">#215</a>) (<a href="5c72e94d51">5c72e94</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> bump rye to 0.44.0 (<a href="https://redirect.github.com/groq/groq-python/issues/214">#214</a>) (<a href="66feae21c5">66feae2</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://redirect.github.com/groq/groq-python/issues/213">#213</a>) (<a href="7a1627444b">7a16274</a>)</li> <li><strong>internal:</strong> remove extra empty newlines (<a href="https://redirect.github.com/groq/groq-python/issues/211">#211</a>) (<a href="4187fa110f">4187fa1</a>)</li> </ul> <h2>0.19.0 (2025-03-11)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.18.0...v0.19.0">v0.18.0...v0.19.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://redirect.github.com/groq/groq-python/issues/209">#209</a>) (<a href="15e2dca833">15e2dca</a>)</li> <li><strong>client:</strong> allow passing <code>NotGiven</code> for body (<a href="https://redirect.github.com/groq/groq-python/issues/200">#200</a>) (<a href="afa6c0fc01">afa6c0f</a>)</li> <li><strong>client:</strong> send <code>X-Stainless-Read-Timeout</code> header (<a href="https://redirect.github.com/groq/groq-python/issues/193">#193</a>) (<a href="e8911a43d6">e8911a4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add reasoning field to ChoiceDelta class (<a href="edfee3b6c5">edfee3b</a>)</li> <li>asyncify on non-asyncio runtimes (<a href="https://redirect.github.com/groq/groq-python/issues/198">#198</a>) (<a href="49387fe83c">49387fe</a>)</li> <li><strong>client:</strong> mark some request bodies as optional (<a href="afa6c0fc01">afa6c0f</a>)</li> <li>GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (<a href="662763a5ea">662763a</a>)</li> <li>GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (<a href="5298ec1a8c">5298ec1</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> remove chat_completion_chunk to force a rebuild of it (<a href="https://redirect.github.com/groq/groq-python/issues/208">#208</a>) (<a href="01fb0d14e4">01fb0d1</a>)</li> <li><strong>docs:</strong> update client docstring (<a href="https://redirect.github.com/groq/groq-python/issues/204">#204</a>) (<a href="a0f45996ff">a0f4599</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://redirect.github.com/groq/groq-python/issues/199">#199</a>) (<a href="de2ac71d68">de2ac71</a>)</li> <li><strong>internal:</strong> fix devcontainers setup (<a href="https://redirect.github.com/groq/groq-python/issues/201">#201</a>) (<a href="af101ee282">af101ee</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="9f14aacde8"><code>9f14aac</code></a> release: 0.20.0 (<a href="https://redirect.github.com/groq/groq-python/issues/212">#212</a>)</li> <li><a href="90be0841aa"><code>90be084</code></a> release: 0.19.0 (<a href="https://redirect.github.com/groq/groq-python/issues/194">#194</a>)</li> <li><a href="662763a5ea"><code>662763a</code></a> fix: GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci]</li> <li><a href="5298ec1a8c"><code>5298ec1</code></a> fix: GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci]</li> <li>See full diff in <a href="https://github.com/groq/groq-python/compare/v0.18.0...v0.20.0">compare view</a></li> </ul> </details> <br /> Updates `jinja2` from 3.1.5 to 3.1.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/jinja/releases">jinja2's releases</a>.</em></p> <blockquote> <h2>3.1.6</h2> <p>This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.</p> <p>PyPI: <a href="https://pypi.org/project/Jinja2/3.1.6/">https://pypi.org/project/Jinja2/3.1.6/</a> Changes: <a href="https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-6">https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-6</a></p> <ul> <li>The <code>|attr</code> filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. <a href="https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7">https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/jinja/blob/main/CHANGES.rst">jinja2's changelog</a>.</em></p> <blockquote> <h2>Version 3.1.6</h2> <p>Released 2025-03-05</p> <ul> <li>The <code>|attr</code> filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. :ghsa:<code>cpwx-vrp4-4pq7</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="15206881c0"><code>1520688</code></a> release version 3.1.6</li> <li><a href="90457bbf33"><code>90457bb</code></a> Merge commit from fork</li> <li><a href="065334d1ee"><code>065334d</code></a> attr filter uses env.getattr</li> <li><a href="033c20015c"><code>033c200</code></a> start version 3.1.6</li> <li><a href="bc68d4efa9"><code>bc68d4e</code></a> use global contributing guide (<a href="https://redirect.github.com/pallets/jinja/issues/2070">#2070</a>)</li> <li><a href="247de5e0c5"><code>247de5e</code></a> use global contributing guide</li> <li><a href="ab8218c7a1"><code>ab8218c</code></a> use project advisory link instead of global</li> <li><a href="b4ffc8ff29"><code>b4ffc8f</code></a> release version 3.1.5 (<a href="https://redirect.github.com/pallets/jinja/issues/2066">#2066</a>)</li> <li>See full diff in <a href="https://github.com/pallets/jinja/compare/3.1.5...3.1.6">compare view</a></li> </ul> </details> <br /> Updates `launchdarkly-server-sdk` from 9.9.0 to 9.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/launchdarkly/python-server-sdk/releases">launchdarkly-server-sdk's releases</a>.</em></p> <blockquote> <h2>v9.10.0</h2> <h2><a href="https://github.com/launchdarkly/python-server-sdk/compare/9.9.0...9.10.0">9.10.0</a> (2025-03-13)</h2> <h3>Features</h3> <ul> <li>Inline context for custom and migration op events (<a href="https://redirect.github.com/launchdarkly/python-server-sdk/issues/327">#327</a>) (<a href="ecfd56cc91">ecfd56c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchdarkly/python-server-sdk/blob/main/CHANGELOG.md">launchdarkly-server-sdk's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/launchdarkly/python-server-sdk/compare/9.9.0...9.10.0">9.10.0</a> (2025-03-13)</h2> <h3>Features</h3> <ul> <li>Inline context for custom and migration op events (<a href="https://redirect.github.com/launchdarkly/python-server-sdk/issues/327">#327</a>) (<a href="ecfd56cc91">ecfd56c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b7145ea004"><code>b7145ea</code></a> chore(main): release 9.10.0 (<a href="https://redirect.github.com/launchdarkly/python-server-sdk/issues/328">#328</a>)</li> <li><a href="ecfd56cc91"><code>ecfd56c</code></a> feat: Inline context for custom and migration op events (<a href="https://redirect.github.com/launchdarkly/python-server-sdk/issues/327">#327</a>)</li> <li>See full diff in <a href="https://github.com/launchdarkly/python-server-sdk/compare/9.9.0...9.10.0">compare view</a></li> </ul> </details> <br /> Updates `mem0ai` from 0.1.48 to 0.1.80 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mem0ai/mem0/releases">mem0ai's releases</a>.</em></p> <blockquote> <h2>0.1.80</h2> <h2>What's Changed</h2> <ul> <li>[Feature] Add support for hybrid search for pinecone vector database by <a href="https://github.com/deshraj"><code>@deshraj</code></a> in <a href="https://redirect.github.com/embedchain/embedchain/pull/1259">embedchain/embedchain#1259</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/embedchain/embedchain/compare/0.1.79...0.1.80">https://github.com/embedchain/embedchain/compare/0.1.79...0.1.80</a></p> <h2>v0.1.80</h2> <h2>What's Changed</h2> <ul> <li>Update for faiss doc by <a href="https://github.com/Dev-Khant"><code>@Dev-Khant</code></a> in <a href="https://redirect.github.com/mem0ai/mem0/pull/2464">mem0ai/mem0#2464</a></li> <li>Add support for procedural memory by <a href="https://github.com/deshraj"><code>@deshraj</code></a> in <a href="https://redirect.github.com/mem0ai/mem0/pull/2460">mem0ai/mem0#2460</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mem0ai/mem0/compare/v0.1.79...v0.1.80">https://github.com/mem0ai/mem0/compare/v0.1.79...v0.1.80</a></p> <h2>0.1.79</h2> <h2>What's Changed</h2> <ul> <li>[Bug fix] Fix vertex ai integration issue by <a href="https://github.com/deshraj"><code>@deshraj</code></a> in <a href="https://redirect.github.com/embedchain/embedchain/pull/1257">embedchain/embedchain#1257</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/embedchain/embedchain/compare/0.1.78...0.1.79">https://github.com/embedchain/embedchain/compare/0.1.78...0.1.79</a></p> <h2>v0.1.79</h2> <h2>What's Changed</h2> <ul> <li>update changelog by <a href="https://github.com/Dev-Khant"><code>@Dev-Khant</code></a> in <a href="https://redirect.github.com/mem0ai/mem0/pull/2462">mem0ai/mem0#2462</a></li> <li>bump version -> 0.1.79 by <a href="https://github.com/Dev-Khant"><code>@Dev-Khant</code></a> in <a href="https://redirect.github.com/mem0ai/mem0/pull/2463">mem0ai/mem0#2... _Description has been truncated_ --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co>
AutoGPT Platform
Welcome to the AutoGPT Platform - a powerful system for creating and running AI agents to solve business problems. This platform enables you to harness the power of artificial intelligence to automate tasks, analyze data, and generate insights for your organization.
Getting Started
Prerequisites
- Docker
- Docker Compose V2 (comes with Docker Desktop, or can be installed separately)
- Node.js & NPM (for running the frontend application)
Running the System
To run the AutoGPT Platform, follow these steps:
-
Clone this repository to your local machine and navigate to the
autogpt_platformdirectory within the repository:git clone <https://github.com/Significant-Gravitas/AutoGPT.git | git@github.com:Significant-Gravitas/AutoGPT.git> cd AutoGPT/autogpt_platform -
Run the following command:
cp .env.example .envThis command will copy the
.env.examplefile to.env. You can modify the.envfile to add your own environment variables. -
Run the following command:
docker compose up -dThis command will start all the necessary backend services defined in the
docker-compose.ymlfile in detached mode. -
Navigate to
frontendwithin theautogpt_platformdirectory:cd frontendYou will need to run your frontend application separately on your local machine.
-
Run the following command:
cp .env.example .env.localThis command will copy the
.env.examplefile to.env.localin thefrontenddirectory. You can modify the.env.localwithin this folder to add your own environment variables for the frontend application. -
Run the following command:
npm install npm run devThis command will install the necessary dependencies and start the frontend application in development mode. If you are using Yarn, you can run the following commands instead:
yarn install && yarn dev -
Open your browser and navigate to
http://localhost:3000to access the AutoGPT Platform frontend.
Docker Compose Commands
Here are some useful Docker Compose commands for managing your AutoGPT Platform:
docker compose up -d: Start the services in detached mode.docker compose stop: Stop the running services without removing them.docker compose rm: Remove stopped service containers.docker compose build: Build or rebuild services.docker compose down: Stop and remove containers, networks, and volumes.docker compose watch: Watch for changes in your services and automatically update them.
Sample Scenarios
Here are some common scenarios where you might use multiple Docker Compose commands:
-
Updating and restarting a specific service:
docker compose build api_srv docker compose up -d --no-deps api_srvThis rebuilds the
api_srvservice and restarts it without affecting other services. -
Viewing logs for troubleshooting:
docker compose logs -f api_srv ws_srvThis shows and follows the logs for both
api_srvandws_srvservices. -
Scaling a service for increased load:
docker compose up -d --scale executor=3This scales the
executorservice to 3 instances to handle increased load. -
Stopping the entire system for maintenance:
docker compose stop docker compose rm -f docker compose pull docker compose up -dThis stops all services, removes containers, pulls the latest images, and restarts the system.
-
Developing with live updates:
docker compose watchThis watches for changes in your code and automatically updates the relevant services.
-
Checking the status of services:
docker compose psThis shows the current status of all services defined in your docker-compose.yml file.
These scenarios demonstrate how to use Docker Compose commands in combination to manage your AutoGPT Platform effectively.
Persisting Data
To persist data for PostgreSQL and Redis, you can modify the docker-compose.yml file to add volumes. Here's how:
-
Open the
docker-compose.ymlfile in a text editor. -
Add volume configurations for PostgreSQL and Redis services:
services: postgres: # ... other configurations ... volumes: - postgres_data:/var/lib/postgresql/data redis: # ... other configurations ... volumes: - redis_data:/data volumes: postgres_data: redis_data: -
Save the file and run
docker compose up -dto apply the changes.
This configuration will create named volumes for PostgreSQL and Redis, ensuring that your data persists across container restarts.