Skip to content

Commit

Permalink
ci: lock pydantic at version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
migraf committed Jul 9, 2023
1 parent 5fc6ab4 commit 83433db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ keywords = [

[tool.poetry.dependencies]
python = "^3.8"
"fhir.resources" = "^6.2.0"
"fhir.resources" = "^6.0.0"
pendulum = "*"
tqdm = "*"
orjson = "*"
xmltodict = "*"
pydantic = "*"
pydantic = "^1.10.0"
networkx = "*"
httpx = "*"
authlib = "*"
Expand Down

0 comments on commit 83433db

Please sign in to comment.