Skip to content

Commit

Permalink
adding comment to leave specific pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
katiestahl committed Aug 15, 2024
1 parent bb0d4d6 commit 8662870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"botocore",
"fusor ~= 0.3.0",
"cool-seq-tool ~= 0.5.1",
"pydantic == 2.4.2",
"pydantic == 2.4.2", # validation errors with more recent versions, so don't remove this specific pin
"gene-normalizer ~= 0.4.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 8662870

Please sign in to comment.