Skip to content

Commit 4d88f89

Browse files
committed
Upgrade dependency versions
1 parent 4a7b59a commit 4d88f89

2 files changed

Lines changed: 407 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["ai_commit"]
77

88
[project]
99
name = "ai-gen-commit"
10-
version = "0.0.10"
10+
version = "0.0.11"
1111
authors = [
1212
{ name = "Yankee Maharjan" },
1313
]
@@ -19,19 +19,21 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Intended Audience :: Developers",
22-
"Development Status :: 3 - Alpha",
22+
"Development Status :: 4 - Beta",
2323
]
24+
2425
dependencies = [
25-
"openai==1.55.3"
26+
"openai==1.90.0",
2627
]
2728

28-
[project.optional-dependencies]
29+
[dependency-groups]
2930
dev = [
30-
"ruff==0.7.4"
31+
"ruff==0.12.0",
3132
]
3233

3334
[project.urls]
3435
Repository = "https://github.com/yankeexe/ai-gen-commit"
3536

3637
[project.scripts]
3738
aic = "ai_commit.app:run"
39+

0 commit comments

Comments
 (0)