Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tomasvotava/fastapi-sso
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.17.0
Choose a base ref
...
head repository: tomasvotava/fastapi-sso
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.18.0
Choose a head ref
  • 6 commits
  • 21 files changed
  • 2 contributors

Commits on Mar 20, 2025

  1. chore: add Python 3.13 to testing and linting workflows (#226)

    * chore: add Python 3.13 to testing and linting workflows
    
    * chore: install poetry using pipx in CI
    tomasvotava authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    e436d92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1701968 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    262ee2c View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump the all group across 1 directory with 2 updates (

    …#228)
    
    * chore(deps-dev): bump the all group across 1 directory with 2 updates
    
    Bumps the all group with 2 updates in the / directory: [poethepoet](https://github.com/nat-n/poethepoet) and [ruff](https://github.com/astral-sh/ruff).
    
    
    Updates `poethepoet` from 0.29.0 to 0.30.0
    - [Release notes](https://github.com/nat-n/poethepoet/releases)
    - [Commits](nat-n/poethepoet@v0.29.0...v0.30.0)
    
    Updates `ruff` from 0.7.4 to 0.11.1
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.7.4...0.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: poethepoet
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: apply isort on __all__
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tomas Votava <info@tomasvotava.eu>
    dependabot[bot] and tomasvotava authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    2f5db65 View commit details
    Browse the repository at this point in the history
  5. feat:use id token for linkedin userinfo (#229)

    * feat:use id token for linkedin userinfo
    
    + remove Python 3.8 support
    
    * chore: implement missing tests
    
    * chore: reorganize imports in test files for clarity
    tomasvotava authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    5921196 View commit details
    Browse the repository at this point in the history
  6. chore: 0.17.0 => 0.18.0

    tomasvotava committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    c9fba38 View commit details
    Browse the repository at this point in the history
Loading