From 9a8c6ad609f8f29087066d318cd5e1673f838e89 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 13 Feb 2026 10:10:11 +0100
Subject: [PATCH 01/16] chore(libs/deps): bump the production-dependencies
group across 1 directory with 4 updates (#12056)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the production-dependencies group with 4 updates in the
/autogpt_platform/autogpt_libs directory:
[cryptography](https://github.com/pyca/cryptography),
[fastapi](https://github.com/fastapi/fastapi),
[launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk)
and [supabase](https://github.com/supabase/supabase-py).
Updates `cryptography` from 46.0.4 to 46.0.5
Sourced from cryptography's
changelog. 46.0.5 - 2026-02-10 .. v46-0-4:Changelog
* An attacker could create a malicious public key that reveals portions
of your
private key when using certain uncommon elliptic curves (binary curves).
This version now includes additional security checks to prevent this
attack.
This issue only affects binary elliptic curves, which are rarely used in
real-world applications. Credit to **XlabAI Team of Tencent Xuanwu Lab
and
Atuin Automated Vulnerability Discovery Engine** for reporting the
issue.
**CVE-2026-26007**
* Support for ``SECT*`` binary elliptic curves is deprecated and will be
removed in the next release.
Sourced from fastapi's releases.
0.128.7
Features
- ✨ Show a clear error on attempt to include router into itself. PR #14258 by
@JavierSanchezCastro.- ✨ Replace
dictbyMappingonHTTPException.headers. PR #12997 by@rijenkii.Refactors
- ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR #14884 by
@tiangolo.Docs
- 📝 Use
dfntag for definitions instead ofabbrin docs. PR #14744 by@YuriiMotov.Internal
- ✅ Tweak comment in test to reference PR. PR #14885 by
@tiangolo.- 🔧 Update LLM-prompt for
abbranddfntags. PR #14747 by@YuriiMotov.- ✅ Test order for the submitted byte Files. PR #14828 by
@valentinDruzhinin.- 🔧 Configure
testworkflow to run tests withinline-snapshot=review. PR #14876 by@YuriiMotov.0.128.6
Fixes
- 🐛 Fix
on_startupandon_shutdownparameters ofAPIRouter. PR #14873 by@YuriiMotov.Translations
- 🌐 Update translations for zh (update-outdated). PR #14843 by
@tiangolo.Internal
- ✅ Fix parameterized tests with snapshots. PR #14875 by
@YuriiMotov.0.128.5
Refactors
- ♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR #14862 by
@tiangolo.Internal
- ✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2. PR #14864 by
@tiangolo.0.128.4
Refactors
- ♻️ Refactor internals, simplify Pydantic v2/v1 utils,
create_model_field, better types forlenient_issubclass. PR #14860 by@tiangolo.- ♻️ Simplify internals, remove Pydantic v1 only logic, no longer needed. PR #14857 by
@tiangolo.- ♻️ Refactor internals, cleanup unneeded Pydantic v1 specific logic. PR #14856 by
@tiangolo.
... (truncated)
8f82c94
🔖 Release version 0.128.75bb3423
📝 Update release notes6ce5e3e
✅ Tweak comment in test to reference PR (#14885)65da3dd
📝 Update release notes81f82fd
🔧 Update LLM-prompt for abbr and dfn tags (#14747)ff72101
📝 Update release notesca76a4e
📝 Use dfn tag for definitions instead of abbr
in docs (#14744)1133a45
📝 Update release notes38f9659
✅ Test order for the submitted byte Files (#14828)3f1cc8f
📝 Update release notesSourced from launchdarkly-server-sdk's releases.
v9.15.0
9.15.0 (2026-02-10)
Features
- Drop support for python 3.9 (#393) (5b761bd)
- Update ChangeSet to always require a Selector (#405) (5dc4f81)
Bug Fixes
- Add context manager for clearer, safer locks (#396) (beca0fa)
- Address potential race condition in FeatureStore update_availability (#391) (31cf487)
- Allow modifying fdv2 data source options independent of main config (#403) (d78079e)
- Mark copy_with_new_sdk_key method as deprecated (#353) (e471ccc)
- Prevent immediate polling on recoverable error (#399) (da565a2)
- Redis store is considered initialized when
$initedkey is written (e99a27d)- Stop FeatureStoreClientWrapper poller on close (#397) (468afdf)
- Update DataSystemConfig to accept list of synchronizers (#404) (c73ad14)
- Update reason documentation with inExperiment value (#401) (cbfc3dd)
- Update Redis to write missing
$initedkey (e99a27d)
This PR was generated with Release Please. See documentation.
Sourced from launchdarkly-server-sdk's changelog.
9.15.0 (2026-02-10)
⚠ BREAKING CHANGES
Note: The following breaking changes apply only to FDv2 (Flag Delivery v2) early access features, which are not subject to semantic versioning and may change without a major version bump.
- Update ChangeSet to always require a Selector (#405) (5dc4f81)
- The
ChangeSetBuilder.finish()method now requires aSelectorparameter.- Update DataSystemConfig to accept list of synchronizers (#404) (c73ad14)
- The
DataSystemConfig.synchronizersfield now accepts a list of synchronizers, and theConfigBuilder.synchronizers()method accepts variadic arguments.Features
Bug Fixes
- Add context manager for clearer, safer locks (#396) (beca0fa)
- Address potential race condition in FeatureStore update_availability (#391) (31cf487)
- Allow modifying fdv2 data source options independent of main config (#403) (d78079e)
- Mark copy_with_new_sdk_key method as deprecated (#353) (e471ccc)
- Prevent immediate polling on recoverable error (#399) (da565a2)
- Redis store is considered initialized when
$initedkey is written (e99a27d)- Stop FeatureStoreClientWrapper poller on close (#397) (468afdf)
- Update reason documentation with inExperiment value (#401) (cbfc3dd)
- Update Redis to write missing
$initedkey (e99a27d)
e542f73
chore(main): release 9.15.0 (#394)e471ccc
fix: Mark copy_with_new_sdk_key method as deprecated (#353)5dc4f81
feat: Update ChangeSet to always require a Selector (#405)f20fffe
chore: Remove dead code, clarify names, other cleanup (#398)c73ad14
fix: Update DataSystemConfig to accept list of synchronizers (#404)d78079e
fix: Allow modifying fdv2 data source options independent of main config
(#403)e99a27d
chore: Support persistent data store verification in contract tests (#402)cbfc3dd
fix: Update reason documentation with inExperiment value (#401)5a1adbb
chore: Update sdk_metadata features (#400)da565a2
fix: Prevent immediate polling on recoverable error (#399)Sourced from supabase's releases.
v2.28.0
2.28.0 (2026-02-10)
Features
Bug Fixes
- auth: add missing is_sso_user, deleted_at, banned_until to User model (#1375) (7f84a62)
- realtime: ensure remove_channel removes channel from channels dict (#1373) (0923314)
- realtime: use pop with default in _handle_message to prevent KeyError (#1388) (baea26f)
- storage3: replace print() with warnings.warn() for trailing slash notice (#1380) (50b099f)
v2.27.3
2.27.3 (2026-02-03)
Bug Fixes
Sourced from supabase's changelog.
2.28.0 (2026-02-10)
Features
Bug Fixes
- auth: add missing is_sso_user, deleted_at, banned_until to User model (#1375) (7f84a62)
- realtime: ensure remove_channel removes channel from channels dict (#1373) (0923314)
- realtime: use pop with default in _handle_message to prevent KeyError (#1388) (baea26f)
- storage3: replace print() with warnings.warn() for trailing slash notice (#1380) (50b099f)
2.27.3 (2026-02-03)
Bug Fixes
59e3384
chore(main): release 2.28.0 (#1378)baea26f
fix(realtime): use pop with default in _handle_message to prevent
KeyError (#...259f4ad
feat(storage): add list_v2 method to file_api client (#1377)50b099f
fix(storage3): replace print() with warnings.warn() for trailing slash
notice...0923314
fix(realtime): ensure remove_channel removes channel from channels dict
(#1373)7f84a62
fix(auth): add missing is_sso_user, deleted_at, banned_until to User
model (#...57dd6e2
chore(deps): bump the uv group across 1 directory with 3 updates (#1369)c357def
chore(main): release 2.27.3 (#1368)4267ff1
fix: ensure storage_url has trailing slash to prevent warning (#1367)cc72ed7
fix: deprecate python 3.9 in all packages (#1365)Sourced from github/codeql-action's releases.
v3.32.2
v3.32.1
- A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
- Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421
v3.32.0
v3.31.11
- When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
- Improved error handling throughout the CodeQL Action. #3415
- Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
- The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403
v3.31.10
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.10 - 12 Jan 2026
- Update default CodeQL bundle version to 2.23.9. #3393
See the full CHANGELOG.md for more information.
v3.31.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.9 - 16 Dec 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.31.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.8 - 11 Dec 2025
- Update default CodeQL bundle version to 2.23.8. #3354
See the full CHANGELOG.md for more information.
v3.31.7
... (truncated)
Sourced from github/codeql-action's changelog.
4.31.11 - 23 Jan 2026
- When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
- Improved error handling throughout the CodeQL Action. #3415
- Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
- The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403
4.31.10 - 12 Jan 2026
- Update default CodeQL bundle version to 2.23.9. #3393
4.31.9 - 16 Dec 2025
No user facing changes.
4.31.8 - 11 Dec 2025
- Update default CodeQL bundle version to 2.23.8. #3354
4.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7. #3343
4.31.6 - 01 Dec 2025
No user facing changes.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
4.31.4 - 18 Nov 2025
No user facing changes.
4.31.3 - 13 Nov 2025
- CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
- Update default CodeQL bundle version to 2.23.5. #3288
4.31.2 - 30 Oct 2025
No user facing changes.
4.31.1 - 30 Oct 2025
- The
add-snippetsinput has been removed from theanalyzeaction. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.4.31.0 - 24 Oct 2025
... (truncated)
8aac4e4
Merge pull request #3448
from github/mergeback/v4.32.1-to-main-6bc82e05e8d7df4
Rebuildc1bba77
Update changelog and version after v4.32.16bc82e0
Merge pull request #3447
from github/update-v4.32.1-f52cbc83042f00f2
Add a couple of change notescedee6d
Update changelog for v4.32.1f52cbc8
Merge pull request #3445
from github/dependabot/npm_and_yarn/fast-xml-parser-...Completing sign-in...
+