File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Repository = "https://github.com/imagekit-developer/imagekit-python"
4242
4343[project .optional-dependencies ]
4444aiohttp = [" aiohttp" , " httpx_aiohttp>=0.1.9" ]
45- webhooks = [" standardwebhooks" ]
45+ webhooks = [" standardwebhooks >= 1.0.1, < 2 " ]
4646
4747[tool .rye ]
4848managed = true
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ six==1.17.0
125125 # via python-dateutil
126126sniffio==1.3.1
127127 # via imagekitio
128- standardwebhooks==1.0.0
128+ standardwebhooks==1.0.1
129129 # via imagekitio
130130time-machine==2.19.0
131131tomli==2.4.0
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ six==1.17.0
6969 # via python-dateutil
7070sniffio==1.3.1
7171 # via imagekitio
72- standardwebhooks==1.0.0
72+ standardwebhooks==1.0.1
7373 # via imagekitio
7474types-deprecated==1.3.1.20251101
7575 # via standardwebhooks
You can’t perform that action at this time.
0 commit comments