mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
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), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [supabase](https://github.com/supabase/supabase-py). Updates `google-cloud-logging` from 3.11.3 to 3.11.4 <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.11.4</h2> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.11.3...v3.11.4">3.11.4</a> (2025-01-22)</h2> <h3>Bug Fixes</h3> <ul> <li>Made <code>write_entries</code> raise <code>ValueError</code> on <code>ParseError</code>s (<a href="https://redirect.github.com/googleapis/python-logging/issues/958">#958</a>) (<a href="5309478c05">5309478</a>)</li> <li>Require proto-plus >= 1.25 for Python 3.13 (<a href="https://redirect.github.com/googleapis/python-logging/issues/955">#955</a>) (<a href="7baed8e968">7baed8e</a>)</li> <li>Require proto-plus >= 1.25 for Python 3.13 (<a href="https://redirect.github.com/googleapis/python-logging/issues/955">#955</a>) (<a href="002b1fcb39">002b1fc</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.11.3...v3.11.4">3.11.4</a> (2025-01-22)</h2> <h3>Bug Fixes</h3> <ul> <li>Made <code>write_entries</code> raise <code>ValueError</code> on <code>ParseError</code>s (<a href="https://redirect.github.com/googleapis/python-logging/issues/958">#958</a>) (<a href="5309478c05">5309478</a>)</li> <li>Require proto-plus >= 1.25 for Python 3.13 (<a href="https://redirect.github.com/googleapis/python-logging/issues/955">#955</a>) (<a href="7baed8e968">7baed8e</a>)</li> <li>Require proto-plus >= 1.25 for Python 3.13 (<a href="https://redirect.github.com/googleapis/python-logging/issues/955">#955</a>) (<a href="002b1fcb39">002b1fc</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c47946fee0"><code>c47946f</code></a> chore(main): release 3.11.4 (<a href="https://redirect.github.com/googleapis/python-logging/issues/956">#956</a>)</li> <li><a href="5309478c05"><code>5309478</code></a> fix: Made <code>write_entries</code> raise <code>ValueError</code> on <code>ParseError</code>s (<a href="https://redirect.github.com/googleapis/python-logging/issues/958">#958</a>)</li> <li><a href="dfcce1f5ed"><code>dfcce1f</code></a> chore(python): exclude .github/workflows/unittest.yml in renovate config (<a href="https://redirect.github.com/googleapis/python-logging/issues/959">#959</a>)</li> <li><a href="8c2c5a798a"><code>8c2c5a7</code></a> chore(python): update dependencies in .kokoro/docker/docs (<a href="https://redirect.github.com/googleapis/python-logging/issues/957">#957</a>)</li> <li><a href="7baed8e968"><code>7baed8e</code></a> fix: require proto-plus >= 1.25 for Python 3.13 (<a href="https://redirect.github.com/googleapis/python-logging/issues/955">#955</a>)</li> <li><a href="002b1fcb39"><code>002b1fc</code></a> fix: require proto-plus >= 1.25 for Python 3.13 (<a href="https://redirect.github.com/googleapis/python-logging/issues/955">#955</a>)</li> <li><a href="439eaa5b2f"><code>439eaa5</code></a> chore(python): update dependencies in .kokoro/docker/docs (<a href="https://redirect.github.com/googleapis/python-logging/issues/954">#954</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/python-logging/compare/v3.11.3...v3.11.4">compare view</a></li> </ul> </details> <br /> Updates `pydantic` from 2.10.5 to 2.10.6 <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.10.6 2025-01-23</h2> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Fix JSON Schema reference collection with <code>'examples'</code> keys by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11325">#11325</a></li> <li>Fix url python serialization by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11331">#11331</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6">https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6</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.10.6 (2025-01-23)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.10.6">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Fix JSON Schema reference collection with <code>'examples'</code> keys by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11325">#11325</a></li> <li>Fix url python serialization by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11331">#11331</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="df05e69a8a"><code>df05e69</code></a> Bump version to v2.10.6 (<a href="https://redirect.github.com/pydantic/pydantic/issues/11334">#11334</a>)</li> <li><a href="416082625a"><code>4160826</code></a> Fix url python serialization (<a href="https://redirect.github.com/pydantic/pydantic/issues/11331">#11331</a>)</li> <li><a href="f94e842692"><code>f94e842</code></a> Fix JSON Schema reference collection with <code>"examples"</code> keys (<a href="https://redirect.github.com/pydantic/pydantic/issues/11325">#11325</a>)</li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6">compare view</a></li> </ul> </details> <br /> Updates `pytest-asyncio` from 0.25.2 to 0.25.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's releases</a>.</em></p> <blockquote> <h2>pytest-asyncio 0.25.3</h2> <ul> <li>Avoid errors in cleanup of async generators when event loop is already closed <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1040">#1040</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="7c501923b0"><code>7c50192</code></a> fix: Avoid errors in cleanup of async generators when event loop is already c...</li> <li>See full diff in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.2...v0.25.3">compare view</a></li> </ul> </details> <br /> Updates `supabase` from 2.11.0 to 2.13.0 <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.13.0</h2> <h2><a href="https://github.com/supabase/supabase-py/compare/v2.12.0...v2.13.0">2.13.0</a> (2025-02-04)</h2> <h3>Features</h3> <ul> <li><strong>realtime:</strong> bump realtime from 2.2.0 to 2.3.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1049">#1049</a>) (<a href="2347401770">2347401</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>auth:</strong> bump gotrue from 2.11.2 to 2.11.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1051">#1051</a>) (<a href="4a2bb9e73e">4a2bb9e</a>)</li> <li><strong>functions:</strong> bump supafunc from 0.9.2 to 0.9.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1052">#1052</a>) (<a href="29fed38015">29fed38</a>)</li> <li><strong>storage:</strong> bump storage3 from 0.11.1 to 0.11.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1050">#1050</a>) (<a href="8c5d48f51f">8c5d48f</a>)</li> <li>update SupabaseAuthClient to use super instead of calling base class (<a href="https://redirect.github.com/supabase/supabase-py/issues/1045">#1045</a>) (<a href="3efb4a678b">3efb4a6</a>)</li> </ul> <h2>v2.12.0</h2> <h2><a href="https://github.com/supabase/supabase-py/compare/v2.11.0...v2.12.0">2.12.0</a> (2025-01-24)</h2> <h3>Features</h3> <ul> <li><strong>realtime:</strong> bump realtime from 2.1.0 to 2.2.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1037">#1037</a>) (<a href="0e5eed6f47">0e5eed6</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>auth:</strong> bump gotrue from 2.11.1 to 2.11.2 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1036">#1036</a>) (<a href="f7c87b9010">f7c87b9</a>)</li> <li><strong>functions:</strong> bump supafunc from 0.9.0 to 0.9.2 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1029">#1029</a>) (<a href="f53f7ff58c">f53f7ff</a>)</li> <li><strong>postgrest:</strong> bump postgrest from 0.19.1 to 0.19.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1040">#1040</a>) (<a href="c117a57a3f">c117a57</a>)</li> <li><strong>storage:</strong> bump storage3 from 0.11.0 to 0.11.1 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1035">#1035</a>) (<a href="17942a2a6a">17942a2</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.12.0...v2.13.0">2.13.0</a> (2025-02-04)</h2> <h3>Features</h3> <ul> <li><strong>realtime:</strong> bump realtime from 2.2.0 to 2.3.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1049">#1049</a>) (<a href="2347401770">2347401</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>auth:</strong> bump gotrue from 2.11.2 to 2.11.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1051">#1051</a>) (<a href="4a2bb9e73e">4a2bb9e</a>)</li> <li><strong>functions:</strong> bump supafunc from 0.9.2 to 0.9.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1052">#1052</a>) (<a href="29fed38015">29fed38</a>)</li> <li><strong>storage:</strong> bump storage3 from 0.11.1 to 0.11.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1050">#1050</a>) (<a href="8c5d48f51f">8c5d48f</a>)</li> <li>update SupabaseAuthClient to use super instead of calling base class (<a href="https://redirect.github.com/supabase/supabase-py/issues/1045">#1045</a>) (<a href="3efb4a678b">3efb4a6</a>)</li> </ul> <h2><a href="https://github.com/supabase/supabase-py/compare/v2.11.0...v2.12.0">2.12.0</a> (2025-01-24)</h2> <h3>Features</h3> <ul> <li><strong>realtime:</strong> bump realtime from 2.1.0 to 2.2.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1037">#1037</a>) (<a href="0e5eed6f47">0e5eed6</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>auth:</strong> bump gotrue from 2.11.1 to 2.11.2 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1036">#1036</a>) (<a href="f7c87b9010">f7c87b9</a>)</li> <li><strong>functions:</strong> bump supafunc from 0.9.0 to 0.9.2 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1029">#1029</a>) (<a href="f53f7ff58c">f53f7ff</a>)</li> <li><strong>postgrest:</strong> bump postgrest from 0.19.1 to 0.19.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1040">#1040</a>) (<a href="c117a57a3f">c117a57</a>)</li> <li><strong>storage:</strong> bump storage3 from 0.11.0 to 0.11.1 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1035">#1035</a>) (<a href="17942a2a6a">17942a2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c70802e55c"><code>c70802e</code></a> chore(main): release 2.13.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1046">#1046</a>)</li> <li><a href="614cacc6a9"><code>614cacc</code></a> chore(tests): increase coverage (<a href="https://redirect.github.com/supabase/supabase-py/issues/1053">#1053</a>)</li> <li><a href="29fed38015"><code>29fed38</code></a> fix(functions): bump supafunc from 0.9.2 to 0.9.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1052">#1052</a>)</li> <li><a href="4a2bb9e73e"><code>4a2bb9e</code></a> fix(auth): bump gotrue from 2.11.2 to 2.11.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1051">#1051</a>)</li> <li><a href="8c5d48f51f"><code>8c5d48f</code></a> fix(storage): bump storage3 from 0.11.1 to 0.11.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1050">#1050</a>)</li> <li><a href="2347401770"><code>2347401</code></a> feat(realtime): bump realtime from 2.2.0 to 2.3.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1049">#1049</a>)</li> <li><a href="4237977463"><code>4237977</code></a> chore(deps-dev): bump black from 24.10.0 to 25.1.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1044">#1044</a>)</li> <li><a href="489043f03a"><code>489043f</code></a> chore(deps-dev): bump pytest-asyncio from 0.25.2 to 0.25.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1043">#1043</a>)</li> <li><a href="b007da45c6"><code>b007da4</code></a> chore(deps-dev): bump commitizen from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1042">#1042</a>)</li> <li><a href="9a8713125e"><code>9a87131</code></a> chore(ci): pipeline using same version of python for all tests (<a href="https://redirect.github.com/supabase/supabase-py/issues/1047">#1047</a>)</li> <li>Additional commits viewable in <a href="https://github.com/supabase/supabase-py/compare/v2.11.0...v2.13.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 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: Nicholas Tindle <nicholas.tindle@agpt.co>
AutoGPT Libs
This is a new project to store shared functionality across different services in NextGen AutoGPT (e.g. authentication)