Skip to content

Commit 77498e9

Browse files
requirements: bump openai (#984)
Fixes: #983 Signed-off-by: David Korczynski <[email protected]>
1 parent 02a95af commit 77498e9

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ google-cloud-aiplatform==1.64.0
77
google-cloud-storage==2.9.0
88
google-cloud-logging==3.11.2
99
Jinja2==3.1.6
10-
openai==1.16.2
10+
openai==1.72.0
1111
pandas==2.2.2
1212
pylint==3.2.5
1313
pyright==1.1.345

requirements.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ grpc-google-iam-v1==0.14.2
109109
# via
110110
# google-cloud-logging
111111
# google-cloud-resource-manager
112-
grpcio==1.71.0
112+
grpcio==1.72.0rc1
113113
# via
114114
# google-api-core
115115
# googleapis-common-protos
@@ -119,7 +119,7 @@ grpcio-status==1.71.0
119119
# via google-api-core
120120
h11==0.14.0
121121
# via httpcore
122-
httpcore==1.0.7
122+
httpcore==1.0.8
123123
# via httpx
124124
httplib2==0.22.0
125125
# via
@@ -145,7 +145,9 @@ isort==5.13.2
145145
jinja2==3.1.6
146146
# via -r requirements.in
147147
jiter==0.9.0
148-
# via anthropic
148+
# via
149+
# anthropic
150+
# openai
149151
markupsafe==3.0.2
150152
# via jinja2
151153
mccabe==0.7.0
@@ -156,9 +158,9 @@ numpy==2.2.4
156158
# via
157159
# pandas
158160
# shapely
159-
openai==1.16.2
161+
openai==1.72.0
160162
# via -r requirements.in
161-
opentelemetry-api==1.31.1
163+
opentelemetry-api==1.32.0
162164
# via google-cloud-logging
163165
packaging==24.2
164166
# via
@@ -256,7 +258,7 @@ tqdm==4.67.1
256258
# via
257259
# huggingface-hub
258260
# openai
259-
typing-extensions==4.13.1
261+
typing-extensions==4.13.2
260262
# via
261263
# anthropic
262264
# anyio
@@ -271,7 +273,7 @@ tzdata==2025.2
271273
# via pandas
272274
uritemplate==4.1.1
273275
# via google-api-python-client
274-
urllib3==2.3.0
276+
urllib3==2.4.0
275277
# via requests
276278
wrapt==1.17.2
277279
# via deprecated

0 commit comments

Comments
 (0)