-
Notifications
You must be signed in to change notification settings - Fork 92
Add 3.14 server support #2078
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
Add 3.14 server support #2078
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ loguru>=0.7.2 | |
| python-json-logger>=2.0.2 | ||
| tenacity>=8.1.0 | ||
| # To avoid divergence, this should follow the latest release. | ||
| truss==0.11.1 | ||
| truss==0.11.27rc3 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a chicken and egg - we use this truss version to perform config validation server side, but this needs to change to include However, a release with this can't exist until this PR is merged, so I've manually created an
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nnarayen Did you mean rc003 here at all, or is that intentional?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. discussed offline - pypi truncates but seems to support installing via either |
||
| uvicorn>=0.24.0 | ||
| uvloop>=0.19.0 | ||
| websockets>=10.0 | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've proactively published the new base images using the next tag as 0.12.0. Another slight chicken/egg problem