We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abc9de commit edaeb85Copy full SHA for edaeb85
pyproject.toml
@@ -25,23 +25,23 @@ dynamic = ["version"]
25
26
requires-python = ">=3.12"
27
dependencies = [
28
- "colorlog ~= 6.9.0",
29
- "numpy ~= 2.3.3",
30
- "openai ~= 1.106.1",
+ "colorlog ~= 6.10.1",
+ "numpy ~= 2.3.4",
+ "openai ~= 2.6.0",
31
"python-dotenv ~= 1.1.1",
32
]
33
34
[project.optional-dependencies]
35
dev = [
36
"build ~= 1.3.0",
37
"codespell ~= 2.4.1",
38
- "conventional-pre-commit ~= 4.2.0",
39
- "coverage ~= 7.10.7",
+ "conventional-pre-commit ~= 4.3.0",
+ "coverage ~= 7.11.0",
40
"detect-secrets ~= 1.5.0",
41
"git-cliff ~= 2.10.1",
42
"pre-commit ~= 4.3.0",
43
"pyright ~= 1.1.406",
44
- "ruff ~= 0.14.0",
+ "ruff ~= 0.14.1",
45
46
47
[project.scripts]
0 commit comments