SIGN IN SIGN UP

Add warnings to FGA query and check responses (#1280)

## Description
Adds warnings field to the FGA check and query responses. Warning types
include:

BaseWarning - catch all for warnings not supported by the current SDK
version
MissingContextKeysWarning - missing context keys found while evaluating
policies in the check / query request

Note: 

Query response returns "warnings" as a top-level field in the Paginate
response. To avoid affecting other packages, I extended the AutoPaginate
class in FGA package and added a custom deserializer.
A
Aaron Tainter committed
fc9e1bec8cc42894c9336acee7deebedd0af6de0
Parent: 4151cb7
Committed by GitHub <noreply@github.com> on 5/20/2025, 8:21:50 PM