File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,14 @@ dependencies = [
24
24
' django-test-migrations~=1.3.0' ,
25
25
' djangorestframework~=3.15.2' ,
26
26
' drf-spectacular~=0.27.2' ,
27
+ ' fire~=0.7.0' ,
27
28
' ipython~=8.10.0' ,
28
29
' jwcrypto~=1.5.6' ,
29
30
' jinja2~=3.1.6' ,
30
31
' langchain~=0.3.10' ,
31
32
' langchain-ollama~=0.2.1' ,
32
33
' launchdarkly-server-sdk~=8.3.0' ,
33
- ' llama-stack-client>=0.2.7 ' ,
34
+ ' llama-stack-client>=0.2.9 ' ,
34
35
' protobuf~=5.28.2' ,
35
36
' psycopg~=3.1.8' ,
36
37
' PyDrive2~=1.20.0' ,
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ filelock==3.13.4
164
164
# via
165
165
# ansible-lint
166
166
# ansible-risk-insight
167
+ fire==0.7.0
168
+ # via -r requirements.in
167
169
frozenlist==1.4.1
168
170
# via
169
171
# aiohttp
@@ -268,7 +270,7 @@ langsmith==0.1.138
268
270
# langchain-core
269
271
launchdarkly-server-sdk==8.3.0
270
272
# via -r requirements.in
271
- llama-stack-client==0.2.7
273
+ llama-stack-client==0.2.9
272
274
# via -r requirements.in
273
275
markdown-it-py==3.0.0
274
276
# via rich
@@ -519,7 +521,9 @@ tenacity==8.2.3
519
521
# langchain
520
522
# langchain-core
521
523
termcolor==2.5.0
522
- # via llama-stack-client
524
+ # via
525
+ # fire
526
+ # llama-stack-client
523
527
tqdm==4.67.1
524
528
# via llama-stack-client
525
529
traitlets==5.14.3
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ filelock==3.13.4
164
164
# via
165
165
# ansible-lint
166
166
# ansible-risk-insight
167
+ fire==0.7.0
168
+ # via -r requirements.in
167
169
frozenlist==1.4.1
168
170
# via
169
171
# aiohttp
@@ -268,7 +270,7 @@ langsmith==0.1.138
268
270
# langchain-core
269
271
launchdarkly-server-sdk==8.3.0
270
272
# via -r requirements.in
271
- llama-stack-client==0.2.7
273
+ llama-stack-client==0.2.9
272
274
# via -r requirements.in
273
275
markdown-it-py==3.0.0
274
276
# via rich
@@ -519,7 +521,9 @@ tenacity==8.2.3
519
521
# langchain
520
522
# langchain-core
521
523
termcolor==2.5.0
522
- # via llama-stack-client
524
+ # via
525
+ # fire
526
+ # llama-stack-client
523
527
tqdm==4.67.1
524
528
# via llama-stack-client
525
529
traitlets==5.14.3
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ django_prometheus==2.2.0
29
29
django-test-migrations==1.3.0
30
30
djangorestframework==3.15.2
31
31
drf-spectacular==0.27.2
32
+ fire==0.7.0
32
33
# pin idna on 3.7 to address GHSA-jjg7-2v4v-x38h
33
34
# remove this once requests and yarl is updated to properly
34
35
# pull a version of idna >= 3.7.
@@ -47,7 +48,7 @@ jsonpickle==3.3.0
47
48
langchain==0.3.10
48
49
langchain-ollama==0.2.1
49
50
launchdarkly-server-sdk==8.3.0
50
- llama-stack-client>=0.2.7
51
+ llama-stack-client>=0.2.9
51
52
protobuf==5.28.2
52
53
psycopg[binary]==3.1.8
53
54
pydantic==2.9.2
You can’t perform that action at this time.
0 commit comments