Skip to content

Commit

Permalink
build: properly pin pydantic v2 major version (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Oct 20, 2023
1 parent 1c18396 commit cae10d7
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 @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
pydantic = "*"
pydantic = "== 2.*"
fastapi = "*"
uvicorn = "*"
click = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requires-python = ">=3.8"
description = "VICC normalization routines for genes"
license = {file = "LICENSE"}
dependencies = [
"pydantic",
"pydantic==2.*",
"fastapi",
"uvicorn",
"click",
Expand Down

0 comments on commit cae10d7

Please sign in to comment.