From 3f0a67ab74a48a86346fa0ec0749b78b05075cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 14:32:54 +0000 Subject: [PATCH] Bump the core-deps group across 1 directory with 4 updates Updates the requirements on [structlog](https://github.com/hynek/structlog), [cloudwright-ai-cli](https://github.com/xmpuspus/cloudwright), [cloudwright-ai-web](https://github.com/xmpuspus/cloudwright) and [cloudwright-ai-mcp](https://github.com/xmpuspus/cloudwright) to permit the latest version. Updates `structlog` to 25.5.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.1.0...25.5.0) Updates `cloudwright-ai-cli` from 0.4.0 to 1.0.0 - [Release notes](https://github.com/xmpuspus/cloudwright/releases) - [Changelog](https://github.com/xmpuspus/cloudwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/xmpuspus/cloudwright/compare/v0.4.0...v1.0.0) Updates `cloudwright-ai-web` from 0.4.0 to 1.0.0 - [Release notes](https://github.com/xmpuspus/cloudwright/releases) - [Changelog](https://github.com/xmpuspus/cloudwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/xmpuspus/cloudwright/compare/v0.4.0...v1.0.0) Updates `cloudwright-ai-mcp` from 0.4.0 to 1.0.0 - [Release notes](https://github.com/xmpuspus/cloudwright/releases) - [Changelog](https://github.com/xmpuspus/cloudwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/xmpuspus/cloudwright/compare/v0.4.0...v1.0.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:production dependency-group: core-deps - dependency-name: cloudwright-ai-cli dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: core-deps - dependency-name: cloudwright-ai-web dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: core-deps - dependency-name: cloudwright-ai-mcp dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: core-deps ... Signed-off-by: dependabot[bot] --- packages/core/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/pyproject.toml b/packages/core/pyproject.toml index 8288ee8..cc99771 100644 --- a/packages/core/pyproject.toml +++ b/packages/core/pyproject.toml @@ -25,14 +25,14 @@ dependencies = [ "pyyaml>=6.0,<7", "anthropic>=0.58,<1", "openai>=1.50,<3", - "structlog>=24.1,<25", + "structlog>=24.1,<26", ] [project.optional-dependencies] -cli = ["cloudwright-ai-cli==0.4.0"] -web = ["cloudwright-ai-cli==0.4.0", "cloudwright-ai-web==0.4.0"] -mcp = ["cloudwright-ai-mcp==0.4.0"] -all = ["cloudwright-ai-cli==0.4.0", "cloudwright-ai-web==0.4.0", "cloudwright-ai-mcp==0.4.0", "databricks-sdk>=0.38.0"] +cli = ["cloudwright-ai-cli==1.0.0"] +web = ["cloudwright-ai-cli==1.0.0", "cloudwright-ai-web==1.0.0"] +mcp = ["cloudwright-ai-mcp==1.0.0"] +all = ["cloudwright-ai-cli==1.0.0", "cloudwright-ai-web==1.0.0", "cloudwright-ai-mcp==1.0.0", "databricks-sdk>=0.38.0"] pdf = ["weasyprint", "markdown2"] databricks = ["databricks-sdk>=0.38.0"]