Skip to content

Commit cfc017d

Browse files
Merge pull request #89 from cloudera/mob/main
Support Python versions <=3.12
2 parents 5f29e90 + 72e364f commit cfc017d

File tree

3 files changed

+964
-39
lines changed

3 files changed

+964
-39
lines changed

llm-service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"presidio-anonymizer>=2.2.355",
3434
"detect-secrets>=1.5.0",
3535
]
36-
requires-python = "==3.10.*"
36+
requires-python = ">=3.10,<=3.12"
3737
readme = "README.md"
3838
license = {text = "APACHE"}
3939

0 commit comments

Comments
 (0)