Spaces:
Running
Running
update python version
Browse files- .python-version +1 -1
- README.md +1 -1
- pyproject.toml +1 -1
- uv.lock +1 -1
.python-version
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
3.13
|
|
|
|
| 1 |
+
3.13.5
|
README.md
CHANGED
|
@@ -116,7 +116,7 @@ The system is powered by a coordinated team of specialized SmolAgents, each resp
|
|
| 116 |
|
| 117 |
### Prerequisites
|
| 118 |
|
| 119 |
-
* Python 3.
|
| 120 |
* [uv](https://github.com/astral-sh/uv) package manager
|
| 121 |
* API keys for your chosen LLM provider(s)
|
| 122 |
* Supabase API Key
|
|
|
|
| 116 |
|
| 117 |
### Prerequisites
|
| 118 |
|
| 119 |
+
* Python 3.13.5 or higher
|
| 120 |
* [uv](https://github.com/astral-sh/uv) package manager
|
| 121 |
* API keys for your chosen LLM provider(s)
|
| 122 |
* Supabase API Key
|
pyproject.toml
CHANGED
|
@@ -6,7 +6,7 @@ version = "0.1.0"
|
|
| 6 |
description = "SmolAgents-based HR skill-gap analysis and training planner app (EastSync)"
|
| 7 |
authors = ["EastSync Team"]
|
| 8 |
readme = "README.md"
|
| 9 |
-
requires-python = ">=3.13"
|
| 10 |
dependencies = [
|
| 11 |
"pydantic>=2.0.0",
|
| 12 |
"gradio==6.0.0.dev1",
|
|
|
|
| 6 |
description = "SmolAgents-based HR skill-gap analysis and training planner app (EastSync)"
|
| 7 |
authors = ["EastSync Team"]
|
| 8 |
readme = "README.md"
|
| 9 |
+
requires-python = ">=3.13.5"
|
| 10 |
dependencies = [
|
| 11 |
"pydantic>=2.0.0",
|
| 12 |
"gradio==6.0.0.dev1",
|
uv.lock
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
version = 1
|
| 2 |
revision = 3
|
| 3 |
-
requires-python = ">=3.13"
|
| 4 |
|
| 5 |
[[package]]
|
| 6 |
name = "aiofiles"
|
|
|
|
| 1 |
version = 1
|
| 2 |
revision = 3
|
| 3 |
+
requires-python = ">=3.13.5"
|
| 4 |
|
| 5 |
[[package]]
|
| 6 |
name = "aiofiles"
|