This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 21349fa18746896096907bc79c0c3d227750fc40 Author: Greg Stein <[email protected]> AuthorDate: Sat Feb 21 19:53:13 2026 -0600 better way to run main.py, to always use "uv run" --- v3/server/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/server/main.py b/v3/server/main.py index 4c5786f..3656fed 100755 --- a/v3/server/main.py +++ b/v3/server/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env -S uv run --script # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file
