[OND211-2329]: Updated pycryptodomex imports.

This commit is contained in:
Hetavi Shah 2025-12-02 19:16:06 +05:30
parent edbda14ff5
commit 525aa84ac3
2 changed files with 3 additions and 1 deletions

View file

@ -78,6 +78,7 @@ dependencies = [
"protobuf==5.27.2",
"psycopg2-binary==2.9.9",
"pyclipper==1.3.0.post5",
"pycryptodomex==3.20.0",
"pymysql>=1.1.1,<2.0.0",
"pypdf==6.4.0",
"python-dotenv==1.0.1",
@ -168,7 +169,6 @@ test = [
"requests>=2.32.2",
"requests-toolbelt>=1.0.0",
"pycryptodomex==3.20.0",
]
[[tool.uv.index]]

2
uv.lock generated
View file

@ -5458,6 +5458,7 @@ dependencies = [
{ name = "protobuf" },
{ name = "psycopg2-binary" },
{ name = "pyclipper" },
{ name = "pycryptodomex" },
{ name = "pyicu" },
{ name = "pymysql" },
{ name = "pyobvector" },
@ -5623,6 +5624,7 @@ requires-dist = [
{ name = "protobuf", specifier = "==5.27.2" },
{ name = "psycopg2-binary", specifier = "==2.9.9" },
{ name = "pyclipper", specifier = "==1.3.0.post5" },
{ name = "pycryptodomex", specifier = "==3.20.0" },
{ name = "pyicu", specifier = ">=2.15.3,<3.0.0" },
{ name = "pymysql", specifier = ">=1.1.1,<2.0.0" },
{ name = "pyobvector", specifier = "==0.2.18" },