Skip to content

Commit fadb612

Browse files
Start using uv.lock. Do not use the newst request_file as it breaks a test.
1 parent a76cbb5 commit fadb612

File tree

2 files changed

+2450
-2
lines changed

2 files changed

+2450
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies = [
3232
"redis>=5.3.0",
3333
"redis-collections>=0.13.0",
3434
"requests>=2.32.3",
35-
"requests-cache>=1.2.1",
36-
"requests-file>=2.1.0",
35+
"requests-cache==1.2.1",
36+
"requests-file==2.1.0",
3737
"setuptools>=78.1.1,<81",
3838
"str2bool>=1.1",
3939
"whoosh>=2.7.4",

0 commit comments

Comments
 (0)