feat: bumped version to 0.0.33

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-07-17 17:23:21 -07:00
parent 339d84d5e4
commit 2cbe6fc111
8 changed files with 140 additions and 10 deletions

View file

@ -49,5 +49,5 @@ def test_caller_budgets_cover_every_country():
from app.proprietary.platforms.reddit import fetch as reddit_fetch
from app.proprietary.platforms.tiktok.session import client as tiktok_client
assert reddit_fetch._MAX_ROTATIONS >= len(rotation.FALLBACK_COUNTRIES)
assert tiktok_client._MAX_ROTATIONS >= len(rotation.FALLBACK_COUNTRIES)
assert len(rotation.FALLBACK_COUNTRIES) <= reddit_fetch._MAX_ROTATIONS
assert len(rotation.FALLBACK_COUNTRIES) <= tiktok_client._MAX_ROTATIONS