Skip to content

Commit c915c97

Browse files
build(deps-dev): Update structlog requirement (microsoft#877)
Updates the requirements on [structlog](https://github.com/hynek/structlog) to permit the latest version. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](hynek/structlog@24.1.0...25.5.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d196b2c commit c915c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-hypervisor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
[project.optional-dependencies]
4444
# Integration adapters (optional — hypervisor works standalone)
4545
nexus = [
46-
"structlog>=24.1.0,<25.0",
46+
"structlog>=24.1.0,<26.0",
4747
]
4848
api = [
4949
"fastapi>=0.115.0,<1.0",

0 commit comments

Comments
 (0)