Soroush commited on
Commit ·
3b383fb
1
Parent(s): 302f434
change python version
Browse files- .python-version +1 -1
- pyproject.toml +1 -1
- uv.lock +0 -0
.python-version
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
3.
|
|
|
|
| 1 |
+
3.10
|
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ name = "pii-detection-mcp-server"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "PII Detection and Masking Tool with Mistral AI"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"gradio>=4.0.0",
|
| 9 |
"mistralai>=1.8.1",
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "PII Detection and Masking Tool with Mistral AI"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.10"
|
| 7 |
dependencies = [
|
| 8 |
"gradio>=4.0.0",
|
| 9 |
"mistralai>=1.8.1",
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|