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 1818ebf commit 9c63630Copy full SHA for 9c63630
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,7 +1,7 @@
1
git+https://github.com/elasticemail/elasticemail-python.git@4.0.20
2
3
numpy==1.24.4 # Required only because of elasticsearch[async]==7.10.1
4
-pydantic>=2.3.0
+pydantic==2.3.0
5
aiohttp[speedups]
6
redis
7
aioredis
0 commit comments