From 6ff74284c26bb5f2cecc81a63cdf072f14d0d4e9 Mon Sep 17 00:00:00 2001 From: mgora-fugro Date: Wed, 13 May 2026 13:10:57 +0200 Subject: [PATCH] Update pyproject.toml --- betterproto2_compiler/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/betterproto2_compiler/pyproject.toml b/betterproto2_compiler/pyproject.toml index 28b87fb..30d930f 100644 --- a/betterproto2_compiler/pyproject.toml +++ b/betterproto2_compiler/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ requires-python = ">=3.10,<4.0" dependencies = [ # TODO use the version from the current repo? - "betterproto2>=0.9.0,<0.10", + "betterproto2~=0.10.0", # "betterproto2", "ruff>=0.9.3", "jinja2>=3.0.3",