black-yt commited on
Commit
d528d91
·
1 Parent(s): 0dc4dd6

Relax Space dependency version constraints

Browse files
Files changed (2) hide show
  1. VERSION +1 -1
  2. requirements.txt +9 -9
VERSION CHANGED
@@ -1 +1 @@
1
- v0.0.49
 
1
+ v0.0.50
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- fastapi==0.115.6
2
- huggingface_hub==1.2.3
3
- json5==0.14.0
4
- openai==2.3.0
5
- Pillow==11.3.0
6
- requests==2.32.5
7
- structai==0.1.22
8
- tiktoken==0.12.0
9
- uvicorn[standard]==0.34.0
 
1
+ fastapi>=0.115.6
2
+ huggingface_hub>=1.2.3
3
+ json5>=0.14.0
4
+ openai>=2.3.0
5
+ Pillow>=11.3.0
6
+ requests>=2.32.5
7
+ structai>=0.1.23
8
+ tiktoken>=0.12.0
9
+ uvicorn[standard]>=0.34.0