From 556e22b4277b610654ed253a55b28076bd54ef3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:20:09 +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] --- agents/crew-orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/crew-orchestrator/requirements.txt b/agents/crew-orchestrator/requirements.txt index 88e6b85..ce53689 100644 --- a/agents/crew-orchestrator/requirements.txt +++ b/agents/crew-orchestrator/requirements.txt @@ -6,7 +6,7 @@ httpx>=0.28.1 python-dotenv>=1.2.2,<2.0.0 chromadb>=0.4.22,<1.2.0 structlog>=24.1.0 -python-json-logger>=2.0.7 +python-json-logger>=4.1.0 crewai>=0.1.26 arq>=0.25.0 langchain-openai>=1.2.1,<2.0.0