pin python connectrpc packages at >=0.10.0

This commit is contained in:
2026-05-11 12:22:24 -07:00
parent 06d4122e4e
commit 14d5dc4519
3 changed files with 38 additions and 32 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ description = "ConnectRPC server orchestrating file conversions with S3-compatib
readme = "../../../README.md"
requires-python = ">=3.12"
dependencies = [
"connectrpc>=0.6.0",
"connectrpc>=0.10.0",
"minio>=7.2.18",
"officeconvert",
"svix-ksuid>=0.7.0",