Skip to content

Commit 9c63630

Browse files
committed
requirements
1 parent 1818ebf commit 9c63630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
packages=['tracardi'],
1717
install_requires=[
1818
'pip>=21.2.4',
19-
'pydantic>=2.3.0',
19+
'pydantic==2.3.0',
2020
'aiohttp[speedups]',
2121
'redis',
2222
'aioredis',

tracardi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
git+https://github.com/elasticemail/elasticemail-python.git@4.0.20
22

33
numpy==1.24.4 # Required only because of elasticsearch[async]==7.10.1
4-
pydantic>=2.3.0
4+
pydantic==2.3.0
55
aiohttp[speedups]
66
redis
77
aioredis

0 commit comments

Comments
 (0)