Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Bumps fastapi-users from 12.1.3 to 15.0.2.

Release notes

Sourced from fastapi-users's releases.

v15.0.2

Bump version 15.0.1 → 15.0.2

🛡️ Security Fix

A CSRF vulnerability was identified in the OAuth2 flow. To mitigate this, the authorize endpoint will set a cookie in the response, and this cookie will be expected in the callback request.

In most cases, this change should work out-of-the-box, but in certain scenarios (e.g. cross-domain setups), additional configuration may be required for the cookie to be correctly sent and received. [Read more]

Thanks to @​davidbors-snyk from Snyk for his research, responisble disclosure, and assistance in fixing this issue.

Improvements

  • Bump dependencies
    • python-multipart ==0.0.21
    • pwdlib[argon2,bcrypt] ==0.3.0

v15.0.1

Bump version 15.0.0 → 15.0.1

Announcement

FastAPI Users is now in maintenance mode.** While we'll continue to provide security updates and dependency maintenance, no new features will be added. We encourage you to explore the project and use it as-is, knowing it will remain stable and secure.

[Read more]

Bug fixes

  • Handle expired JWT when handling OAuth callback (#1462). Thanks @​mdaffad 🎉

v15.0.0

Bump version 14.0.2 → 15.0.0

Announcement

FastAPI Users is now in maintenance mode.** While we'll continue to provide security updates and dependency maintenance, no new features will be added. We encourage you to explore the project and use it as-is, knowing it will remain stable and secure.

[Read more]

Breaking changes

  • Drop Python 3.9 support.
  • Drop Pydantic v1 support.

... (truncated)

Commits
  • 1df7c10 Bump version 15.0.1 → 15.0.2
  • a8848ec Bump pwdlib[argon2,bcrypt] from 0.2.1 to 0.3.0
  • ce42fd7 Bump python-multipart from 0.0.20 to 0.0.21
  • 32cd433 Bump actions/checkout from 5 to 6
  • 7cf413c Add a double-submit cookie in the OAuth flow
  • bcee8c9 Update README
  • 119a5ca Bump version 15.0.0 → 15.0.1
  • c09b16f Fix docstring
  • eaf78f7 docs: update .all-contributorsrc [skip ci]
  • b11ad37 docs: update README.md [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [fastapi-users](https://github.com/fastapi-users/fastapi-users) from 12.1.3 to 15.0.2.
- [Release notes](https://github.com/fastapi-users/fastapi-users/releases)
- [Commits](fastapi-users/fastapi-users@v12.1.3...v15.0.2)

---
updated-dependencies:
- dependency-name: fastapi-users
  dependency-version: 15.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant