Skip to content

Commit f7c4465

Browse files
chore(dependencies): require standardwebhooks 1.0.1
this release includes an important bug fix.
1 parent c0dee43 commit f7c4465

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Repository = "https://github.com/imagekit-developer/imagekit-python"
4242

4343
[project.optional-dependencies]
4444
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
45-
webhooks = ["standardwebhooks"]
45+
webhooks = ["standardwebhooks >= 1.0.1, < 2"]
4646

4747
[tool.rye]
4848
managed = true

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ six==1.17.0
125125
# via python-dateutil
126126
sniffio==1.3.1
127127
# via imagekitio
128-
standardwebhooks==1.0.0
128+
standardwebhooks==1.0.1
129129
# via imagekitio
130130
time-machine==2.19.0
131131
tomli==2.4.0

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ six==1.17.0
6969
# via python-dateutil
7070
sniffio==1.3.1
7171
# via imagekitio
72-
standardwebhooks==1.0.0
72+
standardwebhooks==1.0.1
7373
# via imagekitio
7474
types-deprecated==1.3.1.20251101
7575
# via standardwebhooks

0 commit comments

Comments
 (0)