This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch add-dev-dependency-group
in repository https://gitbox.apache.org/repos/asf/burr.git

commit 5cd0fd2623ee2ce85218514ee027e3d3b17b0d23
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Nov 30 16:42:27 2025 +0100

    Version bump to 0.41.0
---
 pyproject.toml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 9fdc75fc..65d38286 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -222,6 +222,7 @@ developer = [
   "build",
   "twine",
   "pre-commit",
+  "pip",
 ]
 
 opentelemetry = [
@@ -252,10 +253,16 @@ burr-admin-build-ui = "burr.cli.__main__:cli_build_ui"
 burr-admin-generate-demo-data = "burr.cli.__main__:cli_generate_demo_data"
 burr-test-case = "burr.cli.__main__:cli_test_case"
 
+[dependency-groups]
+dev = [
+  "apache-burr[developer]",
+  "apache-burr[cli]",
+  "flit",
+]
+
 [tool.flit.module]
 name = "burr"
 
-
 [tool.flit.sdist]
 include = [
   "LICENSE",

Reply via email to