Skip to content

Commit

Permalink
reduce required version of PyYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
berislavlopac committed Mar 1, 2023
1 parent 29cbcec commit f90a29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyapi-server"
version = "0.2.6"
version = "0.2.7"
description = "Lightweight API framework using an OpenAPI spec for routing and validation."
readme = "README.md"
license = {text = "MIT"}
Expand All @@ -9,7 +9,7 @@ authors = [
]
requires-python = ">=3.8,<4.0"
dependencies = [
"PyYAML>=6.0",
"PyYAML>=5.4",
"stringcase>=1.2.0",
"openapi-core>=0.16.1",
"starlette>=0.21.0",
Expand Down
1 change: 1 addition & 0 deletions release-notes/0.2.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* accept PyYAML >= 5.4

0 comments on commit f90a29a

Please sign in to comment.