-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update python version * chanigng test_runner_version * update pyarrow * pointing phdi to my branch * changing requiremeents to new branchname * Add git to dockerfile * Added a few more lines to run * adding git commands to docker * add git * 3.11 docker * change python version * changing uvloop * upgrade requirements.txt fhir converter * fixing requirements.txt * removing httptools * changing back to 0.5.0 * chanigng back * dummy commit to trigger build * dummy commit * change to 0.5.0 * remove dummy commits * changing pydantic and fastapi version * fix git versions * update the rest of them * change starlette
- Loading branch information
1 parent
7578190
commit 343575d
Showing
16 changed files
with
1,616 additions
and
1,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ on: | |
|
||
|
||
env: | ||
TEST_RUNNER_PYTHON_VERSION: 3.9 | ||
TEST_RUNNER_PYTHON_VERSION: 3.11 | ||
|
||
jobs: | ||
postgres-tests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
phdi | ||
typing_extensions==4.6.3 | ||
pydantic==1.10.9 | ||
fastapi==0.96.0 | ||
phdi @ git+https://github.com/CDCgov/phdi@updatepython | ||
uvicorn | ||
httpx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
typing_extensions==4.5.0 | ||
uvicorn | ||
pydantic==1.9.0 | ||
fastapi==0.95.0 | ||
phdi @ git+https://github.com/CDCgov/phdi@main | ||
pydantic==1.10.9 | ||
fastapi==0.96.0 | ||
phdi @ git+https://github.com/CDCgov/phdi@updatepython | ||
httpx | ||
pathlib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.