Skip to content

Commit

Permalink
changing pydantic and fastapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight committed Jun 7, 2023
1 parent a58e338 commit 7de0db4
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions containers/alerts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ azure-communication-phonenumbers
azure-communication-sms
azure-identity
typing_extensions==4.5.0
pydantic==1.9.0
fastapi==0.95.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi/tree/kenneth/update-python
uvicorn
httpx
slack_sdk
Expand Down
4 changes: 2 additions & 2 deletions containers/fhir-converter/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ charset-normalizer==2.1.0
click==8.1.3
dnspython==2.2.1
email-validator==1.2.1
fastapi==0.92.0
fastapi==0.96.0
h11==0.13.0
httpcore==0.17.0
httptools==0.5.0
Expand All @@ -20,7 +20,7 @@ orjson==3.7.11
packaging==21.3
pluggy==1.0.0
py==1.11.0
pydantic==1.9.1
pydantic==1.10.9
pyparsing==3.0.9
pytest==7.1.2
python-dotenv==0.20.0
Expand Down
6 changes: 3 additions & 3 deletions containers/ingestion/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
typing_extensions==4.5.0
pydantic==1.9.0
fastapi==0.95.0
typing_extensions==4.6.3
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
uvicorn
httpx
84 changes: 42 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11.3"
smartystreets-python-sdk = "^4.10.6"
pydantic = "^1.9.0"
fastapi = "^0.95.0"
pydantic = "^1.10.9"
fastapi = "^0.96.0"
httpx = "^0.23.3"
hl7 = "^0.4.5"
azure-identity = "^1.10.0"
Expand Down

0 comments on commit 7de0db4

Please sign in to comment.