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 #400

Merged
merged 9 commits into from
Mar 25, 2023
Merged

Update dependencies #400

merged 9 commits into from
Mar 25, 2023

Conversation

jangop
Copy link
Contributor

@jangop jangop commented Mar 8, 2023

fastapi < 0.92.0 contained a vulnerability, see https://github.com/tiangolo/fastapi/releases/tag/0.92.0

Also, I previously set too strict dependencies, which I resolve here.

jangop added 5 commits March 8, 2023 22:13
`fastapi < 0.92.0` contained a vulnerability, see https://github.com/tiangolo/fastapi/releases/tag/0.92.0

Also, I previously set too strict dependencies, which I resolve here.
There is a known vulnerability in setuptools version 65.5.0.
@jangop jangop changed the title Require younger fastapi Update dependencies Mar 22, 2023
jangop added 2 commits March 22, 2023 10:11
This should ensure that the build environment is as specified in `pyproject.toml`
jangop added 2 commits March 24, 2023 13:07
mypy complained: `Argument 2 has incompatible type "CommonQueryPostParams"; expected "CommonQueryParams"  [arg-type]`

See https://github.com/danielgatis/rembg/actions/runs/4509696356/jobs/7939764403.
I am sure what these classes signify, but this issue came about because of danielgatis#409 and so I do not want to figure the problem out at this point.
@danielgatis danielgatis merged commit 3dea620 into danielgatis:main Mar 25, 2023
@jangop jangop deleted the patch-1 branch March 25, 2023 05:15
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