Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Sep 14:14
· 447 commits to main since this release

v1.1.1 (2023-09-22)

Chore

  • chore(deps): bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.0.0 to 8.0.8.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (8f094df)

  • chore(deps-dev): bump pytest from 7.4.0 to 7.4.2

Bumps pytest from 7.4.0 to 7.4.2.


updated-dependencies:

  • dependency-name: pytest
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (cb41e8b)

  • chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0

Bumps pre-commit from 3.3.3 to 3.4.0.


updated-dependencies:

  • dependency-name: pre-commit
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (133eca2)

  • chore(deps-dev): bump black from 23.7.0 to 23.9.1

Bumps black from 23.7.0 to 23.9.1.


updated-dependencies:

  • dependency-name: black
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (5617a6a)

  • chore(deps-dev): bump faker from 19.3.0 to 19.6.1

Bumps faker from 19.3.0 to 19.6.1.


updated-dependencies:

  • dependency-name: faker
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (ab39f66)

Fix

  • fix: add verify token hash (da51e8e)

Refactor

  • refactor: remove unused v1 files (e9005e4)

Unknown

  • Merge pull request #328 from supabase-community/feat/add-verify-token-hash

fix: add verify token hash (ccb2173)

  • Fixed formatting (82a04aa)

  • Merge pull request #303 from supabase-community/dependabot/github_actions/main/python-semantic-release/python-semantic-release-8.0.8

chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 8.0.8 (cb6abab)

  • Merge pull request #310 from supabase-community/dependabot/pip/main/pytest-7.4.2

chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (1df12a7)

  • Merge pull request #323 from supabase-community/j0/remove_unused_v1

refactor: remove unused v1 files (817fafb)

  • Merge pull request #305 from supabase-community/dependabot/pip/main/pre-commit-3.4.0

chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 (687c52d)

  • Merge pull request #317 from supabase-community/dependabot/pip/main/black-23.9.1

chore(deps-dev): bump black from 23.7.0 to 23.9.1 (b0144ef)

  • Merge pull request #318 from supabase-community/dependabot/pip/main/faker-19.6.1

chore(deps-dev): bump faker from 19.3.0 to 19.6.1 (2cc68f9)

  • Merge pull request #315 from jantznick/main

fix get_user calls fail when no session or jwt is available (2a562a7)

  • changelog changed from precommit hooks (5cf279e)

  • update return type for get_user calls (ddeb595)

  • return None when no session or jwt on get_user calls (50fa8b0)