We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8d703 commit 3600468Copy full SHA for 3600468
1 file changed
buildpack.toml
@@ -266,6 +266,11 @@ api = "0.8"
266
id = "poetry"
267
patches = 2
268
269
+ [[metadata.dependency-constraints]]
270
+ constraint = "2.3.*"
271
+ id = "poetry"
272
+ patches = 2
273
+
274
# uv
275
[[metadata.dependencies]]
276
arch = "amd64"
@@ -321,7 +326,7 @@ api = "0.8"
321
326
322
327
[[metadata.dependency-constraints]]
323
328
constraint = "*"
324
- id = "python-uv"
329
+ id = "uv"
325
330
331
332
[[stacks]]
0 commit comments