Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit a425c19

Browse files
committed
Python 3.12
You may need to run `poetry update` and `poetry install` To set your env: `poetry env use /your/path/to/python/3.12.1/bin/python3`
1 parent b91cb8d commit a425c19

File tree

3 files changed

+62
-55
lines changed

3 files changed

+62
-55
lines changed

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from potential AI-related security risks. Key features include:
1818

1919
### Prerequisites
2020

21-
- Python 3.11 or higher
21+
- Python 3.12 or higher
2222
- [Poetry](https://python-poetry.org/docs/#installation) for dependency
2323
management
2424
- [Docker](https://docs.docker.com/get-docker/) or

poetry.lock

Lines changed: 60 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = []
77

88
[tool.poetry.dependencies]
9-
python = ">=3.11,<4.0"
9+
python = ">=3.12,<4.0"
1010
click = ">=8.1.0"
1111
PyYAML = ">=6.0.1"
1212
fastapi = ">=0.115.5"

0 commit comments

Comments
 (0)