StanSava commited on
Commit
004f5f6
·
unverified ·
1 Parent(s): 7f2775c

update python version

Browse files
Files changed (4) hide show
  1. .python-version +1 -1
  2. README.md +1 -1
  3. pyproject.toml +1 -1
  4. 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.11.6 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
 
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"