mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
chore(backend/deps): bump the production-dependencies group across 1 directory with 5 updates (#9434)
Bumps the production-dependencies group with 5 updates in the /autogpt_platform/backend directory: | Package | From | To | | --- | --- | --- | | [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `1.0.4` | `1.0.5` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.7` | `0.115.8` | | [groq](https://github.com/groq/groq-python) | `0.15.0` | `0.18.0` | | [openai](https://github.com/openai/openai-python) | `1.60.2` | `1.61.1` | | [supabase](https://github.com/supabase/supabase-py) | `2.12.0` | `2.13.0` | Updates `e2b-code-interpreter` from 1.0.4 to 1.0.5 <details> <summary>Commits</summary> <ul> <li><a href="007e2e5ae1"><code>007e2e5</code></a> Merge pull request <a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/54">#54</a> from e2b-dev/fix-bug-in-e2b-incompability</li> <li><a href="54935958aa"><code>5493595</code></a> Add changeset</li> <li><a href="1b76bbe059"><code>1b76bbe</code></a> Remove init method</li> <li><a href="bfa11701e7"><code>bfa1170</code></a> [skip ci]Bump package manually</li> <li><a href="83f08213fb"><code>83f0821</code></a> Skip on package.json change - it's just version bump</li> <li><a href="f14a2a5f6f"><code>f14a2a5</code></a> Add to_dict() method in python SDK</li> <li><a href="daba22b9c7"><code>daba22b</code></a> [skip ci] Release new versions</li> <li><a href="f8493025c2"><code>f849302</code></a> Merge pull request <a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/53">#53</a> from e2b-dev/update-r-to-44-e2b-1449</li> <li><a href="31aabd355a"><code>31aabd3</code></a> Update Dockerfile</li> <li><a href="33ff495b17"><code>33ff495</code></a> Add changeset</li> <li>Additional commits viewable in <a href="https://github.com/e2b-dev/code-interpreter/compare/@e2b/code-interpreter@1.0.4...@e2b/code-interpreter-python@1.0.5">compare view</a></li> </ul> </details> <br /> Updates `fastapi` from 0.115.7 to 0.115.8 <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.8</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix <code>OAuth2PasswordRequestForm</code> and <code>OAuth2PasswordRequestFormStrict</code> fixed <code>grant_type</code> "password" RegEx. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/9783">#9783</a> by <a href="https://github.com/skarfie123"><code>@skarfie123</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>✅ Simplify tests for body_multiple_params . PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13237">#13237</a> by <a href="https://github.com/alejsdev"><code>@alejsdev</code></a>.</li> <li>♻️ Move duplicated code portion to a static method in the <code>APIKeyBase</code> super class. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/3142">#3142</a> by <a href="https://github.com/ShahriyarR"><code>@ShahriyarR</code></a>.</li> <li>✅ Simplify tests for request_files. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13182">#13182</a> by <a href="https://github.com/alejsdev"><code>@alejsdev</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Change the word "unwrap" to "unpack" in <code>docs/en/docs/tutorial/extra-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13061">#13061</a> by <a href="https://github.com/timothy-jeong"><code>@timothy-jeong</code></a>.</li> <li>📝 Update Request Body's <code>tutorial002</code> to deal with <code>tax=0</code> case. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13230">#13230</a> by <a href="https://github.com/togogh"><code>@togogh</code></a>.</li> <li>👥 Update FastAPI People - Experts. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13269">#13269</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Japanese translation for <code>docs/ja/docs/environment-variables.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13226">#13226</a> by <a href="https://github.com/k94-ishi"><code>@k94-ishi</code></a>.</li> <li>🌐 Add Russian translation for <code>docs/ru/docs/advanced/async-tests.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13227">#13227</a> by <a href="https://github.com/Rishat-F"><code>@Rishat-F</code></a>.</li> <li>🌐 Update Russian translation for <code>docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13252">#13252</a> by <a href="https://github.com/Rishat-F"><code>@Rishat-F</code></a>.</li> <li>🌐 Add Russian translation for <code>docs/ru/docs/tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13154">#13154</a> by <a href="https://github.com/alv2017"><code>@alv2017</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆️ Add support for Python 3.13. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13274">#13274</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆️ Upgrade AnyIO max version for tests, new range: <code>>=3.2.1,<5.0.0</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13273">#13273</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔧 Update Sponsors badges. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13271">#13271</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>♻️ Fix <code>notify_translations.py</code> empty env var handling for PR label events vs workflow_dispatch. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13272">#13272</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>♻️ Refactor and move <code>scripts/notify_translations.py</code>, no need for a custom GitHub Action. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13270">#13270</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔨 Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13267">#13267</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13251">#13251</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="7128971f1d"><code>7128971</code></a> 🔖 Release version 0.115.8</li> <li><a href="55f8a446c7"><code>55f8a44</code></a> 📝 Update release notes</li> <li><a href="83ab6ac957"><code>83ab6ac</code></a> 📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models...</li> <li><a href="3d02a920ab"><code>3d02a92</code></a> 📝 Update release notes</li> <li><a href="1b00f8ae78"><code>1b00f8a</code></a> ✅ Simplify tests for body_multiple_params (<a href="https://redirect.github.com/fastapi/fastapi/issues/13237">#13237</a>)</li> <li><a href="d97647fd57"><code>d97647f</code></a> 📝 Update release notes</li> <li><a href="9667ce87a9"><code>9667ce8</code></a> 📝 Update Request Body's <code>tutorial002</code> to deal with <code>tax=0</code> case (<a href="https://redirect.github.com/fastapi/fastapi/issues/13230">#13230</a>)</li> <li><a href="0541693bc7"><code>0541693</code></a> 📝 Update release notes</li> <li><a href="041b2e1c46"><code>041b2e1</code></a> 📝 Update release notes</li> <li><a href="30b270be9a"><code>30b270b</code></a> ♻️ Move duplicated code portion to a static method in the <code>APIKeyBase</code> super ...</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.115.7...0.115.8">compare view</a></li> </ul> </details> <br /> Updates `groq` from 0.15.0 to 0.18.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.18.0</h2> <h2>0.18.0 (2025-02-05)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.17.0...v0.18.0">v0.17.0...v0.18.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add batch API (<a href="https://redirect.github.com/groq/groq-python/issues/191">#191</a>) (<a href="367a744f46">367a744</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> bummp ruff dependency (<a href="https://redirect.github.com/groq/groq-python/issues/190">#190</a>) (<a href="61678fc5fd">61678fc</a>)</li> <li><strong>internal:</strong> change default timeout to an int (<a href="https://redirect.github.com/groq/groq-python/issues/188">#188</a>) (<a href="348e152671">348e152</a>)</li> </ul> <h2>v0.17.0</h2> <h2>0.17.0 (2025-02-03)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.16.0...v0.17.0">v0.16.0...v0.17.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="https://redirect.github.com/groq/groq-python/issues/185">#185</a>) (<a href="e2373395cf">e237339</a>)</li> </ul> <h2>v0.16.0</h2> <h2>0.16.0 (2025-01-29)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.15.0...v0.16.0">v0.15.0...v0.16.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="https://redirect.github.com/groq/groq-python/issues/183">#183</a>) (<a href="a5cdbc5af7">a5cdbc5</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> codegen related update (<a href="https://redirect.github.com/groq/groq-python/issues/177">#177</a>) (<a href="01e63041c8">01e6304</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://redirect.github.com/groq/groq-python/issues/180">#180</a>) (<a href="5c8db1a979">5c8db1a</a>)</li> <li><strong>internal:</strong> minor formatting changes (<a href="https://redirect.github.com/groq/groq-python/issues/182">#182</a>) (<a href="2c4e409fe0">2c4e409</a>)</li> <li><strong>internal:</strong> minor style changes (<a href="https://redirect.github.com/groq/groq-python/issues/181">#181</a>) (<a href="77c752ab1a">77c752a</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>raw responses:</strong> fix duplicate <code>the</code> (<a href="https://redirect.github.com/groq/groq-python/issues/179">#179</a>) (<a href="a28cbd863d">a28cbd8</a>)</li> </ul> </blockquote> </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.18.0 (2025-02-05)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.17.0...v0.18.0">v0.17.0...v0.18.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add batch API (<a href="https://redirect.github.com/groq/groq-python/issues/191">#191</a>) (<a href="367a744f46">367a744</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> bummp ruff dependency (<a href="https://redirect.github.com/groq/groq-python/issues/190">#190</a>) (<a href="61678fc5fd">61678fc</a>)</li> <li><strong>internal:</strong> change default timeout to an int (<a href="https://redirect.github.com/groq/groq-python/issues/188">#188</a>) (<a href="348e152671">348e152</a>)</li> </ul> <h2>0.17.0 (2025-02-03)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.16.0...v0.17.0">v0.16.0...v0.17.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="https://redirect.github.com/groq/groq-python/issues/185">#185</a>) (<a href="e2373395cf">e237339</a>)</li> </ul> <h2>0.16.0 (2025-01-29)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.15.0...v0.16.0">v0.15.0...v0.16.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="https://redirect.github.com/groq/groq-python/issues/183">#183</a>) (<a href="a5cdbc5af7">a5cdbc5</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> codegen related update (<a href="https://redirect.github.com/groq/groq-python/issues/177">#177</a>) (<a href="01e63041c8">01e6304</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://redirect.github.com/groq/groq-python/issues/180">#180</a>) (<a href="5c8db1a979">5c8db1a</a>)</li> <li><strong>internal:</strong> minor formatting changes (<a href="https://redirect.github.com/groq/groq-python/issues/182">#182</a>) (<a href="2c4e409fe0">2c4e409</a>)</li> <li><strong>internal:</strong> minor style changes (<a href="https://redirect.github.com/groq/groq-python/issues/181">#181</a>) (<a href="77c752ab1a">77c752a</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>raw responses:</strong> fix duplicate <code>the</code> (<a href="https://redirect.github.com/groq/groq-python/issues/179">#179</a>) (<a href="a28cbd863d">a28cbd8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b74ce9e301"><code>b74ce9e</code></a> release: 0.18.0 (<a href="https://redirect.github.com/groq/groq-python/issues/189">#189</a>)</li> <li><a href="3cee54eece"><code>3cee54e</code></a> release: 0.17.0 (<a href="https://redirect.github.com/groq/groq-python/issues/186">#186</a>)</li> <li><a href="10566c3847"><code>10566c3</code></a> release: 0.16.0 (<a href="https://redirect.github.com/groq/groq-python/issues/178">#178</a>)</li> <li>See full diff in <a href="https://github.com/groq/groq-python/compare/v0.15.0...v0.18.0">compare view</a></li> </ul> </details> <br /> Updates `openai` from 1.60.2 to 1.61.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-python/releases">openai's releases</a>.</em></p> <blockquote> <h2>v1.61.1</h2> <h2>1.61.1 (2025-02-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.61.0...v1.61.1">v1.61.0...v1.61.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api/types:</strong> correct audio duration & role types (<a href="https://redirect.github.com/openai/openai-python/issues/2091">#2091</a>) (<a href="afcea4891f">afcea48</a>)</li> <li><strong>cli/chat:</strong> only send params when set (<a href="https://redirect.github.com/openai/openai-python/issues/2077">#2077</a>) (<a href="688b223d9a">688b223</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> bummp ruff dependency (<a href="https://redirect.github.com/openai/openai-python/issues/2080">#2080</a>) (<a href="b7a80b1994">b7a80b1</a>)</li> <li><strong>internal:</strong> change default timeout to an int (<a href="https://redirect.github.com/openai/openai-python/issues/2079">#2079</a>) (<a href="d3df1c6ca0">d3df1c6</a>)</li> </ul> <h2>v1.61.0</h2> <h2>1.61.0 (2025-01-31)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.60.2...v1.61.0">v1.60.2...v1.61.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add o3-mini (<a href="https://redirect.github.com/openai/openai-python/issues/2067">#2067</a>) (<a href="12b87a4a1e">12b87a4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> correct metadata type + other fixes (<a href="12b87a4a1e">12b87a4</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>helpers:</strong> section links (<a href="ef8d3cce40">ef8d3cc</a>)</li> <li><strong>types:</strong> fix Metadata types (<a href="82d3156e74">82d3156</a>)</li> <li>update api.md (<a href="https://redirect.github.com/openai/openai-python/issues/2063">#2063</a>) (<a href="21964f00fb">21964f0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>readme:</strong> current section links (<a href="https://redirect.github.com/openai/openai-python/issues/2055">#2055</a>) (<a href="ef8d3cce40">ef8d3cc</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-python/blob/main/CHANGELOG.md">openai's changelog</a>.</em></p> <blockquote> <h2>1.61.1 (2025-02-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.61.0...v1.61.1">v1.61.0...v1.61.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api/types:</strong> correct audio duration & role types (<a href="https://redirect.github.com/openai/openai-python/issues/2091">#2091</a>) (<a href="afcea4891f">afcea48</a>)</li> <li><strong>cli/chat:</strong> only send params when set (<a href="https://redirect.github.com/openai/openai-python/issues/2077">#2077</a>) (<a href="688b223d9a">688b223</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> bummp ruff dependency (<a href="https://redirect.github.com/openai/openai-python/issues/2080">#2080</a>) (<a href="b7a80b1994">b7a80b1</a>)</li> <li><strong>internal:</strong> change default timeout to an int (<a href="https://redirect.github.com/openai/openai-python/issues/2079">#2079</a>) (<a href="d3df1c6ca0">d3df1c6</a>)</li> </ul> <h2>1.61.0 (2025-01-31)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.60.2...v1.61.0">v1.60.2...v1.61.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add o3-mini (<a href="https://redirect.github.com/openai/openai-python/issues/2067">#2067</a>) (<a href="12b87a4a1e">12b87a4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> correct metadata type + other fixes (<a href="12b87a4a1e">12b87a4</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>helpers:</strong> section links (<a href="ef8d3cce40">ef8d3cc</a>)</li> <li><strong>types:</strong> fix Metadata types (<a href="82d3156e74">82d3156</a>)</li> <li>update api.md (<a href="https://redirect.github.com/openai/openai-python/issues/2063">#2063</a>) (<a href="21964f00fb">21964f0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>readme:</strong> current section links (<a href="https://redirect.github.com/openai/openai-python/issues/2055">#2055</a>) (<a href="ef8d3cce40">ef8d3cc</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="7193688e36"><code>7193688</code></a> release: 1.61.1</li> <li><a href="f344db250a"><code>f344db2</code></a> fix(api/types): correct audio duration & role types (<a href="https://redirect.github.com/openai/openai-python/issues/2091">#2091</a>)</li> <li><a href="6afde0dc85"><code>6afde0d</code></a> chore(internal): bummp ruff dependency (<a href="https://redirect.github.com/openai/openai-python/issues/2080">#2080</a>)</li> <li><a href="5a1a412b77"><code>5a1a412</code></a> chore(internal): change default timeout to an int (<a href="https://redirect.github.com/openai/openai-python/issues/2079">#2079</a>)</li> <li><a href="c27e8cc997"><code>c27e8cc</code></a> fix(cli/chat): only send params when set (<a href="https://redirect.github.com/openai/openai-python/issues/2077">#2077</a>)</li> <li><a href="7a6517d81e"><code>7a6517d</code></a> release: 1.61.0</li> <li><a href="b56b357e60"><code>b56b357</code></a> chore(types): fix Metadata types</li> <li><a href="fdd52476b5"><code>fdd5247</code></a> feat(api): add o3-mini (<a href="https://redirect.github.com/openai/openai-python/issues/2067">#2067</a>)</li> <li><a href="a99096823a"><code>a990968</code></a> Revert "fix(parsing): don't validate input tools in the asynchronous `.parse(...</li> <li><a href="d779e40bc9"><code>d779e40</code></a> chore: update api.md (<a href="https://redirect.github.com/openai/openai-python/issues/2063">#2063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-python/compare/v1.60.2...v1.61.1">compare view</a></li> </ul> </details> <br /> Updates `supabase` from 2.12.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> </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> </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.12.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>
This commit is contained in:
32
autogpt_platform/backend/poetry.lock
generated
32
autogpt_platform/backend/poetry.lock
generated
@@ -763,14 +763,14 @@ typing-extensions = ">=4.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "e2b-code-interpreter"
|
||||
version = "1.0.4"
|
||||
version = "1.0.5"
|
||||
description = "E2B Code Interpreter - Stateful code execution"
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.8"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "e2b_code_interpreter-1.0.4-py3-none-any.whl", hash = "sha256:e8cea4946b3457072a524250aee712f7f8d44834b91cd9c13da3bdf96eda1a6e"},
|
||||
{file = "e2b_code_interpreter-1.0.4.tar.gz", hash = "sha256:fec5651d98ca0d03dd038c5df943a0beaeb59c6d422112356f55f2b662d8dea1"},
|
||||
{file = "e2b_code_interpreter-1.0.5-py3-none-any.whl", hash = "sha256:4c7814e9eabba58097bf5e4019d327b3a82fab0813eafca4311b29ca6ea0639d"},
|
||||
{file = "e2b_code_interpreter-1.0.5.tar.gz", hash = "sha256:e7f70b039e6a70f8e592f90f806d696dc1056919414daabeb89e86c9b650a987"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -827,14 +827,14 @@ typing-extensions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
version = "0.115.7"
|
||||
version = "0.115.8"
|
||||
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "fastapi-0.115.7-py3-none-any.whl", hash = "sha256:eb6a8c8bf7f26009e8147111ff15b5177a0e19bb4a45bc3486ab14804539d21e"},
|
||||
{file = "fastapi-0.115.7.tar.gz", hash = "sha256:0f106da6c01d88a6786b3248fb4d7a940d071f6f488488898ad5d354b25ed015"},
|
||||
{file = "fastapi-0.115.8-py3-none-any.whl", hash = "sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf"},
|
||||
{file = "fastapi-0.115.8.tar.gz", hash = "sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1393,14 +1393,14 @@ test = ["objgraph", "psutil"]
|
||||
|
||||
[[package]]
|
||||
name = "groq"
|
||||
version = "0.15.0"
|
||||
version = "0.18.0"
|
||||
description = "The official Python library for the groq API"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "groq-0.15.0-py3-none-any.whl", hash = "sha256:c200558b67fee4b4f2bb89cc166337e3419a68c23280065770f8f8b0729c79ef"},
|
||||
{file = "groq-0.15.0.tar.gz", hash = "sha256:9ad08ba6156c67d0975595a8515b517f22ff63158e063c55192e161ed3648af1"},
|
||||
{file = "groq-0.18.0-py3-none-any.whl", hash = "sha256:81d5ac00057a45d8ce559d23ab5d3b3893011d1f12c35187ab35a9182d826ea6"},
|
||||
{file = "groq-0.18.0.tar.gz", hash = "sha256:8e2ccfea406d68b3525af4b7c0e321fcb3d2a73fc60bb70b4156e6cd88c72f03"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -2439,14 +2439,14 @@ pydantic = ">=2.9.0,<3.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "openai"
|
||||
version = "1.60.2"
|
||||
version = "1.61.1"
|
||||
description = "The official Python library for the openai API"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "openai-1.60.2-py3-none-any.whl", hash = "sha256:993bd11b96900b9098179c728026f016b4982ded7ee30dfcf4555eab1171fff9"},
|
||||
{file = "openai-1.60.2.tar.gz", hash = "sha256:a8f843e10f2855713007f491d96afb2694b11b5e02cb97c7d01a0be60bc5bb51"},
|
||||
{file = "openai-1.61.1-py3-none-any.whl", hash = "sha256:72b0826240ce26026ac2cd17951691f046e5be82ad122d20a8e1b30ca18bd11e"},
|
||||
{file = "openai-1.61.1.tar.gz", hash = "sha256:ce1851507218209961f89f3520e06726c0aa7d0512386f0f977e3ac3e4f2472e"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -4246,14 +4246,14 @@ typing-extensions = {version = ">=4.5.0", markers = "python_version >= \"3.7\""}
|
||||
|
||||
[[package]]
|
||||
name = "supabase"
|
||||
version = "2.12.0"
|
||||
version = "2.13.0"
|
||||
description = "Supabase client for Python."
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.9"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "supabase-2.12.0-py3-none-any.whl", hash = "sha256:f8896f3314179fdf27f8bb8357947493ec32b98dcdac7114208aaf21cd59ce35"},
|
||||
{file = "supabase-2.12.0.tar.gz", hash = "sha256:284612c3e94ff4ed2f18c985f5eba4d6e17b5e2bf16a9a24290bb83c9c217078"},
|
||||
{file = "supabase-2.13.0-py3-none-any.whl", hash = "sha256:6cfccc055be21dab311afc5e9d5b37f3a4966f8394703763fbc8f8e86f36eaa6"},
|
||||
{file = "supabase-2.13.0.tar.gz", hash = "sha256:452574d34bd978c8d11b5f02b0182b48e8854e511c969483c83875ec01495f11"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -5050,4 +5050,4 @@ type = ["pytest-mypy"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.10,<3.13"
|
||||
content-hash = "0f7dda46ad3cce4486a3ca4162babff974bd270c100c7b82b1ff8dec563488ad"
|
||||
content-hash = "fdb3477d3a44e3d471d8b89800030511fbbdcba020a4e6bc1debd534b8b25d3f"
|
||||
|
||||
@@ -15,18 +15,18 @@ apscheduler = "^3.11.0"
|
||||
autogpt-libs = { path = "../autogpt_libs", develop = true }
|
||||
click = "^8.1.7"
|
||||
discord-py = "^2.4.0"
|
||||
e2b-code-interpreter = "^1.0.1"
|
||||
fastapi = "^0.115.5"
|
||||
e2b-code-interpreter = "^1.0.5"
|
||||
fastapi = "^0.115.8"
|
||||
feedparser = "^6.0.11"
|
||||
flake8 = "^7.0.0"
|
||||
google-api-python-client = "^2.160.0"
|
||||
google-auth-oauthlib = "^1.2.1"
|
||||
groq = "^0.15.0"
|
||||
groq = "^0.18.0"
|
||||
jinja2 = "^3.1.4"
|
||||
jsonref = "^1.1.0"
|
||||
jsonschema = "^4.22.0"
|
||||
ollama = "^0.4.1"
|
||||
openai = "^1.60.2"
|
||||
openai = "^1.61.1"
|
||||
praw = "~7.8.1"
|
||||
prisma = "^0.15.0"
|
||||
psutil = "^6.1.0"
|
||||
@@ -40,7 +40,7 @@ redis = "^5.2.0"
|
||||
sentry-sdk = "2.20.0"
|
||||
strenum = "^0.4.9"
|
||||
stripe = "^11.5.0"
|
||||
supabase = "2.12.0"
|
||||
supabase = "2.13.0"
|
||||
tenacity = "^9.0.0"
|
||||
tweepy = "^4.14.0"
|
||||
uvicorn = { extras = ["standard"], version = "^0.34.0" }
|
||||
|
||||
Reference in New Issue
Block a user