File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ check-env-build:
9898 exit 1; \
9999 fi
100100
101- requirements.txt :
101+ requirements.txt : uv.lock
102102 uv export --no-hashes --no-header --no-annotate --no-dev --format requirements.txt > requirements.txt
103103
104104build : check-env-build setup requirements.txt
Original file line number Diff line number Diff line change 11aiohappyeyeballs == 2.6.1
22aiohttp == 3.12.13
3- aiosignal == 1.4.0
4- aiosqlite == 0.22 .0
3+ aiosignal == 1.3.2
4+ aiosqlite == 0.21 .0
55annotated-doc == 0.0.4
66annotated-types == 0.7.0
77anyio == 4.9.0
@@ -103,7 +103,7 @@ sentence-transformers==5.0.0
103103setuptools == 80.9.0
104104six == 1.17.0
105105sniffio == 1.3.1
106- sqlalchemy == 2.0.45
106+ sqlalchemy == 2.0.41
107107sse-starlette == 2.3.6
108108starlette == 0.49.3
109109sympy == 1.14.0
@@ -120,6 +120,6 @@ typing-inspection==0.4.2
120120tzdata == 2025.2
121121urllib3 == 2.5.0
122122uvicorn == 0.34.3
123- wcwidth == 0.2.14
123+ wcwidth == 0.2.13
124124yarl == 1.20.1
125125zipp == 3.23.0
You can’t perform that action at this time.
0 commit comments