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 c6741d2 commit 185ff23Copy full SHA for 185ff23
setup.py
@@ -16,7 +16,7 @@
16
packages=['tracardi'],
17
install_requires=[
18
'pip>=21.2.4',
19
- 'pydantic>=2.3.0',
+ 'pydantic==2.3.0',
20
'aiohttp[speedups]',
21
'redis',
22
'aioredis',
tracardi/requirements.txt
@@ -1,6 +1,6 @@
1
git+https://github.com/elasticemail/elasticemail-python.git@4.0.20
2
3
-pydantic>=2.3.0
+pydantic==2.3.0
4
aiohttp[speedups]
5
redis
6
aioredis
0 commit comments