chore(deps): update dependency firebase-admin to v7 by renovate[bot] · Pull Request #231 · A-aung/python-docs-samples

This PR contains the following updates:

Package Change Age Confidence
firebase-admin (source, changelog) ==4.5.3 -> ==7.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

firebase/firebase-admin-python (firebase-admin)

v7.0.0: Firebase Admin Python SDK v7.0.0

Compare Source

Bug Fixes
  • fix(functions): Remove usage of deprecated datetime.utcnow() and fix flaky unit test (#​896)
Miscellaneous
  • [chore] Release 7.0.0 (#​902)
  • chore(deps): bump astroid from 3.3.10 to 3.3.11 (#​901)
  • Merge v7 Feature Branch (#​900)
  • Adds send each snippets. (#​891)

v6.9.0: Firebase Admin Python SDK v6.9.0

Compare Source

New Features
  • feat(fcm): Add live_activity_token to APNSConfig (#​880)
  • feat(fcm): Add send_each_async and send_each_for_multicast_async for FCM async and HTTP/2 support (#​882)
Miscellaneous
  • [chore] Release 6.9.0 (#​885)
  • refactor: Optimize success count calculation in BatchResponse (#​837)
  • chore: Use mock time for consistent token generation and verification tests (#​881)
  • chore: Correct x-goog-api-client header logic (#​876)

v6.8.0: Firebase Admin Python SDK v6.8.0

Compare Source

New Features
  • feat(fcm): Support proxy field in FCM AndroidNotification (#​868)
Miscellaneous
  • [chore] Release 6.8.0 (#​874)
  • Python 3.8 has EoL"ed. Update README to deprecate Python 3.8 support (#​873)

v6.7.0: Firebase Admin Python SDK v6.7.0

Compare Source

New Features
  • feat(rc): Sever Side Remote Config Integration (#​863)
Miscellaneous
  • [chore] Release 6.7.0 (#​867)
  • chore: Add tests for Reference.listen() (#​851)
  • pass clinet"s params to SSEClient (#​845)
  • Revert "chore: Adding delayed response message for holidays (#​842)" (#​848)
  • chore: Adding delayed response message for holidays (#​842)
  • chore: Skip integration test for deprecated FCM API and bump pypy CI to 3.9 (#​840)

v6.6.0: Firebase Admin Python SDK v6.6.0

Compare Source

New Features
  • feat(firestore): Upgrade google-cloud-firestore to support Firestore Multi Database (#​827)
  • feat: Support passing google.auth typed credentials in initialize_app() (#​821)
  • feat(firestore): Add Firestore Multi Database Support (#​818)
Miscellaneous
  • [chore] Release 6.6.0 Take 2 (#​830)
  • [chore] Release 6.6.0 (#​829)
  • chore: Add X-Goog-Api-Client metric header to requests (#​826)
  • chore: Create dependabot.yml (#​820)
  • [chore] Bump cachecontrol (#​819)
  • chore: Update actions/upload-artifact (#​812)
  • chore(deps): bump actions/download-artifact in /.github/workflows (#​810)
  • chore: Remove Python 3.7 from workflows (#​806)
  • Fix link to requests.Response in FirebaseError. (#​800)
  • chore: Update integration test resources (#​796)

v6.5.0: Firebase Admin Python SDK v6.5.0

Compare Source

New Features
  • feat(functions): Add task queue API support (#​770)
Bug Fixes
Miscellaneous
  • [chore] Release 6.5.0 (#​779)
  • Export rate limiting error types TooManyAttemptsTryLaterError and ResetPasswordExceedLimitError (#​777)
  • Add rate limiting exceptions. (#​695)
  • [chore] Rename pytest teardown methods from deprecated teardown to teardown_method (#​768)
  • [chore] Upgrade actions/setup-python to v5 (#​765)

v6.4.0: Firebase Admin Python SDK v6.4.0

Compare Source

New Features
  • feat(fcm): Enabled the direct_boot_ok parameter for FCM Android Config. (#​734)
Bug Fixes
  • fix(fcm): Export send_each and send_each_for_multicast (#​749)
  • fix(auth): Fix iOSBundleId parameter name (#​727)
Miscellaneous
  • [chore] Release 6.4.0 Take 3 (#​763)
  • [chore] Release 6.4.0 Take #​2 (#​762)
  • [chore] Release 6.4.0 (#​760)
  • chore: Update PyPi to use trusted publisher for authentication and correctly escape change log body. (#​759)
  • Revert "[chore] Release 6.4.0" (#​757)
  • [chore] Release 6.4.0 (#​756)
  • Use GitHub CLI in publish workflow. (#​753)
  • chore: Add python 3.11 and 3.12 to CI tests (#​754)
  • Update release and ci workflows to use GITHUB_OUTPUT and bump actions/checkout to v4. (#​752)
  • Add missing return type for firebase_admin.firestore.client() (#​747)
  • chore: Update Firebase test project setup instructions. (#​736)
  • chore: Bump github actions CI to use Node 20 (#​748)

v6.3.0: Firebase Admin Python SDK v6.3.0

Compare Source

New Features
  • feat: add clockSkewSeconds (#​714)
Bug Fixes
  • fix: Add PyJWKClientError to raised errors documentation and handle possible uncaught errors. (#​733)
  • fix: Correctly catch DefaultCredentialsError when looking up project_id (#​720)
Miscellaneous
  • [chore] Release 6.3.0 (#​742)
  • Deprecated support for Python 3.7 (#​741)
  • Update github.ref value in release.yml (#​730)

v6.2.0: Firebase Admin Python SDK v6.2.0

Compare Source

New Features
  • feat(fcm): Add send_each and send_each_for_multicast for FCM batch send (#​706)
Miscellaneous
  • [chore] Release 6.2.0 (#​708)
  • Add release notes to project URLs in PyPI (#​679)
  • chore(auth): Update Auth API to v2 (#​691)
  • chore: Fix pypy tests (#​694)

v6.1.0: Firebase Admin Python SDK v6.1.0

Compare Source

Breaking Changes
  • change(ml): Deprecate AutoML model support (#​670)
Miscellaneous
  • [chore] Release 6.1.0 (#​672)
  • chore(firestore): Upgrade google-cloud-firestore to include COUNT queries (#​671)

v6.0.1: Firebase Admin Python SDK v6.0.1

Compare Source

Bug Fixes
  • fix(fac): Include pyjwt in distribution artifacts (#​654)
Miscellaneous
  • [chore] Release 6.0.1 (#​655)
  • password_hash obtained from Firebase Auth backend needs to be base64URL decoded before import to avoid double encoding (#​652)

v6.0.0: Firebase Admin Python SDK v6.0.0

Compare Source

Breaking Changes
  • change: Drop Python 3.6 support (#​645)
New Features
  • feat: Add function to verify an App Check token (#​642)
Miscellaneous

v5.4.0: Firebase Admin Python SDK v5.4.0

Compare Source

Breaking Changes
  • change: Deprecated support for Python 3.6 (#​646)
Miscellaneous
  • [chore] Release 5.4.0 (#​647)
  • Bug fix - Changing variable from "MemoryCost" to "cpuMemCost" in standard_scrypt method (#​643)

v5.3.0: Firebase Admin Python SDK v5.3.0

Compare Source

New Features
  • feat(firestore): Async Firestore (#​635)
Miscellaneous
  • [chore] Release 5.3.0 (#​637)
  • Remove failing nightly tests in project_management (#​636)
  • add GitHub URL for PyPi (#​613)
  • Revert "Add delayed response message for holidays (#​597)" (#​600)
  • chore: Update Node.js version in CI workflow (#​602)
  • Add delayed response message for holidays (#​597)

v5.2.0: Firebase Admin Python SDK v5.2.0

Compare Source

New Features
  • feat(auth): enables OIDC auth code flow (#​549)
Miscellaneous
  • [chore] Release 5.2.0 (#​596)
  • Fixing integration tests (#​595)
  • correct kwargs documentation in docstrings (#​559)
  • Added return type for bucket function (#​591)

v5.1.0: Firebase Admin Python SDK v5.1.0

Compare Source

New Features
  • feat(auth): ability to delete provider in auth (#​579)
Bug Fixes
  • fix: Fixing a broken integration test (#​582)
  • fix: Extracting GAPIC API calls into a new module (#​581)
Miscellaneous

v5.0.3: Firebase Admin Python SDK v5.0.3

Compare Source

Miscellaneous
  • [chore] Release 5.0.3 (#​580)
  • Allows google-api-core[grpc] versions 2.X.X (#​576)
  • Speed up the PageIterator by evaluating items once per page (#​572)

v5.0.2: Firebase Admin Python SDK v5.0.2

Compare Source

Bug Fixes
  • fix(auth): check if user disabled on check_revoked (#​565)
  • fix(fcm): A workaround for the concurrency issues in googleapiclient (#​558)
Miscellaneous
  • [chore] Release 5.0.2 (#​567)
  • chore: Configuring GitHub issue templates (#​562)

v5.0.1: Firebase Admin Python SDK v5.0.1

Compare Source

Bug Fixes
  • fix(auth): adds missing EMAIL_NOT_FOUND error code (#​550)
Miscellaneous

v5.0.0: Firebase Admin Python SDK v5.0.0

Compare Source

Breaking Changes
  • change: Drop Python 3.5 support (#​542)
New Features
  • feat(auth): Add auth emulator support via the FIREBASE_AUTH_EMULATOR_HOST environment variable. (#​531)
Bug Fixes
  • fix: Accept Path-like objects in credential factory functions (#​510)
  • fix: Using alg=none header for custom tokens in emulator mode (#​541)
  • fix(auth): Setting httpTimeout on certificate fetch requests (#​538)
Miscellaneous
  • [chore] Release 5.0.0 (#​547)
  • Fix Typo in messaging.py (#​546)
  • chore: Upgraded Google Auth, Cloud Firestore, and Cloud Storage dependencies (#​544)
  • Remove failing integration test added for nightly (#​545)
  • chore: Add nightly build workflow (#​540)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.