Skip to content

Commit

Permalink
build: pin pydantic to v2 major version
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 18, 2023
1 parent 71514c6 commit cdecb2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pyliftover = "*"
polars = "*"
hgvs = "*"
"biocommons.seqrepo" = "*"
pydantic = "*"
pydantic = "~=2.4.2"
fastapi = "*"
uvicorn = "*"
"ga4gh.vrs" = "*"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install_requires =
polars
hgvs
biocommons.seqrepo
pydantic
pydantic ~= 2.4.2
uvicorn
fastapi
ga4gh.vrs
Expand Down

0 comments on commit cdecb2d

Please sign in to comment.