Skip to content

Commit 855743e

Browse files
committed
bump up requests library to 2.32.4
1 parent 7f97e39 commit 855743e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llm_benchmark"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
description = "LLM Benchmark for Throughputs via Ollama"
55
authors = ["Jason Chuang <[email protected]>"]
66
license = "MIT"
@@ -17,9 +17,9 @@ keywords = [
1717
[tool.poetry.dependencies]
1818
python = "^3.9"
1919
typer = {extras = ["all"], version = "^0.9.0"}
20-
ollama = "^0.4.8"
20+
ollama = "^0.5.1"
2121
pyyaml = "^6.0.1"
22-
requests = "^2.32.3"
22+
requests = "^2.32.4"
2323
psutil = "^5.9.8"
2424
GPUtil = "^1.4.0"
2525
lib-platform = "^1.2.10"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ lib-platform==1.2.10
1616
lib-registry==2.0.10
1717
markdown-it-py==3.0.0
1818
mdurl==0.1.2
19-
ollama==0.4.8
19+
ollama==0.5.1
2020
psutil==5.9.8
2121
Pygments==2.17.2
2222
PyYAML==6.0.1
23-
requests==2.32.3
23+
requests==2.32.4
2424
rich==13.7.1
2525
shellingham==1.5.4
2626
sniffio==1.3.1
2727
typer==0.9.4
2828
typing_extensions==4.10.0
29-
urllib3==2.2.2
29+
urllib3==2.5.0
3030
wrapt==1.16.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='llm_benchmark',
8-
version='0.4.6',
8+
version='0.4.7',
99
author='Jason Chuang',
1010
author_email='[email protected]',
1111
description='LLM Benchmark',
@@ -23,9 +23,9 @@
2323
install_requires=[
2424
'click>=8.0.0',
2525
'typer==0.11.0',
26-
'ollama==0.2.1',
26+
'ollama==0.5.1',
2727
'pyyaml==6.0.1',
28-
'requests==2.32.3',
28+
'requests==2.32.4',
2929
'psutil==5.9.8',
3030
'GPUtil==1.4.0',
3131
'lib-platform==1.2.10',

0 commit comments

Comments
 (0)