Skip to content

Commit 185ff23

Browse files
committed
Version fix
1 parent c6741d2 commit 185ff23

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,6 +1,6 @@
11
git+https://github.com/elasticemail/elasticemail-python.git@4.0.20
22

3-
pydantic>=2.3.0
3+
pydantic==2.3.0
44
aiohttp[speedups]
55
redis
66
aioredis

0 commit comments

Comments
 (0)