From 318a46ceec8f07134c2c589b1c303a83964b81e6 Mon Sep 17 00:00:00 2001 From: onur-askui <210008309+onur-askui@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:11:08 +0200 Subject: [PATCH] fix: add missing protobuf dependency --- pdm.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pdm.lock b/pdm.lock index 90e89af4..6e92459a 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "all", "android", "chat", "dev", "mcp", "pynput", "test", "web"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:ecb4a5b9f12fc5d3cf4c6e98a65c9bb90df5c523ba9c8f335e5e40b8a4e9b9d1" +content_hash = "sha256:1798fa81b5af10196977271587aae133fd763fe780218adcece9662c41e65e32" [[metadata.targets]] requires_python = ">=3.10" @@ -1479,7 +1479,7 @@ name = "protobuf" version = "6.31.1" requires_python = ">=3.9" summary = "" -groups = ["dev"] +groups = ["default", "dev"] files = [ {file = "protobuf-6.31.1-cp310-abi3-win32.whl", hash = "sha256:7fa17d5a29c2e04b7d90e5e32388b8bfd0e7107cd8e616feef7ed3fa6bdab5c9"}, {file = "protobuf-6.31.1-cp310-abi3-win_amd64.whl", hash = "sha256:426f59d2964864a1a366254fa703b8632dcec0790d8862d30034d8245e1cd447"}, diff --git a/pyproject.toml b/pyproject.toml index 75d8baa4..c699f5f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "segment-analytics-python>=2.3.4", "tenacity>=9.1.2", "jsonref>=1.1.0", + "protobuf>=6.31.1", ] requires-python = ">=3.10" readme = "README.md"