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

updating app versions (in container) #63

Merged
merged 8 commits into from
Oct 23, 2023
Merged

updating app versions (in container) #63

merged 8 commits into from
Oct 23, 2023

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Oct 23, 2023

we need to use an updated pydantic-settings and fastapi. This likely will work best in a container, or will need additional tweaks to install the correct version after. It does not seem to resolve perfectly in one requirements.txt, unfortunately.

I don't expect tests to pass - so will come back to work on this more.

vsoch added 3 commits October 22, 2023 19:29
we need to use an updated pydantic-settings and fastapi.
This likely will work best in a container, or will
need additional tweaks to install the correct version
after. It does not seem to resolve perfectly in one
requirements.txt, unfortunately.

Signed-off-by: vsoch <[email protected]>
Signed-off-by: vsoch <[email protected]>
@vsoch
Copy link
Member Author

vsoch commented Oct 23, 2023

To summarize problems here:

  • pydantic bug not fixed after a long period of time, and no version installs correctly
  • starlette refactored to use httpx instead of requests (added many new bugs)

I'm not happy with this for a production API, and it needs to be totally redone. Likely this would be a good project for Go or similar, or just a more stable API (one with fewer underlying dependencies). I'm removing it from the flux operator for now.

@vsoch vsoch merged commit 50d757c into main Oct 23, 2023
7 checks passed
@vsoch vsoch deleted the fix/versions branch October 23, 2023 22:52
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.

1 participant