Skip to content

Commit edaeb85

Browse files
committed
build(dependencies): Bump various libraries
Most noticeable, openai to 2.x
1 parent 2abc9de commit edaeb85

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ dynamic = ["version"]
2525

2626
requires-python = ">=3.12"
2727
dependencies = [
28-
"colorlog ~= 6.9.0",
29-
"numpy ~= 2.3.3",
30-
"openai ~= 1.106.1",
28+
"colorlog ~= 6.10.1",
29+
"numpy ~= 2.3.4",
30+
"openai ~= 2.6.0",
3131
"python-dotenv ~= 1.1.1",
3232
]
3333

3434
[project.optional-dependencies]
3535
dev = [
3636
"build ~= 1.3.0",
3737
"codespell ~= 2.4.1",
38-
"conventional-pre-commit ~= 4.2.0",
39-
"coverage ~= 7.10.7",
38+
"conventional-pre-commit ~= 4.3.0",
39+
"coverage ~= 7.11.0",
4040
"detect-secrets ~= 1.5.0",
4141
"git-cliff ~= 2.10.1",
4242
"pre-commit ~= 4.3.0",
4343
"pyright ~= 1.1.406",
44-
"ruff ~= 0.14.0",
44+
"ruff ~= 0.14.1",
4545
]
4646

4747
[project.scripts]

0 commit comments

Comments
 (0)