Skip to content

Commit

Permalink
build: pin ga4gh.vrs dependency (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Feb 23, 2024
1 parent d6bfb7c commit 32e1dc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0a2", 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.0a2",
"gene-normalizer ~=0.3.0.dev1",
"boto3",
"cool-seq-tool ~=0.4.0.dev1",
Expand Down
2 changes: 1 addition & 1 deletion src/variation/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Module for version of app"""
__version__ = "0.8.1-dev0"
__version__ = "0.8.1"

0 comments on commit 32e1dc3

Please sign in to comment.