bump up production py version (#2400)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user