Skip to content

Commit

Permalink
pin pydantic + ga4gh.vrs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 25, 2023
1 parent 8788bb8 commit 47fe22d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
pydantic = ">=1.8.2"
pydantic = "==2.*"
fastapi = ">=0.92.0"
click = "*"
uvicorn = "*"
boto3 = "*"
"ga4gh.vrs" = "~=2.0.0.dev1"
"ga4gh.vrs" = "~=2.0.0a1"

[dev-packages]
thera-py = {editable = true, path = "."}
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ zip_safe = False
include_package_data = True

install_requires =
pydantic >=1.8.2
pydantic ==2.*
fastapi >= 0.92.0
click
uvicorn
boto3
ga4gh.vrs ~= 2.0.0.dev1
ga4gh.vrs ~= 2.0.0a1

[options.package_data]
therapy =
Expand Down

0 comments on commit 47fe22d

Please sign in to comment.