Skip to content

Commit bf48bca

Browse files
authored
chore(deps): bump google-events (#297)
1 parent d5567f6 commit bf48bca

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"cloudevents>=1.2.0,<2.0.0",
2929
"flask-cors>=3.0.10",
3030
"pyjwt[crypto]>=2.5.0",
31-
"google-events==0.5.0",
31+
"google-events>=0.5.0,<1.0.0",
3232
"google-cloud-firestore>=2.11.0",
3333
"tzdata>=2024.1",
3434
]

src/firebase_functions/firestore_fn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def _firestore_endpoint_handler(
221221
func(database_event_with_auth_context)
222222
else:
223223
# mypy cannot infer that the event type is correct, hence the cast
224-
_typing.cast(_C1 | _C2, func)(database_event)
224+
_typing.cast(_C1 | _C2, func)(database_event) # type: ignore[arg-type]
225225

226226

227227
@_util.copy_func_kwargs(FirestoreOptions)

uv.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)