mbudisic commited on
Commit
fe739dd
·
1 Parent(s): d7a9fd7

Downgraded to py3.11 to be compatible with colab

Browse files
Files changed (3) hide show
  1. .python-version +1 -1
  2. pyproject.toml +3 -3
  3. uv.lock +0 -0
.python-version CHANGED
@@ -1 +1 @@
1
- 3.13
 
1
+ 3.11
pyproject.toml CHANGED
@@ -3,7 +3,7 @@ name = "pstuts_rag"
3
  version = "2025.05.12"
4
  description = "Agentic RAG system for PsTuts dataset"
5
  readme = "README.md"
6
- requires-python = ">=3.13"
7
  dependencies = [
8
  "aiohttp>=3.8.0",
9
  "chainlit==2.0.4",
@@ -60,7 +60,7 @@ dev = [
60
 
61
  [tool.ruff]
62
  line-length = 79
63
- target-version = "py313"
64
  select = ["E", "F", "I", "N", "W"]
65
  ignore = []
66
 
@@ -69,7 +69,7 @@ known-first-party = ["src"]
69
 
70
  [tool.black]
71
  line-length = 79
72
- target-version = ["py313"]
73
 
74
  # [tool.mypy]
75
  # python_version = "3.13"
 
3
  version = "2025.05.12"
4
  description = "Agentic RAG system for PsTuts dataset"
5
  readme = "README.md"
6
+ requires-python = ">=3.11"
7
  dependencies = [
8
  "aiohttp>=3.8.0",
9
  "chainlit==2.0.4",
 
60
 
61
  [tool.ruff]
62
  line-length = 79
63
+ target-version = "py311"
64
  select = ["E", "F", "I", "N", "W"]
65
  ignore = []
66
 
 
69
 
70
  [tool.black]
71
  line-length = 79
72
+ target-version = ["py311"]
73
 
74
  # [tool.mypy]
75
  # python_version = "3.13"
uv.lock CHANGED
The diff for this file is too large to render. See raw diff