Skip to content

Commit 3600468

Browse files
authored
chore: update depencies (#71)
* fix: use correct name for uv constraint * feat: add poetry 2.3
1 parent 4c8d703 commit 3600468

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

buildpack.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ api = "0.8"
266266
id = "poetry"
267267
patches = 2
268268

269+
[[metadata.dependency-constraints]]
270+
constraint = "2.3.*"
271+
id = "poetry"
272+
patches = 2
273+
269274
# uv
270275
[[metadata.dependencies]]
271276
arch = "amd64"
@@ -321,7 +326,7 @@ api = "0.8"
321326

322327
[[metadata.dependency-constraints]]
323328
constraint = "*"
324-
id = "python-uv"
329+
id = "uv"
325330
patches = 2
326331

327332
[[stacks]]

0 commit comments

Comments
 (0)