Skip to content

Commit 6b820c1

Browse files
committed
feat: Added pyyaml as explicit dependency
1 parent 9b6d0fd commit 6b820c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-generator"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Openapi Python Generator"
55
authors = ["Marco Müllner <[email protected]>"]
66
license = "MIT"
@@ -26,6 +26,7 @@ click = "^8.1.3"
2626
black = ">=21.10b0"
2727
isort = ">=5.10.1"
2828
openapi-pydantic = "^0.5.0"
29+
pyyaml = "^6.0.2"
2930

3031
[tool.poetry.dev-dependencies]
3132
Pygments = ">=2.10.0"

0 commit comments

Comments
 (0)