Skip to content

Commit

Permalink
Switch from pyaml to lower level pyyaml module
Browse files Browse the repository at this point in the history
  • Loading branch information
ehclark committed Dec 2, 2024
1 parent 4101c1f commit 2ad7a2e
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 @@ -21,7 +21,7 @@ dependencies = [
"uvicorn",
"ga4gh.vrs[extras]~=2.0.0a11",
"sqlalchemy~=1.4.54",
"pyaml",
"pyyaml",
]
dynamic = ["version"]

Expand Down

0 comments on commit 2ad7a2e

Please sign in to comment.