From 7fa11d983c545295a7feefabb689c274ddc739ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:56:42 +0000 Subject: [PATCH] chore(deps): update python-json-logger requirement Updates the requirements on [python-json-logger](https://github.com/nhairs/python-json-logger) to permit the latest version. - [Release notes](https://github.com/nhairs/python-json-logger/releases) - [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md) - [Commits](https://github.com/nhairs/python-json-logger/compare/v2.0.7...v4.1.0) --- updated-dependencies: - dependency-name: python-json-logger dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da5c9eaa..d52891a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "sqlalchemy>=2.0.44", "tenacity>=8.2.3", "prometheus-fastapi-instrumentator>=6.1.0", - "python-json-logger>=2.0.7", + "python-json-logger>=4.1.0", "agent-framework-azure-ai-search==1.0.0b251211", "azure-search-documents>=11.6.0", "azure-monitor-opentelemetry>=1.8.3",