Skip to content

Commit d196b2c

Browse files
build(deps): Update structlog requirement in /packages/agent-mesh (microsoft#879)
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:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7dc3b8 commit d196b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-mesh/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
"httpx>=0.27.0,<1.0",
5353
"aiohttp>=3.13.3,<4.0",
5454
"pyyaml>=6.0,<7.0",
55-
"structlog>=24.1.0,<25.0",
55+
"structlog>=24.1.0,<26.0",
5656
"click>=8.1.0,<9.0",
5757
"rich>=13.0.0,<14.0",
5858
]

0 commit comments

Comments
 (0)