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
Take the reco counts report month as a calendar.Month
Vuforia accepts only the current month and the previous month, so a
month out of the 1-12 range is now rejected by the type rather than by
the server.
A month taken from a ``datetime`` needs wrapping in ``calendar.Month``,
because ``datetime.month`` is a plain ``int`` and ``beartype`` rejects
it otherwise.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments