Skip to content

Commit cb43a66

Browse files
committed
Fixed typo
1 parent f2bdbcb commit cb43a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"redis >=3.5.3, <4.0.0",
4545
"requests >=2.25.0, <3.0.0",
4646
"urllib3 <2", # lambda doesnt support version 2 yet
47-
"pydantic >=8.2.3, <9.0.0"
47+
"tenacity >=8.2.3, <9.0.0",
4848
],
4949
python_requires='>=3.8, <4.0',
5050
license='The Unlicense',

0 commit comments

Comments
 (0)