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 dependencies #81

Merged
merged 5 commits into from
Dec 7, 2024
Merged

Update dependencies #81

merged 5 commits into from
Dec 7, 2024

Conversation

caarmen
Copy link
Owner

@caarmen caarmen commented Dec 7, 2024

No description provided.

Copy link

github-actions bot commented Dec 7, 2024

File Coverage
All files 98%
logger.py 91%
main.py 97%
data/database/connection.py 92%
domain/localrepository/localwithingsrepository.py 94%
domain/usecases/slack/usecase_post_daily_activity.py 94%
domain/usecases/slack/usecase_post_sleep.py 97%
remoteservices/api/withings/subscribeapi.py 83%
remoteservices/api/withings/weightapi.py 93%
remoteservices/repositories/webapifitbitrepository.py 97%
routers/dependencies.py 85%
tasks/fitbitpoll.py 96%
tasks/post_daily_activities_task.py 92%

Minimum allowed coverage is 80%

Generated by 🐒 cobertura-action against 10785ae

@caarmen caarmen force-pushed the update-dependencies branch 2 times, most recently from 156eac3 to 5e24dda Compare December 7, 2024 17:09
This fixes an issue when processing a withings webhook:

```
AssertionError: The `python-multipart` library must be installed to use form parsing.
```

Code:

```
slackhealthbot/routers/withings.py:84: in parse_notification
    return WithingsNotification(**(await request.form()))
```
@caarmen caarmen force-pushed the update-dependencies branch from 5e24dda to 10785ae Compare December 7, 2024 17:12
asgi-correlation-id==4.3.4
Authlib==1.3.2
fastapi==0.115.6
httpx==0.27.2
Copy link
Owner Author

Choose a reason for hiding this comment

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

Can't update to httpx 28.1 because of lundberg/respx#277

@caarmen caarmen merged commit ceed624 into main Dec 7, 2024
3 checks passed
@caarmen caarmen deleted the update-dependencies branch December 7, 2024 18:07
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