upgrade versions and autogenerated client code (#2053)

This commit is contained in:
Shuchang Zheng
2025-03-31 13:07:39 -07:00
committed by GitHub
parent 993e3b637d
commit ead1e4ba59
151 changed files with 2322 additions and 29256 deletions

View File

@@ -1,5 +1,8 @@
# This file was auto-generated by Fern from our API Definition.
from .bad_request_error import BadRequestError
from .not_found_error import NotFoundError
from .unauthorized_error import UnauthorizedError
from .unprocessable_entity_error import UnprocessableEntityError
__all__ = ["UnprocessableEntityError"]
__all__ = ["BadRequestError", "NotFoundError", "UnauthorizedError", "UnprocessableEntityError"]