Skip to content

Dependency Alignment (requirements.txt/setup.py)

Latest
Compare
Choose a tag to compare
@chkp-yuvalpo chkp-yuvalpo released this 03 Jul 17:05
f12c459

Dependency alignment and code cleanup

  • Changed certifi requirement to >=2024.0,<2026.0 to allow for better compatibility

  • Updated typing-extensions to ~4.9.0

  • Synced requirements.txt to setup.py (previously mismatched)

  • Cleaned up some code to conform with PEP8