-
Notifications
You must be signed in to change notification settings - Fork 59
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.14.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tomasvotava/fastapi-sso
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 31 files changed
- 2 contributors
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e285c2e - Browse repository at this point
Copy the full SHA e285c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd383e - Browse repository at this point
Copy the full SHA 0bd383eView commit details -
chore(deps): bump the all group across 1 directory with 10 updates (#158
) Bumps the all group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.110.1` | `0.110.3` | | [pydantic](https://github.com/pydantic/pydantic) | `2.7.0` | `2.7.1` | | [black](https://github.com/psf/black) | `24.4.0` | `24.4.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.17` | `9.5.20` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.24.3` | `0.25.0` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [poethepoet](https://github.com/nat-n/poethepoet) | `0.25.1` | `0.26.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.5.0` | `3.6.1` | | [tox](https://github.com/tox-dev/tox) | `4.14.2` | `4.15.0` | Updates `fastapi` from 0.110.1 to 0.110.3 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.1...0.110.3) Updates `pydantic` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.0...v2.7.1) Updates `black` from 24.4.0 to 24.4.2 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.0...24.4.2) Updates `mkdocs-material` from 9.5.17 to 9.5.20 - [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.17...9.5.20) Updates `mkdocstrings` from 0.24.3 to 0.25.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.3...0.25.0) Updates `mypy` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) Updates `poethepoet` from 0.25.1 to 0.26.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.25.1...v0.26.0) Updates `pytest` from 8.1.1 to 8.2.0 - [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.1.1...8.2.0) Updates `pytest-xdist` from 3.5.0 to 3.6.1 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v3.5.0...v3.6.1) Updates `tox` from 4.14.2 to 4.15.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.14.2...4.15.0) --- 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-patch dependency-group: all - dependency-name: black dependency-type: direct:development 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-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-xdist 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c4718e9 - Browse repository at this point
Copy the full SHA c4718e9View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ae7c5d - Browse repository at this point
Copy the full SHA 8ae7c5dView commit details
Commits on May 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df1f8ea - Browse repository at this point
Copy the full SHA df1f8eaView commit details -
chore: improve callback logging (#167)
* chore: improve callback logging * test: fix tests
Configuration menu - View commit details
-
Copy full SHA for 3d6e748 - Browse repository at this point
Copy the full SHA 3d6e748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa2289 - Browse repository at this point
Copy the full SHA 6fa2289View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.14.2...0.15.0