diff --git a/pyproject.toml b/pyproject.toml index 0ccd33c..ded479a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "cloudevents>=1.2.0,<2.0.0", "flask-cors>=3.0.10", "pyjwt[crypto]>=2.5.0", - "google-events==0.5.0", + "google-events>=0.5.0,<1.0.0", "google-cloud-firestore>=2.11.0", "tzdata>=2024.1", ] diff --git a/uv.lock b/uv.lock index 8ed279a..a71943e 100644 --- a/uv.lock +++ b/uv.lock @@ -7,10 +7,6 @@ resolution-markers = [ "python_full_version < '3.11'", ] -[options] -exclude-newer = "2026-06-01T08:12:43.061733Z" -exclude-newer-span = "P7D" - [[package]] name = "alabaster" version = "1.0.0" @@ -496,7 +492,7 @@ requires-dist = [ { name = "flask-cors", specifier = ">=3.0.10" }, { name = "functions-framework", specifier = ">=3.0.0" }, { name = "google-cloud-firestore", specifier = ">=2.11.0" }, - { name = "google-events", specifier = "==0.5.0" }, + { name = "google-events", specifier = ">=0.5.0,<1.0.0" }, { name = "pyjwt", extras = ["crypto"], specifier = ">=2.5.0" }, { name = "pyyaml", specifier = ">=6.0" }, { name = "typing-extensions", specifier = ">=4.4.0" },