We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3119c96 + 229311c commit 0219f3cCopy full SHA for 0219f3c
requirements.txt
@@ -1,5 +1,5 @@
1
requests==2.32.3
2
PySocks==1.7.1
3
-pydantic==2.10.1
+pydantic==2.10.2
4
moviepy==1.0.3
5
pycryptodomex==3.21.0
setup.py
@@ -21,7 +21,7 @@
21
requirements = [
22
"requests<3.0,>=2.25.1",
23
"PySocks==1.7.1",
24
- "pydantic==2.10.1",
+ "pydantic==2.10.2",
25
"pycryptodomex==3.21.0",
26
]
27
# requirements = [
0 commit comments