Skip to content

Commit 4ad099f

Browse files
committed
Update requirements.txt, Makefile and format app.py.
1 parent 018f939 commit 4ad099f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docstring: activate
4343

4444
format: activate
4545
# format code
46-
$(PYTHON) black utils/*.py *.py
46+
black utils/*.py *.py
4747

4848
clean:
4949
# clean directory of cache

app.py

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
},
134134
]
135135

136+
136137
@with_langtrace_root_span()
137138
async def process_user_message(message: str, history: list) -> str:
138139
"""

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
africastalking==1.2.8
22
black==24.8.0
33
pylint==3.2.6
4-
ipython==8.26.0
4+
ipython==8.30.0
55
ollama==0.3.3
66
black==24.8.0
77
pyment==0.3.3
88
codecarbon==2.7.1
9-
gradio==5.5.0
9+
gradio==5.7.1
1010
duckduckgo_search==6.3.2
1111
langtrace-python-sdk==3.3.12
1212
setuptools==75.6.0

0 commit comments

Comments
 (0)