We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71514c6 commit a74262aCopy full SHA for a74262a
Pipfile
@@ -11,7 +11,7 @@ pyliftover = "*"
11
polars = "*"
12
hgvs = "*"
13
"biocommons.seqrepo" = "*"
14
-pydantic = "*"
+pydantic = "~=2.4.2"
15
fastapi = "*"
16
uvicorn = "*"
17
"ga4gh.vrs" = "*"
setup.cfg
@@ -20,7 +20,7 @@ install_requires =
20
polars
21
hgvs
22
biocommons.seqrepo
23
- pydantic
+ pydantic ~= 2.4.2
24
uvicorn
25
fastapi
26
ga4gh.vrs
0 commit comments