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

Upgrade fastapi to 0.114.1 #123

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Upgrade fastapi to 0.114.1 #123

merged 1 commit into from
Sep 18, 2024

Conversation

rralcala
Copy link
Contributor

Also resolves some deprecation warnings from sqlalchemy and fix a test.

Copy link
Owner

@tchx84 tchx84 left a 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.

tests/service.py Outdated Show resolved Hide resolved
tests/service.py Show resolved Hide resolved
app/schemas.py Show resolved Hide resolved
app/reports.py Show resolved Hide resolved
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
Copy link
Owner

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.

@rralcala
Copy link
Contributor Author

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
requirements.txt Show resolved Hide resolved
@tchx84 tchx84 merged commit 9979646 into tchx84:master Sep 18, 2024
1 check passed
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.

2 participants