fix: update pyOpenSSL to >=25.3.0 to address security vulnerability

- Updates pyOpenSSL from >=24.3.0 to >=25.3.0
- This resolves CVE affecting cryptography package versions >=37.0.0 & <43.0.1
- pyOpenSSL 25.3.0 requires cryptography>=45.0.7, which is above the vulnerable range
- Fixes issue #1545

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2025-10-23 06:51:25 +00:00
parent b74524fdfb
commit 44ef0682b0
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ dependencies = [
"rank-bm25~=0.2", "rank-bm25~=0.2",
"snowballstemmer~=2.2", "snowballstemmer~=2.2",
"pydantic>=2.10", "pydantic>=2.10",
"pyOpenSSL>=24.3.0", "pyOpenSSL>=25.3.0",
"psutil>=6.1.1", "psutil>=6.1.1",
"PyYAML>=6.0", "PyYAML>=6.0",
"nltk>=3.9.1", "nltk>=3.9.1",

View File

@@ -19,7 +19,7 @@ rank-bm25~=0.2
colorama~=0.4 colorama~=0.4
snowballstemmer~=2.2 snowballstemmer~=2.2
pydantic>=2.10 pydantic>=2.10
pyOpenSSL>=24.3.0 pyOpenSSL>=25.3.0
psutil>=6.1.1 psutil>=6.1.1
PyYAML>=6.0 PyYAML>=6.0
nltk>=3.9.1 nltk>=3.9.1