bump up production py version (#2400)

This commit is contained in:
Shuchang Zheng
2025-05-20 10:49:03 -07:00
committed by GitHub
parent d3e9fa8ef4
commit e87d0d4d40
2 changed files with 53 additions and 7 deletions

View File

@@ -45,7 +45,10 @@ types-toml = "^0.10.8.7"
httpx = {version = "^0.27.0", extras = ["socks"]}
filetype = "^1.2.0"
redis = "^5.0.3"
onnxruntime = ">=1.20.0,<1.23.0"
onnxruntime = [
{ version = ">=1.20.0,<1.23.0", python = ">=3.12, <3.14"},
{ version = "<1.17", python = ">=3.11, <3.12"}
]
aioredlock = "^0.7.3"
stripe = "^9.7.0"
tldextract = "^5.1.2"