We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bdbcb commit cb43a66Copy full SHA for cb43a66
setup.py
@@ -44,7 +44,7 @@
44
"redis >=3.5.3, <4.0.0",
45
"requests >=2.25.0, <3.0.0",
46
"urllib3 <2", # lambda doesnt support version 2 yet
47
- "pydantic >=8.2.3, <9.0.0"
+ "tenacity >=8.2.3, <9.0.0",
48
],
49
python_requires='>=3.8, <4.0',
50
license='The Unlicense',
0 commit comments