Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Fix `AttributeError: cython_sources`
e.g. ref yaml/pyyaml#601
  • Loading branch information
fabpiaf authored and larsks committed Dec 11, 2024
1 parent 6f4f834 commit d99a318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ keywords = ["openapi", "jsonschema"]
[tool.poetry.dependencies]
python = "^3.7"
jsonref = "^0.2.0"
pyyaml = "^5.1"
click = "^7.0"
pyyaml = "^6.0"
click = "^8.0"
colorama = "^0.4.1"

[tool.poetry.scripts]
Expand Down

0 comments on commit d99a318

Please sign in to comment.