pedrobento988 commited on
Commit
64dc775
·
verified ·
1 Parent(s): 52fe59a

Fix pip fsspec error (#13)

Browse files

- fix: Restrict fsspect version to avoid pip errors in space (e8b0af0242e4e16e7ea76549069e3fe2df5acd09)

Files changed (4) hide show
  1. pyproject.toml +1 -0
  2. requirements-dev.txt +1 -1
  3. requirements.txt +1 -1
  4. uv.lock +0 -0
pyproject.toml CHANGED
@@ -14,6 +14,7 @@ readme = "README.md"
14
  license = ""
15
  dependencies = [
16
  "aiohttp>=3.12.9",
 
17
  "gradio[mcp]~=5.31",
18
  "huggingface-hub>=0.32.3",
19
  "langchain-aws>=0.2.24",
 
14
  license = ""
15
  dependencies = [
16
  "aiohttp>=3.12.9",
17
+ "fsspec[http]<=2025.3.0",
18
  "gradio[mcp]~=5.31",
19
  "huggingface-hub>=0.32.3",
20
  "langchain-aws>=0.2.24",
requirements-dev.txt CHANGED
@@ -29,7 +29,7 @@ fastapi==0.115.12
29
  ffmpy==0.6.0
30
  filelock==3.18.0
31
  frozenlist==1.6.2
32
- fsspec==2025.5.1
33
  gradio==5.32.1
34
  gradio-client==1.10.2
35
  groovy==0.1.2
 
29
  ffmpy==0.6.0
30
  filelock==3.18.0
31
  frozenlist==1.6.2
32
+ fsspec==2025.3.0
33
  gradio==5.32.1
34
  gradio-client==1.10.2
35
  groovy==0.1.2
requirements.txt CHANGED
@@ -23,7 +23,7 @@ fastapi==0.115.12
23
  ffmpy==0.6.0
24
  filelock==3.18.0
25
  frozenlist==1.6.2
26
- fsspec==2025.5.1
27
  gradio==5.32.1
28
  gradio-client==1.10.2
29
  groovy==0.1.2
 
23
  ffmpy==0.6.0
24
  filelock==3.18.0
25
  frozenlist==1.6.2
26
+ fsspec==2025.3.0
27
  gradio==5.32.1
28
  gradio-client==1.10.2
29
  groovy==0.1.2
uv.lock CHANGED
The diff for this file is too large to render. See raw diff