pin python (#5904)

This commit is contained in:
Mert 2023-12-21 11:54:56 -05:00 committed by GitHub
parent cc2dc12f6c
commit 4dd7412a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "app"}]
[tool.poetry.dependencies]
python = "=3.11.*"
python = ">=3.10,<3.12"
onnxruntime = "^1.15.0"
insightface = "^0.7.3"
opencv-python-headless = "^4.7.0.72"

View File

@ -2,6 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "docker:pinDigests"],
"minimumReleaseAge": "5 days",
"constraints": {
"python": "< 3.12"
},
"constraintsFiltering": "strict",
"packageRules": [
{
"matchFileNames": ["cli/**"],