Bumps the production-dependencies group with 4 updates in the /autogpt_platform/autogpt_libs directory: [google-cloud-logging](https://github.com/googleapis/python-logging), [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [supabase](https://github.com/supabase/supabase-py). Updates `google-cloud-logging` from 3.11.4 to 3.12.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-logging/releases">google-cloud-logging's releases</a>.</em></p> <blockquote> <h2>v3.12.1</h2> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.12.0...v3.12.1">3.12.1</a> (2025-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>Make logging handler close conditional to having the transport opened (<a href="https://redirect.github.com/googleapis/python-logging/issues/990">#990</a>) (<a href="66c6b91725">66c6b91</a>)</li> </ul> <h2>v3.12.0</h2> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.11.4...v3.12.0">3.12.0</a> (2025-04-10)</h2> <h3>Features</h3> <ul> <li>Add REST Interceptors which support reading metadata (<a href="681bcc5c1f">681bcc5</a>)</li> <li>Add support for opt-in debug logging (<a href="681bcc5c1f">681bcc5</a>)</li> <li>Added flushes/close functionality to logging handlers (<a href="https://redirect.github.com/googleapis/python-logging/issues/917">#917</a>) (<a href="d179304b34">d179304</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Allow protobuf 6.x (<a href="https://redirect.github.com/googleapis/python-logging/issues/977">#977</a>) (<a href="6757890013">6757890</a>)</li> <li><strong>deps:</strong> Require google-cloud-audit-log >= 0.3.1 (<a href="https://redirect.github.com/googleapis/python-logging/issues/979">#979</a>) (<a href="1cc00ecf64">1cc00ec</a>)</li> <li>Fix typing issue with gRPC metadata when key ends in -bin (<a href="681bcc5c1f">681bcc5</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Added documentation on log_level and excluded_loggers params in setup_logging (<a href="https://redirect.github.com/googleapis/python-logging/issues/971">#971</a>) (<a href="70d9d25bf8">70d9d25</a>)</li> <li>Update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-logging/issues/972">#972</a>) (<a href="52cd907bb3">52cd907</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-logging/blob/main/CHANGELOG.md">google-cloud-logging's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.12.0...v3.12.1">3.12.1</a> (2025-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>Make logging handler close conditional to having the transport opened (<a href="https://redirect.github.com/googleapis/python-logging/issues/990">#990</a>) (<a href="66c6b91725">66c6b91</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.11.4...v3.12.0">3.12.0</a> (2025-04-10)</h2> <h3>Features</h3> <ul> <li>Add REST Interceptors which support reading metadata (<a href="681bcc5c1f">681bcc5</a>)</li> <li>Add support for opt-in debug logging (<a href="681bcc5c1f">681bcc5</a>)</li> <li>Added flushes/close functionality to logging handlers (<a href="https://redirect.github.com/googleapis/python-logging/issues/917">#917</a>) (<a href="d179304b34">d179304</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Allow protobuf 6.x (<a href="https://redirect.github.com/googleapis/python-logging/issues/977">#977</a>) (<a href="6757890013">6757890</a>)</li> <li><strong>deps:</strong> Require google-cloud-audit-log >= 0.3.1 (<a href="https://redirect.github.com/googleapis/python-logging/issues/979">#979</a>) (<a href="1cc00ecf64">1cc00ec</a>)</li> <li>Fix typing issue with gRPC metadata when key ends in -bin (<a href="681bcc5c1f">681bcc5</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Added documentation on log_level and excluded_loggers params in setup_logging (<a href="https://redirect.github.com/googleapis/python-logging/issues/971">#971</a>) (<a href="70d9d25bf8">70d9d25</a>)</li> <li>Update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-logging/issues/972">#972</a>) (<a href="52cd907bb3">52cd907</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f4fb25ab6f"><code>f4fb25a</code></a> chore(main): release 3.12.1 (<a href="https://redirect.github.com/googleapis/python-logging/issues/992">#992</a>)</li> <li><a href="66c6b91725"><code>66c6b91</code></a> fix: make logging handler close conditional to having the transport opened (#...</li> <li><a href="5f89b5f77d"><code>5f89b5f</code></a> chore(main): release 3.12.0 (<a href="https://redirect.github.com/googleapis/python-logging/issues/973">#973</a>)</li> <li><a href="5db27c2ac0"><code>5db27c2</code></a> chore(python): remove .flake8 configuration file in templates (<a href="https://redirect.github.com/googleapis/python-logging/issues/983">#983</a>)</li> <li><a href="d179304b34"><code>d179304</code></a> feat: Added flushes/close functionality to logging handlers (<a href="https://redirect.github.com/googleapis/python-logging/issues/917">#917</a>)</li> <li><a href="1cc00ecf64"><code>1cc00ec</code></a> fix(deps): require google-cloud-audit-log >= 0.3.1 (<a href="https://redirect.github.com/googleapis/python-logging/issues/979">#979</a>)</li> <li><a href="42387bf63f"><code>42387bf</code></a> chore: Update gapic-generator-python to 1.23.6 (<a href="https://redirect.github.com/googleapis/python-logging/issues/982">#982</a>)</li> <li><a href="52cd907bb3"><code>52cd907</code></a> docs: update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-logging/issues/972">#972</a>)</li> <li><a href="6757890013"><code>6757890</code></a> fix: Allow protobuf 6.x (<a href="https://redirect.github.com/googleapis/python-logging/issues/977">#977</a>)</li> <li><a href="40b1a528df"><code>40b1a52</code></a> chore: remove unused files (<a href="https://redirect.github.com/googleapis/python-logging/issues/976">#976</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-logging/compare/v3.11.4...v3.12.1">compare view</a></li> </ul> </details> <br /> Updates `pydantic` from 2.11.1 to 2.11.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic's releases</a>.</em></p> <blockquote> <h2>v2.11.4 2025-04-29</h2> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>mkdocs-llmstxt</code> to v0.2.0 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11725">#11725</a></li> </ul> <h4>Changes</h4> <ul> <li>Allow config and bases to be specified together in <code>create_model()</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11714">#11714</a>. This change was backported as it was previously possible (although not meant to be supported) to provide <code>model_config</code> as a field, which would make it possible to provide both configuration and bases.</li> </ul> <h4>Fixes</h4> <ul> <li>Remove generics cache workaround by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11755">#11755</a></li> <li>Remove coercion of decimal constraints by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11772">#11772</a></li> <li>Fix crash when expanding root type in the mypy plugin by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11735">#11735</a></li> <li>Fix issue with recursive generic models by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11775">#11775</a></li> <li>Traverse <code>function-before</code> schemas during schema gathering by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11801">#11801</a></li> </ul> <h2>v2.11.3 2025-04-08</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Packaging</h3> <ul> <li>Update V1 copy to v1.10.21 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11706">pydantic/pydantic#11706</a></li> </ul> <h3>Fixes</h3> <ul> <li>Preserve field description when rebuilding model fields by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11698">pydantic/pydantic#11698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.11.2...v2.11.3">https://github.com/pydantic/pydantic/compare/v2.11.2...v2.11.3</a></p> <h2>v2.11.2 2025-04-03</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Bump <code>pydantic-core</code> to v2.33.1 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11678">pydantic/pydantic#11678</a></li> <li>Make sure <code>__pydantic_private__</code> exists before setting private attributes by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11666">pydantic/pydantic#11666</a></li> <li>Do not override <code>FieldInfo._complete</code> when using field from parent class by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11668">pydantic/pydantic#11668</a></li> <li>Provide the available definitions when applying discriminated unions by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11670">pydantic/pydantic#11670</a></li> <li>Do not expand root type in the mypy plugin for variables by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11676">pydantic/pydantic#11676</a></li> <li>Mention the attribute name in model fields deprecation message by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11674">pydantic/pydantic#11674</a></li> <li>Properly validate parameterized mappings by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11658">pydantic/pydantic#11658</a></li> <li>Prepare release v2.11.2 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11684">pydantic/pydantic#11684</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2">https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.11.4 (2025-04-29)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.11.4">GitHub release</a></p> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>mkdocs-llmstxt</code> to v0.2.0 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11725">#11725</a></li> </ul> <h4>Changes</h4> <ul> <li>Allow config and bases to be specified together in <code>create_model()</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11714">#11714</a>. This change was backported as it was previously possible (although not meant to be supported) to provide <code>model_config</code> as a field, which would make it possible to provide both configuration and bases.</li> </ul> <h4>Fixes</h4> <ul> <li>Remove generics cache workaround by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11755">#11755</a></li> <li>Remove coercion of decimal constraints by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11772">#11772</a></li> <li>Fix crash when expanding root type in the mypy plugin by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11735">#11735</a></li> <li>Fix issue with recursive generic models by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11775">#11775</a></li> <li>Traverse <code>function-before</code> schemas during schema gathering by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11801">#11801</a></li> </ul> <h2>v2.11.3 (2025-04-08)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.11.3">GitHub release</a></p> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Update V1 copy to v1.10.21 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11706">#11706</a></li> </ul> <h4>Fixes</h4> <ul> <li>Preserve field description when rebuilding model fields by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11698">#11698</a></li> </ul> <h2>v2.11.2 (2025-04-03)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.11.2">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Bump <code>pydantic-core</code> to v2.33.1 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11678">#11678</a></li> <li>Make sure <code>__pydantic_private__</code> exists before setting private attributes by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11666">#11666</a></li> <li>Do not override <code>FieldInfo._complete</code> when using field from parent class by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11668">#11668</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="d444cd1cf6"><code>d444cd1</code></a> Prepare release v2.11.4</li> <li><a href="828fc48d55"><code>828fc48</code></a> Add documentation note about common pitfall with the annotated pattern</li> <li><a href="42bf1fd784"><code>42bf1fd</code></a> Bump <code>pydantic-core</code> to v2.33.2 (<a href="https://redirect.github.com/pydantic/pydantic/issues/11804">#11804</a>)</li> <li><a href="7b3f513215"><code>7b3f513</code></a> Allow config and bases to be specified together in <code>create_model()</code></li> <li><a href="fc521388f2"><code>fc52138</code></a> Traverse <code>function-before</code> schemas during schema gathering</li> <li><a href="25af78934a"><code>25af789</code></a> Fix issue with recursive generic models</li> <li><a href="91ef6bb39e"><code>91ef6bb</code></a> Update monthly download count in documentation</li> <li><a href="a830775328"><code>a830775</code></a> Bump <code>mkdocs-llmstxt</code> to v0.2.0</li> <li><a href="f5d1c87128"><code>f5d1c87</code></a> Fix crash when expanding root type in the mypy plugin</li> <li><a href="c80bb355d7"><code>c80bb35</code></a> Remove coercion of decimal constraints</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.4">compare view</a></li> </ul> </details> <br /> Updates `pydantic-settings` from 2.8.1 to 2.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic-settings/releases">pydantic-settings's releases</a>.</em></p> <blockquote> <h2>v2.9.0</h2> <h2>What's Changed</h2> <ul> <li>Drop support for Python 3.8 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/560">pydantic/pydantic-settings#560</a></li> <li>Switch to <code>typing-inspection</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/556">pydantic/pydantic-settings#556</a></li> <li>Introduce <code>uv</code> for Project Management by <a href="https://github.com/KanchiShimono"><code>@KanchiShimono</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/547">pydantic/pydantic-settings#547</a></li> <li>Refactor sources.py into a subpackage (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/546">#546</a>) by <a href="https://github.com/ezwiefel"><code>@ezwiefel</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/548">pydantic/pydantic-settings#548</a></li> <li>chore: cleanup by <a href="https://github.com/CodeWithEmad"><code>@CodeWithEmad</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/563">pydantic/pydantic-settings#563</a></li> <li>Fix typo in documentation by <a href="https://github.com/CodeWithEmad"><code>@CodeWithEmad</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/564">pydantic/pydantic-settings#564</a></li> <li>Add support for AWS Secrets Manager by <a href="https://github.com/mavwolverine"><code>@mavwolverine</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/532">pydantic/pydantic-settings#532</a></li> <li>Fix minor typo: conotations => connotations by <a href="https://github.com/svenevs"><code>@svenevs</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/577">pydantic/pydantic-settings#577</a></li> <li>Azure Key Vault: Don't load disabled secret by <a href="https://github.com/AndreuCodina"><code>@AndreuCodina</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/578">pydantic/pydantic-settings#578</a></li> <li>Add support for GCP Secret Manager by <a href="https://github.com/ezwiefel"><code>@ezwiefel</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/567">pydantic/pydantic-settings#567</a></li> <li>CLI JSON Optional Default by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/581">pydantic/pydantic-settings#581</a></li> <li>Fix for env nested enum. by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/589">pydantic/pydantic-settings#589</a></li> <li>CLI submodel suppress. by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/587">pydantic/pydantic-settings#587</a></li> <li>Cli retrieve unknown args by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/588">pydantic/pydantic-settings#588</a></li> <li>Update pydantic by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/593">pydantic/pydantic-settings#593</a></li> <li>Fix check in CI by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/595">pydantic/pydantic-settings#595</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ezwiefel"><code>@ezwiefel</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/548">pydantic/pydantic-settings#548</a></li> <li><a href="https://github.com/CodeWithEmad"><code>@CodeWithEmad</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/563">pydantic/pydantic-settings#563</a></li> <li><a href="https://github.com/mavwolverine"><code>@mavwolverine</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/532">pydantic/pydantic-settings#532</a></li> <li><a href="https://github.com/svenevs"><code>@svenevs</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/577">pydantic/pydantic-settings#577</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic-settings/compare/v2.8.1...v2.9.0">https://github.com/pydantic/pydantic-settings/compare/v2.8.1...v2.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1874740923"><code>1874740</code></a> Prepare release 2.9.1 (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/600">#600</a>)</li> <li><a href="88e77bc8aa"><code>88e77bc</code></a> Fix typo in gcp secret manager error message (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/598">#598</a>)</li> <li><a href="e973d9afc8"><code>e973d9a</code></a> fix: Expose ConfigFileSourceMixing on top level sources/<strong>init</strong>.py (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/597">#597</a>)</li> <li><a href="8c0f5f18b0"><code>8c0f5f1</code></a> Fix check in CI (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/595">#595</a>)</li> <li><a href="0ac2312042"><code>0ac2312</code></a> Prepare release 2.9.0 (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/594">#594</a>)</li> <li><a href="f3e5ac382c"><code>f3e5ac3</code></a> Update pydantic (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/593">#593</a>)</li> <li><a href="20640b0efe"><code>20640b0</code></a> Cli retrieve unknown args (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/588">#588</a>)</li> <li><a href="ed7fd42bfb"><code>ed7fd42</code></a> CLI submodel suppress. (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/587">#587</a>)</li> <li><a href="e9fb3164eb"><code>e9fb316</code></a> Fix for env nested enum. (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/589">#589</a>)</li> <li><a href="0e9b329c74"><code>0e9b329</code></a> CLI JSON Optional Default (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/581">#581</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic-settings/compare/v2.8.1...v2.9.1">compare view</a></li> </ul> </details> <br /> Updates `supabase` from 2.15.0 to 2.15.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-py/releases">supabase's releases</a>.</em></p> <blockquote> <h2>v2.15.1</h2> <h2><a href="https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1">2.15.1</a> (2025-04-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>postgrest:</strong> add missing count, head, and get params (<a href="https://redirect.github.com/supabase/supabase-py/issues/1098">#1098</a>) (<a href="e9c219ebda">e9c219e</a>)</li> <li><strong>realtime:</strong> bump realtime from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1112">#1112</a>) (<a href="1d429c6555">1d429c6</a>)</li> <li>remove return type from postgrest methods (<a href="https://redirect.github.com/supabase/supabase-py/issues/1110">#1110</a>) (<a href="6664f42157">6664f42</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md">supabase's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1">2.15.1</a> (2025-04-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>postgrest:</strong> add missing count, head, and get params (<a href="https://redirect.github.com/supabase/supabase-py/issues/1098">#1098</a>) (<a href="e9c219ebda">e9c219e</a>)</li> <li><strong>realtime:</strong> bump realtime from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1112">#1112</a>) (<a href="1d429c6555">1d429c6</a>)</li> <li>remove return type from postgrest methods (<a href="https://redirect.github.com/supabase/supabase-py/issues/1110">#1110</a>) (<a href="6664f42157">6664f42</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9fdf32f36c"><code>9fdf32f</code></a> chore(main): release 2.15.1 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1099">#1099</a>)</li> <li><a href="1d429c6555"><code>1d429c6</code></a> fix(realtime): bump realtime from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1112">#1112</a>)</li> <li><a href="b12940429d"><code>b129404</code></a> chore(deps-dev): bump commitizen from 4.4.1 to 4.6.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1104">#1104</a>)</li> <li><a href="ad8f99e4a0"><code>ad8f99e</code></a> chore(deps-dev): bump pytest-cov from 6.0.0 to 6.1.1 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1100">#1100</a>)</li> <li><a href="6664f42157"><code>6664f42</code></a> fix: remove return type from postgrest methods (<a href="https://redirect.github.com/supabase/supabase-py/issues/1110">#1110</a>)</li> <li><a href="c0ca1758ba"><code>c0ca175</code></a> ci: explicit permissions and remove _target (<a href="https://redirect.github.com/supabase/supabase-py/issues/1102">#1102</a>)</li> <li><a href="e9c219ebda"><code>e9c219e</code></a> fix(postgrest): add missing count, head, and get params (<a href="https://redirect.github.com/supabase/supabase-py/issues/1098">#1098</a>)</li> <li><a href="d5aa9ce4c7"><code>d5aa9ce</code></a> chore(deps-dev): bump python-dotenv from 1.0.1 to 1.1.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1085">#1085</a>)</li> <li><a href="8ff9ba8e23"><code>8ff9ba8</code></a> chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1084">#1084</a>)</li> <li>See full diff in <a href="https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1">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 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 <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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reinier van der Leer <pwuts@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.