Commit 152440f
Remove unused pyopenssl and boto dependencies (#14882)
- Remove pyopenssl from core dependencies: community.crypto 3.0.3
removed pyopenssl backend from ALL modules, now uses only
cryptography library
- Remove boto from AWS optional dependencies: Algo only uses
boto3/botocore (library/lightsail_region_facts.py confirms this),
and amazon.aws collection requires only boto3>=1.34.0
Verified by:
- Code search confirming no imports of pyopenssl or old boto
- Runtime tests in isolated environments without these packages
- All 101 unit tests passing
- Ansible playbook syntax checks passing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent 2662c5e commit 152440f
2 files changed
+1
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments