aiinbx 0.214.0__tar.gz → 0.269.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. aiinbx-0.269.0/.release-please-manifest.json +3 -0
  2. {aiinbx-0.214.0 → aiinbx-0.269.0}/CHANGELOG.md +466 -0
  3. {aiinbx-0.214.0 → aiinbx-0.269.0}/LICENSE +1 -1
  4. {aiinbx-0.214.0 → aiinbx-0.269.0}/PKG-INFO +1 -1
  5. {aiinbx-0.214.0 → aiinbx-0.269.0}/pyproject.toml +1 -1
  6. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_base_client.py +8 -2
  7. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_client.py +192 -48
  8. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_version.py +1 -1
  9. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/resources/domains.py +0 -4
  10. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/resources/emails.py +0 -4
  11. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/resources/threads.py +0 -68
  12. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/thread_search_params.py +0 -16
  13. aiinbx-0.214.0/.release-please-manifest.json +0 -3
  14. {aiinbx-0.214.0 → aiinbx-0.269.0}/.gitignore +0 -0
  15. {aiinbx-0.214.0 → aiinbx-0.269.0}/CONTRIBUTING.md +0 -0
  16. {aiinbx-0.214.0 → aiinbx-0.269.0}/README.md +0 -0
  17. {aiinbx-0.214.0 → aiinbx-0.269.0}/SECURITY.md +0 -0
  18. {aiinbx-0.214.0 → aiinbx-0.269.0}/api.md +0 -0
  19. {aiinbx-0.214.0 → aiinbx-0.269.0}/bin/check-release-environment +0 -0
  20. {aiinbx-0.214.0 → aiinbx-0.269.0}/bin/publish-pypi +0 -0
  21. {aiinbx-0.214.0 → aiinbx-0.269.0}/examples/.keep +0 -0
  22. {aiinbx-0.214.0 → aiinbx-0.269.0}/noxfile.py +0 -0
  23. {aiinbx-0.214.0 → aiinbx-0.269.0}/release-please-config.json +0 -0
  24. {aiinbx-0.214.0 → aiinbx-0.269.0}/requirements-dev.lock +0 -0
  25. {aiinbx-0.214.0 → aiinbx-0.269.0}/requirements.lock +0 -0
  26. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/ai_inbx/lib/.keep +0 -0
  27. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/__init__.py +0 -0
  28. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_compat.py +0 -0
  29. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_constants.py +0 -0
  30. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_exceptions.py +0 -0
  31. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_files.py +0 -0
  32. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_models.py +0 -0
  33. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_qs.py +0 -0
  34. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_resource.py +0 -0
  35. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_response.py +0 -0
  36. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_streaming.py +0 -0
  37. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_types.py +0 -0
  38. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/__init__.py +0 -0
  39. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_compat.py +0 -0
  40. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
  41. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_logs.py +0 -0
  42. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_proxy.py +0 -0
  43. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_reflection.py +0 -0
  44. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
  45. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_streams.py +0 -0
  46. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_sync.py +0 -0
  47. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_transform.py +0 -0
  48. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_typing.py +0 -0
  49. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/_utils/_utils.py +0 -0
  50. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/lib/.keep +0 -0
  51. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/py.typed +0 -0
  52. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/resources/__init__.py +0 -0
  53. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/resources/meta.py +0 -0
  54. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/resources/webhooks.py +0 -0
  55. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/__init__.py +0 -0
  56. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/domain_create_params.py +0 -0
  57. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/domain_create_response.py +0 -0
  58. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/domain_delete_response.py +0 -0
  59. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/domain_list_response.py +0 -0
  60. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
  61. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/domain_verify_response.py +0 -0
  62. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/email_reply_params.py +0 -0
  63. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/email_reply_response.py +0 -0
  64. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
  65. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/email_send_params.py +0 -0
  66. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/email_send_response.py +0 -0
  67. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
  68. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
  69. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
  70. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
  71. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
  72. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
  73. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
  74. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
  75. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/thread_forward_params.py +0 -0
  76. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/thread_forward_response.py +0 -0
  77. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
  78. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/thread_search_response.py +0 -0
  79. {aiinbx-0.214.0 → aiinbx-0.269.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
  80. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/__init__.py +0 -0
  81. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/api_resources/__init__.py +0 -0
  82. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/api_resources/test_domains.py +0 -0
  83. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/api_resources/test_emails.py +0 -0
  84. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/api_resources/test_meta.py +0 -0
  85. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/api_resources/test_threads.py +0 -0
  86. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/api_resources/test_webhooks.py +0 -0
  87. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/conftest.py +0 -0
  88. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/sample_file.txt +0 -0
  89. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_client.py +0 -0
  90. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_deepcopy.py +0 -0
  91. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_extract_files.py +0 -0
  92. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_files.py +0 -0
  93. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_models.py +0 -0
  94. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_qs.py +0 -0
  95. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_required_args.py +0 -0
  96. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_response.py +0 -0
  97. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_streaming.py +0 -0
  98. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_transform.py +0 -0
  99. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_utils/test_datetime_parse.py +0 -0
  100. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_utils/test_proxy.py +0 -0
  101. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/test_utils/test_typing.py +0 -0
  102. {aiinbx-0.214.0 → aiinbx-0.269.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.269.0"
3
+ }
@@ -1,5 +1,471 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.269.0 (2026-01-02)
4
+
5
+ Full Changelog: [v0.268.0...v0.269.0](https://github.com/aiinbx/aiinbx-py/compare/v0.268.0...v0.269.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([5e2b80a](https://github.com/aiinbx/aiinbx-py/commit/5e2b80ab729504fcf091222c562263730facc43f))
10
+
11
+ ## 0.268.0 (2026-01-02)
12
+
13
+ Full Changelog: [v0.267.0...v0.268.0](https://github.com/aiinbx/aiinbx-py/compare/v0.267.0...v0.268.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([b46a2fb](https://github.com/aiinbx/aiinbx-py/commit/b46a2fbcc6596d2c864625c303ebd3e6ffe27296))
18
+
19
+ ## 0.267.0 (2026-01-02)
20
+
21
+ Full Changelog: [v0.266.0...v0.267.0](https://github.com/aiinbx/aiinbx-py/compare/v0.266.0...v0.267.0)
22
+
23
+ ### Features
24
+
25
+ * **api:** api update ([c538b3d](https://github.com/aiinbx/aiinbx-py/commit/c538b3d38e6390f6a9da7886d55976ff184372ff))
26
+
27
+ ## 0.266.0 (2026-01-01)
28
+
29
+ Full Changelog: [v0.265.0...v0.266.0](https://github.com/aiinbx/aiinbx-py/compare/v0.265.0...v0.266.0)
30
+
31
+ ### Features
32
+
33
+ * **api:** api update ([bc898ff](https://github.com/aiinbx/aiinbx-py/commit/bc898ffb67e28df36da0ce4ffae5ae6f2532f876))
34
+
35
+ ## 0.265.0 (2026-01-01)
36
+
37
+ Full Changelog: [v0.264.0...v0.265.0](https://github.com/aiinbx/aiinbx-py/compare/v0.264.0...v0.265.0)
38
+
39
+ ### Features
40
+
41
+ * **api:** api update ([16bb88d](https://github.com/aiinbx/aiinbx-py/commit/16bb88d318c5212a55bb8cf7e1d54853b990ffb2))
42
+
43
+ ## 0.264.0 (2026-01-01)
44
+
45
+ Full Changelog: [v0.263.0...v0.264.0](https://github.com/aiinbx/aiinbx-py/compare/v0.263.0...v0.264.0)
46
+
47
+ ### Features
48
+
49
+ * **api:** api update ([4629b2e](https://github.com/aiinbx/aiinbx-py/commit/4629b2e1fd699b4ed8892415959b82afea8da653))
50
+
51
+ ## 0.263.0 (2026-01-01)
52
+
53
+ Full Changelog: [v0.262.0...v0.263.0](https://github.com/aiinbx/aiinbx-py/compare/v0.262.0...v0.263.0)
54
+
55
+ ### Features
56
+
57
+ * **api:** api update ([9da2a44](https://github.com/aiinbx/aiinbx-py/commit/9da2a44e05b8f4bf583f32cefdd22573d6840c13))
58
+
59
+ ## 0.262.0 (2026-01-01)
60
+
61
+ Full Changelog: [v0.261.0...v0.262.0](https://github.com/aiinbx/aiinbx-py/compare/v0.261.0...v0.262.0)
62
+
63
+ ### Features
64
+
65
+ * **api:** api update ([e4a7610](https://github.com/aiinbx/aiinbx-py/commit/e4a76108683d2137e0c3ec950b04c82213983a29))
66
+
67
+ ## 0.261.0 (2026-01-01)
68
+
69
+ Full Changelog: [v0.260.0...v0.261.0](https://github.com/aiinbx/aiinbx-py/compare/v0.260.0...v0.261.0)
70
+
71
+ ### Features
72
+
73
+ * **api:** api update ([2e24493](https://github.com/aiinbx/aiinbx-py/commit/2e244935d3f3732cb48a48b69b745de586746258))
74
+
75
+ ## 0.260.0 (2025-12-31)
76
+
77
+ Full Changelog: [v0.259.0...v0.260.0](https://github.com/aiinbx/aiinbx-py/compare/v0.259.0...v0.260.0)
78
+
79
+ ### Features
80
+
81
+ * **api:** api update ([3797105](https://github.com/aiinbx/aiinbx-py/commit/37971052bc26a001c1828e85fd0e41ceb936072b))
82
+
83
+ ## 0.259.0 (2025-12-31)
84
+
85
+ Full Changelog: [v0.258.0...v0.259.0](https://github.com/aiinbx/aiinbx-py/compare/v0.258.0...v0.259.0)
86
+
87
+ ### Features
88
+
89
+ * **api:** api update ([ccea5b6](https://github.com/aiinbx/aiinbx-py/commit/ccea5b656de91cdf20f3c631360af7f1526673a3))
90
+
91
+ ## 0.258.0 (2025-12-31)
92
+
93
+ Full Changelog: [v0.257.0...v0.258.0](https://github.com/aiinbx/aiinbx-py/compare/v0.257.0...v0.258.0)
94
+
95
+ ### Features
96
+
97
+ * **api:** api update ([098a7c0](https://github.com/aiinbx/aiinbx-py/commit/098a7c06bb8e3d6c3175ebcee83d6d9e6a2c652f))
98
+
99
+ ## 0.257.0 (2025-12-31)
100
+
101
+ Full Changelog: [v0.256.0...v0.257.0](https://github.com/aiinbx/aiinbx-py/compare/v0.256.0...v0.257.0)
102
+
103
+ ### Features
104
+
105
+ * **api:** api update ([aab8ece](https://github.com/aiinbx/aiinbx-py/commit/aab8ece106c1dba8fad2391a382fab25fabf1b33))
106
+
107
+ ## 0.256.0 (2025-12-31)
108
+
109
+ Full Changelog: [v0.255.0...v0.256.0](https://github.com/aiinbx/aiinbx-py/compare/v0.255.0...v0.256.0)
110
+
111
+ ### Features
112
+
113
+ * **api:** api update ([4c344c9](https://github.com/aiinbx/aiinbx-py/commit/4c344c900bb0264cc2bfcfea4444c76c0cc16c75))
114
+
115
+ ## 0.255.0 (2025-12-29)
116
+
117
+ Full Changelog: [v0.254.0...v0.255.0](https://github.com/aiinbx/aiinbx-py/compare/v0.254.0...v0.255.0)
118
+
119
+ ### Features
120
+
121
+ * **api:** api update ([5bf2890](https://github.com/aiinbx/aiinbx-py/commit/5bf28906148c892ee3d6900a7848973bcff1f37b))
122
+
123
+ ## 0.254.0 (2025-12-29)
124
+
125
+ Full Changelog: [v0.253.0...v0.254.0](https://github.com/aiinbx/aiinbx-py/compare/v0.253.0...v0.254.0)
126
+
127
+ ### Features
128
+
129
+ * **api:** api update ([f7ce4f1](https://github.com/aiinbx/aiinbx-py/commit/f7ce4f1953ad31942c11c1774e812cc59bdba4ec))
130
+
131
+ ## 0.253.0 (2025-12-28)
132
+
133
+ Full Changelog: [v0.252.0...v0.253.0](https://github.com/aiinbx/aiinbx-py/compare/v0.252.0...v0.253.0)
134
+
135
+ ### Features
136
+
137
+ * **api:** api update ([ff82596](https://github.com/aiinbx/aiinbx-py/commit/ff8259658a6ab041b2057040892d943e2efb5db5))
138
+
139
+ ## 0.252.0 (2025-12-28)
140
+
141
+ Full Changelog: [v0.251.0...v0.252.0](https://github.com/aiinbx/aiinbx-py/compare/v0.251.0...v0.252.0)
142
+
143
+ ### Features
144
+
145
+ * **api:** api update ([afd2b4e](https://github.com/aiinbx/aiinbx-py/commit/afd2b4ea75e771583b18a2519d34837088c1d119))
146
+
147
+ ## 0.251.0 (2025-12-28)
148
+
149
+ Full Changelog: [v0.250.0...v0.251.0](https://github.com/aiinbx/aiinbx-py/compare/v0.250.0...v0.251.0)
150
+
151
+ ### Features
152
+
153
+ * **api:** api update ([ba96f02](https://github.com/aiinbx/aiinbx-py/commit/ba96f0251db5b4d0cd4c5e6c7c2189c4d5f2a24e))
154
+
155
+ ## 0.250.0 (2025-12-28)
156
+
157
+ Full Changelog: [v0.249.0...v0.250.0](https://github.com/aiinbx/aiinbx-py/compare/v0.249.0...v0.250.0)
158
+
159
+ ### Features
160
+
161
+ * **api:** api update ([ffc2783](https://github.com/aiinbx/aiinbx-py/commit/ffc2783aafbd27ba940015ab894dddd0904500c1))
162
+
163
+ ## 0.249.0 (2025-12-27)
164
+
165
+ Full Changelog: [v0.248.0...v0.249.0](https://github.com/aiinbx/aiinbx-py/compare/v0.248.0...v0.249.0)
166
+
167
+ ### Features
168
+
169
+ * **api:** api update ([12aaca2](https://github.com/aiinbx/aiinbx-py/commit/12aaca2b4ab004d51dce59607de54474729f9a0b))
170
+
171
+ ## 0.248.0 (2025-12-26)
172
+
173
+ Full Changelog: [v0.247.0...v0.248.0](https://github.com/aiinbx/aiinbx-py/compare/v0.247.0...v0.248.0)
174
+
175
+ ### Features
176
+
177
+ * **api:** api update ([642845c](https://github.com/aiinbx/aiinbx-py/commit/642845c31c2b0cffcea958ee5cb88585e14b1678))
178
+
179
+ ## 0.247.0 (2025-12-26)
180
+
181
+ Full Changelog: [v0.246.0...v0.247.0](https://github.com/aiinbx/aiinbx-py/compare/v0.246.0...v0.247.0)
182
+
183
+ ### Features
184
+
185
+ * **api:** api update ([1a5a659](https://github.com/aiinbx/aiinbx-py/commit/1a5a65992763c1f416edae183c75172e11b41c4d))
186
+
187
+ ## 0.246.0 (2025-12-26)
188
+
189
+ Full Changelog: [v0.245.0...v0.246.0](https://github.com/aiinbx/aiinbx-py/compare/v0.245.0...v0.246.0)
190
+
191
+ ### Features
192
+
193
+ * **api:** api update ([aaf2808](https://github.com/aiinbx/aiinbx-py/commit/aaf2808bf572bf06ae6ac24214da71a6cea49bf3))
194
+
195
+ ## 0.245.0 (2025-12-25)
196
+
197
+ Full Changelog: [v0.244.0...v0.245.0](https://github.com/aiinbx/aiinbx-py/compare/v0.244.0...v0.245.0)
198
+
199
+ ### Features
200
+
201
+ * **api:** api update ([b81f084](https://github.com/aiinbx/aiinbx-py/commit/b81f084a18b2b81c48e348f40ef02b3ded34523e))
202
+
203
+ ## 0.244.0 (2025-12-25)
204
+
205
+ Full Changelog: [v0.243.0...v0.244.0](https://github.com/aiinbx/aiinbx-py/compare/v0.243.0...v0.244.0)
206
+
207
+ ### Features
208
+
209
+ * **api:** api update ([3b10190](https://github.com/aiinbx/aiinbx-py/commit/3b10190c55ac240186fd1183e6e666bbb0f9ebeb))
210
+
211
+ ## 0.243.0 (2025-12-24)
212
+
213
+ Full Changelog: [v0.242.0...v0.243.0](https://github.com/aiinbx/aiinbx-py/compare/v0.242.0...v0.243.0)
214
+
215
+ ### Features
216
+
217
+ * **api:** api update ([d102d60](https://github.com/aiinbx/aiinbx-py/commit/d102d603c753d27071e323996f2f977009de5ae4))
218
+
219
+ ## 0.242.0 (2025-12-24)
220
+
221
+ Full Changelog: [v0.241.0...v0.242.0](https://github.com/aiinbx/aiinbx-py/compare/v0.241.0...v0.242.0)
222
+
223
+ ### Features
224
+
225
+ * **api:** api update ([0c6d08e](https://github.com/aiinbx/aiinbx-py/commit/0c6d08eafdc8b1b4a220e139ec195be2dff421b6))
226
+
227
+ ## 0.241.0 (2025-12-23)
228
+
229
+ Full Changelog: [v0.240.0...v0.241.0](https://github.com/aiinbx/aiinbx-py/compare/v0.240.0...v0.241.0)
230
+
231
+ ### Features
232
+
233
+ * **api:** api update ([d999709](https://github.com/aiinbx/aiinbx-py/commit/d999709e44259f98b7f0fe8b7e58291197955f42))
234
+
235
+ ## 0.240.0 (2025-12-23)
236
+
237
+ Full Changelog: [v0.239.0...v0.240.0](https://github.com/aiinbx/aiinbx-py/compare/v0.239.0...v0.240.0)
238
+
239
+ ### Features
240
+
241
+ * **api:** api update ([7d2c3f0](https://github.com/aiinbx/aiinbx-py/commit/7d2c3f0538bcd9e0876e0fe5420fd6e5025cd14d))
242
+
243
+ ## 0.239.0 (2025-12-22)
244
+
245
+ Full Changelog: [v0.238.0...v0.239.0](https://github.com/aiinbx/aiinbx-py/compare/v0.238.0...v0.239.0)
246
+
247
+ ### Features
248
+
249
+ * **api:** api update ([fe86fde](https://github.com/aiinbx/aiinbx-py/commit/fe86fdefc129164271064368aaa2edf156f1a44b))
250
+
251
+ ## 0.238.0 (2025-12-22)
252
+
253
+ Full Changelog: [v0.237.0...v0.238.0](https://github.com/aiinbx/aiinbx-py/compare/v0.237.0...v0.238.0)
254
+
255
+ ### Features
256
+
257
+ * **api:** api update ([a10d7ec](https://github.com/aiinbx/aiinbx-py/commit/a10d7ec210bbb727dbe3ab77fe021d91bf261139))
258
+
259
+ ## 0.237.0 (2025-12-22)
260
+
261
+ Full Changelog: [v0.236.0...v0.237.0](https://github.com/aiinbx/aiinbx-py/compare/v0.236.0...v0.237.0)
262
+
263
+ ### Features
264
+
265
+ * **api:** api update ([b014701](https://github.com/aiinbx/aiinbx-py/commit/b014701ea731100648d3449952fded286ea7f10c))
266
+ * **api:** api update ([2534a60](https://github.com/aiinbx/aiinbx-py/commit/2534a60ead85cb96f860a4e8249a42711a53e0c3))
267
+ * **api:** api update ([31d3620](https://github.com/aiinbx/aiinbx-py/commit/31d3620dff83711ebd0f2a21b572c9ff0929e475))
268
+
269
+ ## 0.236.0 (2025-12-21)
270
+
271
+ Full Changelog: [v0.235.0...v0.236.0](https://github.com/aiinbx/aiinbx-py/compare/v0.235.0...v0.236.0)
272
+
273
+ ### Features
274
+
275
+ * **api:** api update ([6592f54](https://github.com/aiinbx/aiinbx-py/commit/6592f545ec5c85f9bc4bbed8e8856f3a325e6399))
276
+
277
+ ## 0.235.0 (2025-12-21)
278
+
279
+ Full Changelog: [v0.234.0...v0.235.0](https://github.com/aiinbx/aiinbx-py/compare/v0.234.0...v0.235.0)
280
+
281
+ ### Features
282
+
283
+ * **api:** api update ([83c3729](https://github.com/aiinbx/aiinbx-py/commit/83c372963211dbb63c0c34b169fb5468ddb7b480))
284
+
285
+ ## 0.234.0 (2025-12-21)
286
+
287
+ Full Changelog: [v0.233.0...v0.234.0](https://github.com/aiinbx/aiinbx-py/compare/v0.233.0...v0.234.0)
288
+
289
+ ### Features
290
+
291
+ * **api:** api update ([5715324](https://github.com/aiinbx/aiinbx-py/commit/5715324f9e77764b0bcc32f223489e265c9f5178))
292
+
293
+ ## 0.233.0 (2025-12-20)
294
+
295
+ Full Changelog: [v0.232.0...v0.233.0](https://github.com/aiinbx/aiinbx-py/compare/v0.232.0...v0.233.0)
296
+
297
+ ### Features
298
+
299
+ * **api:** api update ([530e222](https://github.com/aiinbx/aiinbx-py/commit/530e222426dfcae119157daaff6e6039414962a0))
300
+
301
+ ## 0.232.0 (2025-12-20)
302
+
303
+ Full Changelog: [v0.231.0...v0.232.0](https://github.com/aiinbx/aiinbx-py/compare/v0.231.0...v0.232.0)
304
+
305
+ ### Features
306
+
307
+ * **api:** api update ([a2d5f32](https://github.com/aiinbx/aiinbx-py/commit/a2d5f32faa59e542076a964963219d117810c960))
308
+
309
+ ## 0.231.0 (2025-12-20)
310
+
311
+ Full Changelog: [v0.230.0...v0.231.0](https://github.com/aiinbx/aiinbx-py/compare/v0.230.0...v0.231.0)
312
+
313
+ ### Features
314
+
315
+ * **api:** api update ([284a8b8](https://github.com/aiinbx/aiinbx-py/commit/284a8b88ebed8918566c59b4d7b40f9156d6ddae))
316
+
317
+ ## 0.230.0 (2025-12-20)
318
+
319
+ Full Changelog: [v0.229.0...v0.230.0](https://github.com/aiinbx/aiinbx-py/compare/v0.229.0...v0.230.0)
320
+
321
+ ### Features
322
+
323
+ * **api:** api update ([b53e899](https://github.com/aiinbx/aiinbx-py/commit/b53e8991f3d7f41610e6a766416266625ec9c93d))
324
+
325
+ ## 0.229.0 (2025-12-20)
326
+
327
+ Full Changelog: [v0.228.0...v0.229.0](https://github.com/aiinbx/aiinbx-py/compare/v0.228.0...v0.229.0)
328
+
329
+ ### Features
330
+
331
+ * **api:** api update ([b61aada](https://github.com/aiinbx/aiinbx-py/commit/b61aada974931aba9549c306be0950edc2b600f4))
332
+
333
+ ## 0.228.0 (2025-12-20)
334
+
335
+ Full Changelog: [v0.227.0...v0.228.0](https://github.com/aiinbx/aiinbx-py/compare/v0.227.0...v0.228.0)
336
+
337
+ ### Features
338
+
339
+ * **api:** api update ([3ee4683](https://github.com/aiinbx/aiinbx-py/commit/3ee4683a5557b0cc6828ae84d5a502fd23a3b3b6))
340
+
341
+ ## 0.227.0 (2025-12-19)
342
+
343
+ Full Changelog: [v0.226.0...v0.227.0](https://github.com/aiinbx/aiinbx-py/compare/v0.226.0...v0.227.0)
344
+
345
+ ### Features
346
+
347
+ * **api:** api update ([3ae2f08](https://github.com/aiinbx/aiinbx-py/commit/3ae2f08640e85f460e9a3d708d84bef9cbef8bcb))
348
+
349
+
350
+ ### Chores
351
+
352
+ * **internal:** add `--fix` argument to lint script ([1af0379](https://github.com/aiinbx/aiinbx-py/commit/1af0379356c3f03207ebbff709c7aac920764001))
353
+
354
+ ## 0.226.0 (2025-12-18)
355
+
356
+ Full Changelog: [v0.225.1...v0.226.0](https://github.com/aiinbx/aiinbx-py/compare/v0.225.1...v0.226.0)
357
+
358
+ ### Features
359
+
360
+ * **api:** api update ([4b33717](https://github.com/aiinbx/aiinbx-py/commit/4b33717a9a4e633026be35a3cffadcc8e1ada107))
361
+
362
+ ## 0.225.1 (2025-12-18)
363
+
364
+ Full Changelog: [v0.225.0...v0.225.1](https://github.com/aiinbx/aiinbx-py/compare/v0.225.0...v0.225.1)
365
+
366
+ ### Bug Fixes
367
+
368
+ * use async_to_httpx_files in patch method ([db08a78](https://github.com/aiinbx/aiinbx-py/commit/db08a785f058cba74a0a26f6852176fdef442129))
369
+
370
+ ## 0.225.0 (2025-12-17)
371
+
372
+ Full Changelog: [v0.224.0...v0.225.0](https://github.com/aiinbx/aiinbx-py/compare/v0.224.0...v0.225.0)
373
+
374
+ ### Features
375
+
376
+ * **api:** api update ([ad22125](https://github.com/aiinbx/aiinbx-py/commit/ad22125fd7e57529a5609a3a6bf7caa29a6fc535))
377
+
378
+ ## 0.224.0 (2025-12-17)
379
+
380
+ Full Changelog: [v0.223.0...v0.224.0](https://github.com/aiinbx/aiinbx-py/compare/v0.223.0...v0.224.0)
381
+
382
+ ### Features
383
+
384
+ * **api:** api update ([7b466d4](https://github.com/aiinbx/aiinbx-py/commit/7b466d4b61ca7e64d11457febbd77b943408019e))
385
+
386
+
387
+ ### Chores
388
+
389
+ * speedup initial import ([8bdae09](https://github.com/aiinbx/aiinbx-py/commit/8bdae096cea1f3f975729ba6daa759852fe5e656))
390
+
391
+ ## 0.223.0 (2025-12-16)
392
+
393
+ Full Changelog: [v0.222.0...v0.223.0](https://github.com/aiinbx/aiinbx-py/compare/v0.222.0...v0.223.0)
394
+
395
+ ### Features
396
+
397
+ * **api:** api update ([ad5fbea](https://github.com/aiinbx/aiinbx-py/commit/ad5fbead604413f6b8b27af803219154269643fc))
398
+
399
+ ## 0.222.0 (2025-12-16)
400
+
401
+ Full Changelog: [v0.221.0...v0.222.0](https://github.com/aiinbx/aiinbx-py/compare/v0.221.0...v0.222.0)
402
+
403
+ ### Features
404
+
405
+ * **api:** api update ([cd00058](https://github.com/aiinbx/aiinbx-py/commit/cd00058f5a6a008ca5d435541b0b5ad8f3c2b2ee))
406
+
407
+ ## 0.221.0 (2025-12-16)
408
+
409
+ Full Changelog: [v0.220.0...v0.221.0](https://github.com/aiinbx/aiinbx-py/compare/v0.220.0...v0.221.0)
410
+
411
+ ### Features
412
+
413
+ * **api:** api update ([b41d280](https://github.com/aiinbx/aiinbx-py/commit/b41d2809bbbf29b5803494b6cd7e90889269169b))
414
+ * **api:** api update ([32e15a9](https://github.com/aiinbx/aiinbx-py/commit/32e15a9f180855f53ef4ac38dbb76d089b82b998))
415
+
416
+ ## 0.220.0 (2025-12-16)
417
+
418
+ Full Changelog: [v0.219.0...v0.220.0](https://github.com/aiinbx/aiinbx-py/compare/v0.219.0...v0.220.0)
419
+
420
+ ### Features
421
+
422
+ * **api:** api update ([e4ced7e](https://github.com/aiinbx/aiinbx-py/commit/e4ced7ea8cd82eaf78dfb286e359d3be94823275))
423
+
424
+
425
+ ### Chores
426
+
427
+ * **internal:** add missing files argument to base client ([a11c7d9](https://github.com/aiinbx/aiinbx-py/commit/a11c7d9b4181341f10c827605d957895f39be6bb))
428
+
429
+ ## 0.219.0 (2025-12-14)
430
+
431
+ Full Changelog: [v0.218.0...v0.219.0](https://github.com/aiinbx/aiinbx-py/compare/v0.218.0...v0.219.0)
432
+
433
+ ### Features
434
+
435
+ * **api:** api update ([9658430](https://github.com/aiinbx/aiinbx-py/commit/96584305cdc6e97e569bd588de1086e31712746b))
436
+
437
+ ## 0.218.0 (2025-12-14)
438
+
439
+ Full Changelog: [v0.217.0...v0.218.0](https://github.com/aiinbx/aiinbx-py/compare/v0.217.0...v0.218.0)
440
+
441
+ ### Features
442
+
443
+ * **api:** api update ([52b32e3](https://github.com/aiinbx/aiinbx-py/commit/52b32e346d7f3b3dacb108fc41bc8c42d8b53230))
444
+
445
+ ## 0.217.0 (2025-12-14)
446
+
447
+ Full Changelog: [v0.216.0...v0.217.0](https://github.com/aiinbx/aiinbx-py/compare/v0.216.0...v0.217.0)
448
+
449
+ ### Features
450
+
451
+ * **api:** api update ([1aad158](https://github.com/aiinbx/aiinbx-py/commit/1aad1589c4be019f0d3834ebf96ac0a03866dc6c))
452
+
453
+ ## 0.216.0 (2025-12-14)
454
+
455
+ Full Changelog: [v0.215.0...v0.216.0](https://github.com/aiinbx/aiinbx-py/compare/v0.215.0...v0.216.0)
456
+
457
+ ### Features
458
+
459
+ * **api:** api update ([034d734](https://github.com/aiinbx/aiinbx-py/commit/034d734d4e13415fbca070a4a68be7083ad3a592))
460
+
461
+ ## 0.215.0 (2025-12-12)
462
+
463
+ Full Changelog: [v0.214.0...v0.215.0](https://github.com/aiinbx/aiinbx-py/compare/v0.214.0...v0.215.0)
464
+
465
+ ### Features
466
+
467
+ * **api:** api update ([2bf2f4c](https://github.com/aiinbx/aiinbx-py/commit/2bf2f4c06b65883a23f8cfaf15d364ca2921577c))
468
+
3
469
  ## 0.214.0 (2025-12-12)
4
470
 
5
471
  Full Changelog: [v0.213.0...v0.214.0](https://github.com/aiinbx/aiinbx-py/compare/v0.213.0...v0.214.0)
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2025 AI Inbx
189
+ Copyright 2026 AI Inbx
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aiinbx
3
- Version: 0.214.0
3
+ Version: 0.269.0
4
4
  Summary: The official Python library for the AIInbx API
5
5
  Project-URL: Homepage, https://github.com/aiinbx/aiinbx-py
6
6
  Project-URL: Repository, https://github.com/aiinbx/aiinbx-py
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aiinbx"
3
- version = "0.214.0"
3
+ version = "0.269.0"
4
4
  description = "The official Python library for the AIInbx API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1247,9 +1247,12 @@ class SyncAPIClient(BaseClient[httpx.Client, Stream[Any]]):
1247
1247
  *,
1248
1248
  cast_to: Type[ResponseT],
1249
1249
  body: Body | None = None,
1250
+ files: RequestFiles | None = None,
1250
1251
  options: RequestOptions = {},
1251
1252
  ) -> ResponseT:
1252
- opts = FinalRequestOptions.construct(method="patch", url=path, json_data=body, **options)
1253
+ opts = FinalRequestOptions.construct(
1254
+ method="patch", url=path, json_data=body, files=to_httpx_files(files), **options
1255
+ )
1253
1256
  return self.request(cast_to, opts)
1254
1257
 
1255
1258
  def put(
@@ -1767,9 +1770,12 @@ class AsyncAPIClient(BaseClient[httpx.AsyncClient, AsyncStream[Any]]):
1767
1770
  *,
1768
1771
  cast_to: Type[ResponseT],
1769
1772
  body: Body | None = None,
1773
+ files: RequestFiles | None = None,
1770
1774
  options: RequestOptions = {},
1771
1775
  ) -> ResponseT:
1772
- opts = FinalRequestOptions.construct(method="patch", url=path, json_data=body, **options)
1776
+ opts = FinalRequestOptions.construct(
1777
+ method="patch", url=path, json_data=body, files=await async_to_httpx_files(files), **options
1778
+ )
1773
1779
  return await self.request(cast_to, opts)
1774
1780
 
1775
1781
  async def put(