Skip to content

Commit 7dae789

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Repository = "https://github.com/lithic-com/lithic-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 lithic
128-
standardwebhooks==1.0.0
128+
standardwebhooks==1.0.1
129129
# via lithic
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 lithic
72-
standardwebhooks==1.0.0
72+
standardwebhooks==1.0.1
7373
# via lithic
7474
types-deprecated==1.3.1.20251101
7575
# via standardwebhooks

0 commit comments

Comments
 (0)