@@ -124,6 +124,10 @@ description = "Ubuntu 24.04 base image with buildpacks for .NET, Dart, Go, Java,
124
124
id = " google.python.poetry"
125
125
uri = " python/poetry_using_runner.tgz"
126
126
127
+ [[buildpacks ]]
128
+ id = " google.python.uv"
129
+ uri = " python/uv_using_runner.tgz"
130
+
127
131
[[buildpacks ]]
128
132
id = " google.python.functions-framework"
129
133
uri = " python/functions_framework_using_runner.tgz"
@@ -516,16 +520,41 @@ description = "Ubuntu 24.04 base image with buildpacks for .NET, Dart, Go, Java,
516
520
id = " google.utils.label-image"
517
521
518
522
# Python applications with default entrypoint or fail with a message.
523
+ # Poetry order group.
519
524
[[order ]]
520
525
[[order .group ]]
521
526
id = " google.python.runtime"
522
527
523
528
[[order .group ]]
524
- id = " google.python.pip"
525
- optional = true
529
+ id = " google.python.poetry"
526
530
527
531
[[order .group ]]
528
- id = " google.python.poetry"
532
+ id = " google.config.entrypoint"
533
+
534
+ [[order .group ]]
535
+ id = " google.utils.label-image"
536
+
537
+ # UV order group.
538
+ [[order ]]
539
+ [[order .group ]]
540
+ id = " google.python.runtime"
541
+
542
+ [[order .group ]]
543
+ id = " google.python.uv"
544
+
545
+ [[order .group ]]
546
+ id = " google.config.entrypoint"
547
+
548
+ [[order .group ]]
549
+ id = " google.utils.label-image"
550
+
551
+ # Pip order group.
552
+ [[order ]]
553
+ [[order .group ]]
554
+ id = " google.python.runtime"
555
+
556
+ [[order .group ]]
557
+ id = " google.python.pip"
529
558
optional = true
530
559
531
560
[[order .group ]]
@@ -714,6 +743,7 @@ description = "Ubuntu 24.04 base image with buildpacks for .NET, Dart, Go, Java,
714
743
# Python 2/2 #
715
744
# #############
716
745
# Python applications with default entrypoint or fail with a message.
746
+ # Poetry order group.
717
747
[[order ]]
718
748
[[order .group ]]
719
749
id = " google.python.runtime"
@@ -723,11 +753,43 @@ description = "Ubuntu 24.04 base image with buildpacks for .NET, Dart, Go, Java,
723
753
optional = true
724
754
725
755
[[order .group ]]
726
- id = " google.python.pip"
756
+ id = " google.python.poetry"
757
+
758
+ [[order .group ]]
759
+ id = " google.python.missing-entrypoint"
760
+
761
+ [[order .group ]]
762
+ id = " google.utils.label-image"
763
+
764
+ # UV order group.
765
+ [[order ]]
766
+ [[order .group ]]
767
+ id = " google.python.runtime"
768
+
769
+ [[order .group ]]
770
+ id = " google.python.webserver"
727
771
optional = true
728
772
729
773
[[order .group ]]
730
- id = " google.python.poetry"
774
+ id = " google.python.uv"
775
+
776
+ [[order .group ]]
777
+ id = " google.python.missing-entrypoint"
778
+
779
+ [[order .group ]]
780
+ id = " google.utils.label-image"
781
+
782
+ # Pip order group.
783
+ [[order ]]
784
+ [[order .group ]]
785
+ id = " google.python.runtime"
786
+
787
+ [[order .group ]]
788
+ id = " google.python.webserver"
789
+ optional = true
790
+
791
+ [[order .group ]]
792
+ id = " google.python.pip"
731
793
optional = true
732
794
733
795
[[order .group ]]
0 commit comments