-
Notifications
You must be signed in to change notification settings - Fork 12
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
Upgrade fastapi to 0.114.1 #123
Conversation
9f1771e
to
39572bf
Compare
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.
Thanks @rralcala , just minor comments and a few questions for me curiosity.
README.md
Outdated
@@ -4,6 +4,8 @@ LINKA is an open source service to record air quality data from community sensor | |||
|
|||
## Install | |||
|
|||
Python 3.12 is not yet supported |
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.
Let's move this as a proper note at the bottom of the subsection, like
Note
Python 3.12 is not yet supported.
> [!NOTE]
> Python 3.12 is not yet supported.
The answer to most of the comments is: Fastapi pulls a stricter version of pydantic, so issues that weren't raised previously are being raised now. |
Which triggers an upgrade to pydantic, and a bunch of validation failures
Also resolves some deprecation warnings from sqlalchemy and fix a test.