Skip to content

Commit 1f0dce6

Browse files
committed
Remove pydantic Python version constraint
1 parent e421499 commit 1f0dce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
capstone
22
colorama>=0.4.6
33
pystache
4-
pydantic==2.12.5 ; python_version < "3.14"
5-
pydantic==2.12.5 ; python_version == "3.14"
4+
pydantic==2.12.5
65
ruamel.yaml
76
pydemumble==0.0.1
87
# requirement of capstone due to python dropping distutils.

0 commit comments

Comments
 (0)