Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python #647

Merged
merged 28 commits into from
Jun 13, 2023
Merged

Update python #647

merged 28 commits into from
Jun 13, 2023

Conversation

KennethSkylight
Copy link
Collaborator

@KennethSkylight KennethSkylight commented Jun 7, 2023

Update Python

Summary

Updating python to 3.11 and related packages. There is a slight workaround where we have to point the repo to this branch as we cut the new release of phdi to pypi. The containers on this project are dependent on the pypi version of phdi but since those are still on the old packages, it creates a somewhat circular logic when updating python.

For now, we can point the phdi package to this github branch and then when we make a new release, we have to reupdate the release to point it back to pypi.

Related Issue

Fixes #399

@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #647 (0273267) into main (7578190) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #647   +/-   ##
=======================================
  Coverage   96.37%   96.37%           
=======================================
  Files          45       45           
  Lines        2538     2539    +1     
=======================================
+ Hits         2446     2447    +1     
  Misses         92       92           
Flag Coverage Δ
unit-tests 96.37% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

phdi
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change this before merging

typing_extensions==4.6.3
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also change before merging

phdi
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another

phdi @ git+https://github.com/CDCgov/phdi@main
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

phdi
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and another

phdi
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here

@KennethSkylight KennethSkylight merged commit 343575d into main Jun 13, 2023
@KennethSkylight KennethSkylight deleted the updatepython branch June 13, 2023 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Python 3.11
2 participants