Skip to content

version 3.19.2

Compare
Choose a tag to compare
@seratch seratch released this 27 Oct 09:17
· 169 commits to main since this release

Changes

  • #1282 Add request_file_info arg to files_upload_v2 method - Thanks @seratch @eddyg
  • #1278 Improve clarity of 'content' error message for files_upload_v2 - Thanks @eddyg
  • #1283 Improve typing when using 'get' on an API response - Thanks @eddyg
  • #1284 Add Python 3.11 support - Thanks @seratch
  • #1281 Fix selected_option type hint - Thanks @taekop