Skip to content

Commit

Permalink
bumped pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Nov 19, 2024
1 parent 9d2c75a commit 6b24f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.8.0"
description = "Create GitHub Actions using Python"
authors = [{ name = "Sadra Yahyapour", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = ["pydantic ~= 2.7.0", "requests ~= 2.32.3"]
dependencies = ["pydantic ~= 2.9.2", "requests ~= 2.32.3"]
readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }
classifiers = [
Expand Down

0 comments on commit 6b24f16

Please sign in to comment.