Skip to content

Commit

Permalink
build!: udpate ga4gh.vrs version (#542)
Browse files Browse the repository at this point in the history
* ~=2.0.0a5
  • Loading branch information
korikuzma authored Mar 19, 2024
1 parent bc36816 commit b34fd8e
Show file tree
Hide file tree
Showing 16 changed files with 215 additions and 146 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ruff = "==0.2.0"
fastapi = "*"
uvicorn = "*"
pydantic = "==2.*"
"ga4gh.vrs" = {version = "==2.0.0a2", extras = ["extras"]}
"ga4gh.vrs" = {version = "~=2.0.0a5", extras = ["extras"]}
gene-normalizer = "~=0.3.0.dev1"
boto3 = "*"
cool-seq-tool = "~=0.4.0.dev1"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"fastapi",
"uvicorn",
"pydantic ==2.*",
"ga4gh.vrs[extras] == 2.0.0a2",
"ga4gh.vrs[extras] ~= 2.0.0a5",
"gene-normalizer ~=0.3.0.dev1",
"boto3",
"cool-seq-tool ~=0.4.0.dev1",
Expand Down
Loading

0 comments on commit b34fd8e

Please sign in to comment.