You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve Python 3.9 compatibility in remaining integration test files
- Fix union type syntax in test_smoke.py
- Fix union type syntax in test_watermark_image_file_integration.py
- Fix union type syntax in test_live_api.py
- Add proper typing imports to all integration test files
- Replace isinstance with tuple syntax for Python 3.9 compatibility
This completes Python 3.9 compatibility across the entire codebase.
All tests now collect and import correctly.
0 commit comments