Skip to content

Commit 4220a6d

Browse files
authored
Merge pull request #54 from xaitax/dependabot/pip/main/openai-2.6.1
Bump openai from 2.2.0 to 2.6.1
2 parents 698ea04 + e7d5ad2 commit 4220a6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dynamic = [ "readme" ]
1212
dependencies = [
1313
"requests==2.32.5",
1414
"jinja2==3.1.6",
15-
"openai==2.2.0",
15+
"openai==2.6.1",
1616
"google-genai==1.41.0",
1717
"GitPython==3.1.45",
1818
"tqdm==4.67.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests==2.32.5
22
jinja2==3.1.6
3-
openai==2.2.0
3+
openai==2.6.1
44
google-genai==1.41.0
55
GitPython==3.1.45
66
tqdm==4.67.1

0 commit comments

Comments
 (0)