Skip to content

Commit a74262a

Browse files
authored
build: pin pydantic to v2 major version (#214)
* Used latest version, 2.4.2, at the time of creating this PR. No bug in previous versions but wanted to put latest version
1 parent 71514c6 commit a74262a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pyliftover = "*"
1111
polars = "*"
1212
hgvs = "*"
1313
"biocommons.seqrepo" = "*"
14-
pydantic = "*"
14+
pydantic = "~=2.4.2"
1515
fastapi = "*"
1616
uvicorn = "*"
1717
"ga4gh.vrs" = "*"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install_requires =
2020
polars
2121
hgvs
2222
biocommons.seqrepo
23-
pydantic
23+
pydantic ~= 2.4.2
2424
uvicorn
2525
fastapi
2626
ga4gh.vrs

0 commit comments

Comments
 (0)