Skip to content

Commit 2a3ad99

Browse files
authored
build: properly pin pydantic v2 major version (#215)
1 parent af67d8e commit 2a3ad99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = "~=2.4.2"
14+
pydantic = "==2.*"
1515
fastapi = "*"
1616
uvicorn = "*"
1717
"ga4gh.vrs" = "*"

cool_seq_tool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Define package version."""
2-
__version__ = "0.3.0-dev0"
2+
__version__ = "0.3.0-dev1"

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 ~= 2.4.2
23+
pydantic == 2.*
2424
uvicorn
2525
fastapi
2626
ga4gh.vrs

0 commit comments

Comments
 (0)