Skip to content

Commit 520392f

Browse files
authored
Merge pull request trustyai-explainability#8 from m-misiura/python3.12
📝 changing python version to 3.12 or above
2 parents 9303f05 + fa6ff01 commit 520392f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-2-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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: |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "llama-stack-provider-trustyai-fms"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Remote safety provider for Llama Stack integrating FMS Guardrails Orchestrator and community detectors"
99
authors = [
1010
{name = "GitHub: m-misiura"}
@@ -13,7 +13,7 @@ maintainers = [
1313
{name = "GitHub: m-misiura"}
1414
]
1515
readme = "README.md"
16-
requires-python = ">=3.10"
16+
requires-python = ">=3.12"
1717
license = "Apache-2.0"
1818
dependencies = [
1919
"llama-stack",

0 commit comments

Comments
 (0)