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.15.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.16.0
Choose a head ref
  • 13 commits
  • 34 files changed
  • 3 contributors

Commits on Jun 3, 2024

  1. chore(deps): bump the all group across 1 directory with 6 updates (#171)

    Bumps the all group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.7.1` | `2.7.2` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.23` | `9.5.25` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` |
    | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.6` | `0.23.7` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.4.4` | `0.4.7` |
    
    
    
    Updates `pydantic` from 2.7.1 to 2.7.2
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.7.1...v2.7.2)
    
    Updates `mkdocs-material` from 9.5.23 to 9.5.25
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.23...9.5.25)
    
    Updates `pytest` from 8.2.0 to 8.2.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.0...8.2.1)
    
    Updates `pytest-asyncio` from 0.23.6 to 0.23.7
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.7)
    
    Updates `uvicorn` from 0.29.0 to 0.30.1
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.29.0...0.30.1)
    
    Updates `ruff` from 0.4.4 to 0.4.7
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.4...v0.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: pytest-asyncio
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: uvicorn
      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-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bdb95b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. chore(deps): bump the all group with 5 updates (#172)

    Bumps the all group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.7.2` | `2.7.3` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.25` | `9.5.26` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` |
    | [tox](https://github.com/tox-dev/tox) | `4.15.0` | `4.15.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.4.7` | `0.4.8` |
    
    
    Updates `pydantic` from 2.7.2 to 2.7.3
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.7.2...v2.7.3)
    
    Updates `mkdocs-material` from 9.5.25 to 9.5.26
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.25...9.5.26)
    
    Updates `pytest` from 8.2.1 to 8.2.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.1...8.2.2)
    
    Updates `tox` from 4.15.0 to 4.15.1
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.15.0...4.15.1)
    
    Updates `ruff` from 0.4.7 to 0.4.8
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.7...v0.4.8)
    
    ---
    updated-dependencies:
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6282541 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. chore(deps): bump the all group with 3 updates (#176)

    Bumps the all group with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [ruff](https://github.com/astral-sh/ruff).
    
    
    Updates `pydantic` from 2.7.3 to 2.7.4
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.7.3...v2.7.4)
    
    Updates `mkdocs-material` from 9.5.26 to 9.5.27
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.26...9.5.27)
    
    Updates `ruff` from 0.4.8 to 0.4.9
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.8...v0.4.9)
    
    ---
    updated-dependencies:
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bcc5cba View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. chore(deps): bump the all group across 1 directory with 10 updates (#183

    )
    
    Bumps the all group with 10 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [fastapi](https://github.com/tiangolo/fastapi) | `0.111.0` | `0.111.1` |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.7.4` | `2.8.2` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.29` |
    | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.0` |
    | [poethepoet](https://github.com/nat-n/poethepoet) | `0.26.1` | `0.27.0` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` |
    | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.7` | `0.23.8` |
    | [tox](https://github.com/tox-dev/tox) | `4.15.1` | `4.16.0` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.30.3` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.4.9` | `0.5.4` |
    
    
    
    Updates `fastapi` from 0.111.0 to 0.111.1
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.111.0...0.111.1)
    
    Updates `pydantic` from 2.7.4 to 2.8.2
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.7.4...v2.8.2)
    
    Updates `mkdocs-material` from 9.5.27 to 9.5.29
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.27...9.5.29)
    
    Updates `mypy` from 1.10.0 to 1.11.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.0...v1.11)
    
    Updates `poethepoet` from 0.26.1 to 0.27.0
    - [Release notes](https://github.com/nat-n/poethepoet/releases)
    - [Commits](nat-n/poethepoet@v0.26.1...v0.27.0)
    
    Updates `pytest` from 8.2.2 to 8.3.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.1)
    
    Updates `pytest-asyncio` from 0.23.7 to 0.23.8
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v0.23.7...v0.23.8)
    
    Updates `tox` from 4.15.1 to 4.16.0
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.15.1...4.16.0)
    
    Updates `uvicorn` from 0.30.1 to 0.30.3
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.1...0.30.3)
    
    Updates `ruff` from 0.4.9 to 0.5.4
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.9...0.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: poethepoet
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: pytest-asyncio
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: uvicorn
      dependency-type: direct:development
      update-type: version-update:semver-patch
      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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a9ac2d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. chore(deps-dev): bump the all group with 4 updates (#184)

    Bumps the all group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff).
    
    
    Updates `mkdocs-material` from 9.5.29 to 9.5.30
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.29...9.5.30)
    
    Updates `mkdocstrings` from 0.25.1 to 0.25.2
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.25.1...0.25.2)
    
    Updates `pytest` from 8.3.1 to 8.3.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.1...8.3.2)
    
    Updates `ruff` from 0.5.4 to 0.5.5
    - [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.5.4...0.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mkdocstrings
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4a17c26 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. chore(deps): bump the all group across 1 directory with 7 updates (#188)

    Bumps the all group with 7 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [fastapi](https://github.com/fastapi/fastapi) | `0.111.1` | `0.112.0` |
    | [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.30` | `9.5.31` |
    | [mypy](https://github.com/python/mypy) | `1.11.0` | `1.11.1` |
    | [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.17.1` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.3` | `0.30.5` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.5.7` |
    
    
    
    Updates `fastapi` from 0.111.1 to 0.112.0
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.111.1...0.112.0)
    
    Updates `black` from 24.4.2 to 24.8.0
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.4.2...24.8.0)
    
    Updates `mkdocs-material` from 9.5.30 to 9.5.31
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.30...9.5.31)
    
    Updates `mypy` from 1.11.0 to 1.11.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.11...v1.11.1)
    
    Updates `tox` from 4.16.0 to 4.17.1
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.16.0...4.17.1)
    
    Updates `uvicorn` from 0.30.3 to 0.30.5
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.3...0.30.5)
    
    Updates `ruff` from 0.5.5 to 0.5.7
    - [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.5.5...0.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: uvicorn
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ab0966a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. chore(deps): bump the all group across 1 directory with 10 updates (#192

    )
    
    Bumps the all group with 10 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [fastapi](https://github.com/fastapi/fastapi) | `0.112.0` | `0.112.2` |
    | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.31` | `9.5.34` |
    | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.0` |
    | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` |
    | [poethepoet](https://github.com/nat-n/poethepoet) | `0.27.0` | `0.28.0` |
    | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.24.0` |
    | [tox](https://github.com/tox-dev/tox) | `4.17.1` | `4.18.0` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.5` | `0.30.6` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.5.7` | `0.6.3` |
    
    
    
    Updates `fastapi` from 0.112.0 to 0.112.2
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.112.0...0.112.2)
    
    Updates `httpx` from 0.27.0 to 0.27.2
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.27.0...0.27.2)
    
    Updates `mkdocs-material` from 9.5.31 to 9.5.34
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.31...9.5.34)
    
    Updates `mkdocstrings` from 0.25.2 to 0.26.0
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.25.2...0.26.0)
    
    Updates `mypy` from 1.11.1 to 1.11.2
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.11.1...v1.11.2)
    
    Updates `poethepoet` from 0.27.0 to 0.28.0
    - [Release notes](https://github.com/nat-n/poethepoet/releases)
    - [Commits](nat-n/poethepoet@v0.27.0...v0.28.0)
    
    Updates `pytest-asyncio` from 0.23.8 to 0.24.0
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0)
    
    Updates `tox` from 4.17.1 to 4.18.0
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.17.1...4.18.0)
    
    Updates `uvicorn` from 0.30.5 to 0.30.6
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.5...0.30.6)
    
    Updates `ruff` from 0.5.7 to 0.6.3
    - [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.5.7...0.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: httpx
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mkdocstrings
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: poethepoet
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: pytest-asyncio
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: uvicorn
      dependency-type: direct:development
      update-type: version-update:semver-patch
      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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6c8ed47 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. chore(deps): bump the all group across 1 directory with 6 updates (#195)

    Bumps the all group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.114.2` |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.1` |
    | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.26.0` | `0.26.1` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
    | [tox](https://github.com/tox-dev/tox) | `4.18.0` | `4.18.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.5` |
    
    
    
    Updates `fastapi` from 0.112.2 to 0.114.2
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.112.2...0.114.2)
    
    Updates `pydantic` from 2.8.2 to 2.9.1
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.8.2...v2.9.1)
    
    Updates `mkdocstrings` from 0.26.0 to 0.26.1
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.26.0...0.26.1)
    
    Updates `pytest` from 8.3.2 to 8.3.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.2...8.3.3)
    
    Updates `tox` from 4.18.0 to 4.18.1
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.18.0...4.18.1)
    
    Updates `ruff` from 0.6.3 to 0.6.5
    - [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.6.3...0.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: mkdocstrings
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    73e7467 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. added Seznam SSO provider (#194)

    * add seznam example
    
    * add info to README.md
    
    * add SeznamSSO to test_providers
    
    * add SeznamSSO
    
    * add client_secret comment
    
    * Organize imports (ruff)
    TomasKoutek authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    989ce0c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. chore(deps): bump the all group across 1 directory with 8 updates (#203)

    Bumps the all group with 8 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [fastapi](https://github.com/fastapi/fastapi) | `0.114.2` | `0.115.4` |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.9.1` | `2.9.2` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.42` |
    | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` |
    | [poethepoet](https://github.com/nat-n/poethepoet) | `0.28.0` | `0.29.0` |
    | [tox](https://github.com/tox-dev/tox) | `4.18.1` | `4.23.2` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.32.0` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.6.5` | `0.7.1` |
    
    
    
    Updates `fastapi` from 0.114.2 to 0.115.4
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.114.2...0.115.4)
    
    Updates `pydantic` from 2.9.1 to 2.9.2
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.9.1...v2.9.2)
    
    Updates `mkdocs-material` from 9.5.34 to 9.5.42
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.34...9.5.42)
    
    Updates `mypy` from 1.11.2 to 1.13.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.11.2...v1.13.0)
    
    Updates `poethepoet` from 0.28.0 to 0.29.0
    - [Release notes](https://github.com/nat-n/poethepoet/releases)
    - [Commits](nat-n/poethepoet@v0.28.0...v0.29.0)
    
    Updates `tox` from 4.18.1 to 4.23.2
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.18.1...4.23.2)
    
    Updates `uvicorn` from 0.30.6 to 0.32.0
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.6...0.32.0)
    
    Updates `ruff` from 0.6.5 to 0.7.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.6.5...0.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: poethepoet
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: uvicorn
      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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8506792 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. chore(deps-dev): bump the all group with 2 updates (#204)

    Bumps the all group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [ruff](https://github.com/astral-sh/ruff).
    
    
    Updates `mkdocs-material` from 9.5.42 to 9.5.43
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.42...9.5.43)
    
    Updates `ruff` from 0.7.1 to 0.7.2
    - [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.1...0.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ff4438a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49fa33a View commit details
    Browse the repository at this point in the history
  3. bump: 0.16.0 (#205)

    tomasvotava authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0232a3e View commit details
    Browse the repository at this point in the history
Loading