Updates dependencies and bumps version to 0.2.1
Some checks failed
Build Wheels / build (push) Failing after 37s

Downgrades PyYAML to version 5.4.1 for compatibility reasons.
Updates project version from 0.2.0 to 0.2.1 to reflect dependency changes.
This commit is contained in:
2025-04-27 11:11:23 +00:00
parent 29d04a25f0
commit 07922f8a54

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "hdlbuild" name = "hdlbuild"
version = "0.2.0" version = "0.2.1"
description = "Flexible FPGA Build System" description = "Flexible FPGA Build System"
authors = ["0xMax42 <Mail@0xMax42.io>"] authors = ["0xMax42 <Mail@0xMax42.io>"]
license = "MIT" license = "MIT"
@@ -12,7 +12,7 @@ hdlbuild = "hdlbuild.cli:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
pyyaml = "^6.0.2" pyyaml = "5.4.1"
doit = "^0.36.0" doit = "^0.36.0"
pydantic = "^2.11.3" pydantic = "^2.11.3"
rich = "^14.0.0" rich = "^14.0.0"