Skip to content

Commit

Permalink
Add requests to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Arakiss committed Oct 7, 2024
1 parent 2e17873 commit ab65b8b
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gitmuse/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "0.3.4"
139 changes: 138 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ include = [
]
[tool.poetry]
name = "gitmuse"
version = "0.3.3"
version = "0.3.4"
description = "GitMuse is an AI-powered tool that helps developers craft meaningful and descriptive Git commit messages."
authors = ["Petru Arakiss <[email protected]>"]
readme = "README.md"
Expand All @@ -81,6 +81,7 @@ jsonschema = "^4.23.0"
click = "^8.1.7"
structlog = "^24.4.0"
pydantic = "^2.8.2"
requests = "^2.32.3"

[tool.poetry.group.dev.dependencies]
mypy = "^1.11.0"
Expand Down

0 comments on commit ab65b8b

Please sign in to comment.