We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7b59a commit 4d88f89Copy full SHA for 4d88f89
2 files changed
pyproject.toml
@@ -7,7 +7,7 @@ include = ["ai_commit"]
7
8
[project]
9
name = "ai-gen-commit"
10
-version = "0.0.10"
+version = "0.0.11"
11
authors = [
12
{ name = "Yankee Maharjan" },
13
]
@@ -19,19 +19,21 @@ classifiers = [
19
"Programming Language :: Python :: 3.10",
20
"Programming Language :: Python :: 3.11",
21
"Intended Audience :: Developers",
22
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
23
24
+
25
dependencies = [
- "openai==1.55.3"
26
+ "openai==1.90.0",
27
28
-[project.optional-dependencies]
29
+[dependency-groups]
30
dev = [
- "ruff==0.7.4"
31
+ "ruff==0.12.0",
32
33
34
[project.urls]
35
Repository = "https://github.com/yankeexe/ai-gen-commit"
36
37
[project.scripts]
38
aic = "ai_commit.app:run"
39
0 commit comments