File tree Expand file tree Collapse file tree 3 files changed +148
-147
lines changed Expand file tree Collapse file tree 3 files changed +148
-147
lines changed Original file line number Diff line number Diff line change 25
25
enable-cache : true
26
26
cache-dependency-glob : " backend/uv.lock"
27
27
# Install a specific version of uv.
28
- version : " 0.7.12 "
28
+ version : " 0.7.13 "
29
29
30
30
- name : Set up Python
31
31
run : uv python install
Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ dependencies = [
6
6
" flask" ,
7
7
" valkey" ,
8
8
" gunicorn" ,
9
- " openai" ,
9
+ " openai==1.89 " ,
10
10
" jsonlines" ,
11
11
" simplejson" ,
12
- " ipdb>=0.13.13" ,
13
12
" python-dotenv" ,
14
13
" pandas>=2.3.0" ,
15
14
]
@@ -24,11 +23,12 @@ build-backend = "setuptools.build_meta"
24
23
25
24
[dependency-groups ]
26
25
dev = [
27
- " pytest>=8.3.5" ,
26
+ " ipdb>=0.13.13" ,
27
+ " pytest>=8.4.0" ,
28
28
" pytest-cov>=6.1.1" ,
29
29
" pytest-mock>=3.14.1" ,
30
- " ruff>=0.11.13 " ,
31
- " ty>=0.0.1a8 " ,
30
+ " ruff>=0.12.0 " ,
31
+ " ty>=0.0.1a11 " ,
32
32
" types-Flask>=1.1.6" ,
33
33
]
34
34
You can’t perform that action at this time.
0 commit comments