We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af67d8e commit 2a3ad99Copy full SHA for 2a3ad99
Pipfile
@@ -11,7 +11,7 @@ pyliftover = "*"
11
polars = "*"
12
hgvs = "*"
13
"biocommons.seqrepo" = "*"
14
-pydantic = "~=2.4.2"
+pydantic = "==2.*"
15
fastapi = "*"
16
uvicorn = "*"
17
"ga4gh.vrs" = "*"
cool_seq_tool/version.py
@@ -1,2 +1,2 @@
1
"""Define package version."""
2
-__version__ = "0.3.0-dev0"
+__version__ = "0.3.0-dev1"
setup.cfg
@@ -20,7 +20,7 @@ install_requires =
20
polars
21
hgvs
22
biocommons.seqrepo
23
- pydantic ~= 2.4.2
+ pydantic == 2.*
24
uvicorn
25
fastapi
26
ga4gh.vrs
0 commit comments