File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818 - uses : actions/setup-python@v5
1919 with :
20- python-version : ' 3.10 '
20+ python-version : ' 3.12 '
2121 cache : ' pip' # Speed up builds
2222
2323 - run : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " llama-stack-provider-trustyai-fms"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88description = " Remote safety provider for Llama Stack integrating FMS Guardrails Orchestrator and community detectors"
99authors = [
1010 {name = " GitHub: m-misiura" }
@@ -13,7 +13,7 @@ maintainers = [
1313 {name = " GitHub: m-misiura" }
1414]
1515readme = " README.md"
16- requires-python = " >=3.10 "
16+ requires-python = " >=3.12 "
1717license = " Apache-2.0"
1818dependencies = [
1919 " llama-stack" ,
You can’t perform that action at this time.
0 commit comments