Skip to content

Commit

Permalink
update requirements (#2983)
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-hall-skylight authored Dec 4, 2024
1 parent 2bc24d5 commit 63949d3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion containers/fhir-converter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anyio==4.4.0
anyio>=4.4.0
asgiref==3.5.2
attrs==22.1.0
certifi==2024.7.4
Expand Down
2 changes: 2 additions & 0 deletions containers/ingestion/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pydantic==1.10.13
fastapi>=0.109.1
uvicorn
anyio>=4.4.0
azure-identity
azure-keyvault-secrets
azure-storage-blob
Expand All @@ -15,6 +16,7 @@ polling
pycountry
rapidfuzz
requests
setuptools>=70.0.0
smartystreets_python_sdk
typing_extensions>=4.8.0
urllib3
1 change: 1 addition & 0 deletions containers/message-parser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pydantic==1.10.13
fastapi>=0.109.1
uvicorn
anyio>=4.4.0
azure-identity
azure-keyvault-secrets
azure-storage-blob
Expand Down
1 change: 1 addition & 0 deletions containers/orchestration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
anyio>=4.4.0
typing_extensions>=4.8.0
pydantic==1.10.13
fastapi==0.112.2
Expand Down
1 change: 1 addition & 0 deletions containers/trigger-code-reference/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
anyio>=4.4.0
pydantic==1.10.13
fastapi>=0.109.1
uvicorn
Expand Down

0 comments on commit 63949d3

Please sign in to comment.