aiinbx 0.212.0__tar.gz → 0.261.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.261.0/.release-please-manifest.json +3 -0
  2. {aiinbx-0.212.0 → aiinbx-0.261.0}/CHANGELOG.md +418 -0
  3. {aiinbx-0.212.0 → aiinbx-0.261.0}/LICENSE +1 -1
  4. {aiinbx-0.212.0 → aiinbx-0.261.0}/PKG-INFO +1 -1
  5. {aiinbx-0.212.0 → aiinbx-0.261.0}/pyproject.toml +1 -1
  6. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_base_client.py +8 -2
  7. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_client.py +192 -48
  8. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_version.py +1 -1
  9. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/resources/domains.py +0 -4
  10. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/resources/emails.py +0 -4
  11. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/resources/threads.py +0 -68
  12. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/thread_search_params.py +0 -16
  13. aiinbx-0.212.0/.release-please-manifest.json +0 -3
  14. {aiinbx-0.212.0 → aiinbx-0.261.0}/.gitignore +0 -0
  15. {aiinbx-0.212.0 → aiinbx-0.261.0}/CONTRIBUTING.md +0 -0
  16. {aiinbx-0.212.0 → aiinbx-0.261.0}/README.md +0 -0
  17. {aiinbx-0.212.0 → aiinbx-0.261.0}/SECURITY.md +0 -0
  18. {aiinbx-0.212.0 → aiinbx-0.261.0}/api.md +0 -0
  19. {aiinbx-0.212.0 → aiinbx-0.261.0}/bin/check-release-environment +0 -0
  20. {aiinbx-0.212.0 → aiinbx-0.261.0}/bin/publish-pypi +0 -0
  21. {aiinbx-0.212.0 → aiinbx-0.261.0}/examples/.keep +0 -0
  22. {aiinbx-0.212.0 → aiinbx-0.261.0}/noxfile.py +0 -0
  23. {aiinbx-0.212.0 → aiinbx-0.261.0}/release-please-config.json +0 -0
  24. {aiinbx-0.212.0 → aiinbx-0.261.0}/requirements-dev.lock +0 -0
  25. {aiinbx-0.212.0 → aiinbx-0.261.0}/requirements.lock +0 -0
  26. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/ai_inbx/lib/.keep +0 -0
  27. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/__init__.py +0 -0
  28. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_compat.py +0 -0
  29. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_constants.py +0 -0
  30. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_exceptions.py +0 -0
  31. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_files.py +0 -0
  32. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_models.py +0 -0
  33. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_qs.py +0 -0
  34. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_resource.py +0 -0
  35. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_response.py +0 -0
  36. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_streaming.py +0 -0
  37. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_types.py +0 -0
  38. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/__init__.py +0 -0
  39. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_compat.py +0 -0
  40. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
  41. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_logs.py +0 -0
  42. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_proxy.py +0 -0
  43. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_reflection.py +0 -0
  44. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
  45. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_streams.py +0 -0
  46. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_sync.py +0 -0
  47. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_transform.py +0 -0
  48. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_typing.py +0 -0
  49. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/_utils/_utils.py +0 -0
  50. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/lib/.keep +0 -0
  51. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/py.typed +0 -0
  52. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/resources/__init__.py +0 -0
  53. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/resources/meta.py +0 -0
  54. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/resources/webhooks.py +0 -0
  55. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/__init__.py +0 -0
  56. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/domain_create_params.py +0 -0
  57. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/domain_create_response.py +0 -0
  58. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/domain_delete_response.py +0 -0
  59. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/domain_list_response.py +0 -0
  60. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
  61. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/domain_verify_response.py +0 -0
  62. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/email_reply_params.py +0 -0
  63. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/email_reply_response.py +0 -0
  64. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
  65. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/email_send_params.py +0 -0
  66. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/email_send_response.py +0 -0
  67. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
  68. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
  69. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
  70. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
  71. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
  72. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
  73. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
  74. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
  75. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/thread_forward_params.py +0 -0
  76. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/thread_forward_response.py +0 -0
  77. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
  78. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/thread_search_response.py +0 -0
  79. {aiinbx-0.212.0 → aiinbx-0.261.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
  80. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/__init__.py +0 -0
  81. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/api_resources/__init__.py +0 -0
  82. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/api_resources/test_domains.py +0 -0
  83. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/api_resources/test_emails.py +0 -0
  84. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/api_resources/test_meta.py +0 -0
  85. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/api_resources/test_threads.py +0 -0
  86. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/api_resources/test_webhooks.py +0 -0
  87. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/conftest.py +0 -0
  88. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/sample_file.txt +0 -0
  89. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_client.py +0 -0
  90. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_deepcopy.py +0 -0
  91. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_extract_files.py +0 -0
  92. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_files.py +0 -0
  93. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_models.py +0 -0
  94. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_qs.py +0 -0
  95. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_required_args.py +0 -0
  96. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_response.py +0 -0
  97. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_streaming.py +0 -0
  98. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_transform.py +0 -0
  99. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_utils/test_datetime_parse.py +0 -0
  100. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_utils/test_proxy.py +0 -0
  101. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/test_utils/test_typing.py +0 -0
  102. {aiinbx-0.212.0 → aiinbx-0.261.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.261.0"
3
+ }
@@ -1,5 +1,423 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.261.0 (2026-01-01)
4
+
5
+ Full Changelog: [v0.260.0...v0.261.0](https://github.com/aiinbx/aiinbx-py/compare/v0.260.0...v0.261.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([2e24493](https://github.com/aiinbx/aiinbx-py/commit/2e244935d3f3732cb48a48b69b745de586746258))
10
+
11
+ ## 0.260.0 (2025-12-31)
12
+
13
+ Full Changelog: [v0.259.0...v0.260.0](https://github.com/aiinbx/aiinbx-py/compare/v0.259.0...v0.260.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([3797105](https://github.com/aiinbx/aiinbx-py/commit/37971052bc26a001c1828e85fd0e41ceb936072b))
18
+
19
+ ## 0.259.0 (2025-12-31)
20
+
21
+ Full Changelog: [v0.258.0...v0.259.0](https://github.com/aiinbx/aiinbx-py/compare/v0.258.0...v0.259.0)
22
+
23
+ ### Features
24
+
25
+ * **api:** api update ([ccea5b6](https://github.com/aiinbx/aiinbx-py/commit/ccea5b656de91cdf20f3c631360af7f1526673a3))
26
+
27
+ ## 0.258.0 (2025-12-31)
28
+
29
+ Full Changelog: [v0.257.0...v0.258.0](https://github.com/aiinbx/aiinbx-py/compare/v0.257.0...v0.258.0)
30
+
31
+ ### Features
32
+
33
+ * **api:** api update ([098a7c0](https://github.com/aiinbx/aiinbx-py/commit/098a7c06bb8e3d6c3175ebcee83d6d9e6a2c652f))
34
+
35
+ ## 0.257.0 (2025-12-31)
36
+
37
+ Full Changelog: [v0.256.0...v0.257.0](https://github.com/aiinbx/aiinbx-py/compare/v0.256.0...v0.257.0)
38
+
39
+ ### Features
40
+
41
+ * **api:** api update ([aab8ece](https://github.com/aiinbx/aiinbx-py/commit/aab8ece106c1dba8fad2391a382fab25fabf1b33))
42
+
43
+ ## 0.256.0 (2025-12-31)
44
+
45
+ Full Changelog: [v0.255.0...v0.256.0](https://github.com/aiinbx/aiinbx-py/compare/v0.255.0...v0.256.0)
46
+
47
+ ### Features
48
+
49
+ * **api:** api update ([4c344c9](https://github.com/aiinbx/aiinbx-py/commit/4c344c900bb0264cc2bfcfea4444c76c0cc16c75))
50
+
51
+ ## 0.255.0 (2025-12-29)
52
+
53
+ Full Changelog: [v0.254.0...v0.255.0](https://github.com/aiinbx/aiinbx-py/compare/v0.254.0...v0.255.0)
54
+
55
+ ### Features
56
+
57
+ * **api:** api update ([5bf2890](https://github.com/aiinbx/aiinbx-py/commit/5bf28906148c892ee3d6900a7848973bcff1f37b))
58
+
59
+ ## 0.254.0 (2025-12-29)
60
+
61
+ Full Changelog: [v0.253.0...v0.254.0](https://github.com/aiinbx/aiinbx-py/compare/v0.253.0...v0.254.0)
62
+
63
+ ### Features
64
+
65
+ * **api:** api update ([f7ce4f1](https://github.com/aiinbx/aiinbx-py/commit/f7ce4f1953ad31942c11c1774e812cc59bdba4ec))
66
+
67
+ ## 0.253.0 (2025-12-28)
68
+
69
+ Full Changelog: [v0.252.0...v0.253.0](https://github.com/aiinbx/aiinbx-py/compare/v0.252.0...v0.253.0)
70
+
71
+ ### Features
72
+
73
+ * **api:** api update ([ff82596](https://github.com/aiinbx/aiinbx-py/commit/ff8259658a6ab041b2057040892d943e2efb5db5))
74
+
75
+ ## 0.252.0 (2025-12-28)
76
+
77
+ Full Changelog: [v0.251.0...v0.252.0](https://github.com/aiinbx/aiinbx-py/compare/v0.251.0...v0.252.0)
78
+
79
+ ### Features
80
+
81
+ * **api:** api update ([afd2b4e](https://github.com/aiinbx/aiinbx-py/commit/afd2b4ea75e771583b18a2519d34837088c1d119))
82
+
83
+ ## 0.251.0 (2025-12-28)
84
+
85
+ Full Changelog: [v0.250.0...v0.251.0](https://github.com/aiinbx/aiinbx-py/compare/v0.250.0...v0.251.0)
86
+
87
+ ### Features
88
+
89
+ * **api:** api update ([ba96f02](https://github.com/aiinbx/aiinbx-py/commit/ba96f0251db5b4d0cd4c5e6c7c2189c4d5f2a24e))
90
+
91
+ ## 0.250.0 (2025-12-28)
92
+
93
+ Full Changelog: [v0.249.0...v0.250.0](https://github.com/aiinbx/aiinbx-py/compare/v0.249.0...v0.250.0)
94
+
95
+ ### Features
96
+
97
+ * **api:** api update ([ffc2783](https://github.com/aiinbx/aiinbx-py/commit/ffc2783aafbd27ba940015ab894dddd0904500c1))
98
+
99
+ ## 0.249.0 (2025-12-27)
100
+
101
+ Full Changelog: [v0.248.0...v0.249.0](https://github.com/aiinbx/aiinbx-py/compare/v0.248.0...v0.249.0)
102
+
103
+ ### Features
104
+
105
+ * **api:** api update ([12aaca2](https://github.com/aiinbx/aiinbx-py/commit/12aaca2b4ab004d51dce59607de54474729f9a0b))
106
+
107
+ ## 0.248.0 (2025-12-26)
108
+
109
+ Full Changelog: [v0.247.0...v0.248.0](https://github.com/aiinbx/aiinbx-py/compare/v0.247.0...v0.248.0)
110
+
111
+ ### Features
112
+
113
+ * **api:** api update ([642845c](https://github.com/aiinbx/aiinbx-py/commit/642845c31c2b0cffcea958ee5cb88585e14b1678))
114
+
115
+ ## 0.247.0 (2025-12-26)
116
+
117
+ Full Changelog: [v0.246.0...v0.247.0](https://github.com/aiinbx/aiinbx-py/compare/v0.246.0...v0.247.0)
118
+
119
+ ### Features
120
+
121
+ * **api:** api update ([1a5a659](https://github.com/aiinbx/aiinbx-py/commit/1a5a65992763c1f416edae183c75172e11b41c4d))
122
+
123
+ ## 0.246.0 (2025-12-26)
124
+
125
+ Full Changelog: [v0.245.0...v0.246.0](https://github.com/aiinbx/aiinbx-py/compare/v0.245.0...v0.246.0)
126
+
127
+ ### Features
128
+
129
+ * **api:** api update ([aaf2808](https://github.com/aiinbx/aiinbx-py/commit/aaf2808bf572bf06ae6ac24214da71a6cea49bf3))
130
+
131
+ ## 0.245.0 (2025-12-25)
132
+
133
+ Full Changelog: [v0.244.0...v0.245.0](https://github.com/aiinbx/aiinbx-py/compare/v0.244.0...v0.245.0)
134
+
135
+ ### Features
136
+
137
+ * **api:** api update ([b81f084](https://github.com/aiinbx/aiinbx-py/commit/b81f084a18b2b81c48e348f40ef02b3ded34523e))
138
+
139
+ ## 0.244.0 (2025-12-25)
140
+
141
+ Full Changelog: [v0.243.0...v0.244.0](https://github.com/aiinbx/aiinbx-py/compare/v0.243.0...v0.244.0)
142
+
143
+ ### Features
144
+
145
+ * **api:** api update ([3b10190](https://github.com/aiinbx/aiinbx-py/commit/3b10190c55ac240186fd1183e6e666bbb0f9ebeb))
146
+
147
+ ## 0.243.0 (2025-12-24)
148
+
149
+ Full Changelog: [v0.242.0...v0.243.0](https://github.com/aiinbx/aiinbx-py/compare/v0.242.0...v0.243.0)
150
+
151
+ ### Features
152
+
153
+ * **api:** api update ([d102d60](https://github.com/aiinbx/aiinbx-py/commit/d102d603c753d27071e323996f2f977009de5ae4))
154
+
155
+ ## 0.242.0 (2025-12-24)
156
+
157
+ Full Changelog: [v0.241.0...v0.242.0](https://github.com/aiinbx/aiinbx-py/compare/v0.241.0...v0.242.0)
158
+
159
+ ### Features
160
+
161
+ * **api:** api update ([0c6d08e](https://github.com/aiinbx/aiinbx-py/commit/0c6d08eafdc8b1b4a220e139ec195be2dff421b6))
162
+
163
+ ## 0.241.0 (2025-12-23)
164
+
165
+ Full Changelog: [v0.240.0...v0.241.0](https://github.com/aiinbx/aiinbx-py/compare/v0.240.0...v0.241.0)
166
+
167
+ ### Features
168
+
169
+ * **api:** api update ([d999709](https://github.com/aiinbx/aiinbx-py/commit/d999709e44259f98b7f0fe8b7e58291197955f42))
170
+
171
+ ## 0.240.0 (2025-12-23)
172
+
173
+ Full Changelog: [v0.239.0...v0.240.0](https://github.com/aiinbx/aiinbx-py/compare/v0.239.0...v0.240.0)
174
+
175
+ ### Features
176
+
177
+ * **api:** api update ([7d2c3f0](https://github.com/aiinbx/aiinbx-py/commit/7d2c3f0538bcd9e0876e0fe5420fd6e5025cd14d))
178
+
179
+ ## 0.239.0 (2025-12-22)
180
+
181
+ Full Changelog: [v0.238.0...v0.239.0](https://github.com/aiinbx/aiinbx-py/compare/v0.238.0...v0.239.0)
182
+
183
+ ### Features
184
+
185
+ * **api:** api update ([fe86fde](https://github.com/aiinbx/aiinbx-py/commit/fe86fdefc129164271064368aaa2edf156f1a44b))
186
+
187
+ ## 0.238.0 (2025-12-22)
188
+
189
+ Full Changelog: [v0.237.0...v0.238.0](https://github.com/aiinbx/aiinbx-py/compare/v0.237.0...v0.238.0)
190
+
191
+ ### Features
192
+
193
+ * **api:** api update ([a10d7ec](https://github.com/aiinbx/aiinbx-py/commit/a10d7ec210bbb727dbe3ab77fe021d91bf261139))
194
+
195
+ ## 0.237.0 (2025-12-22)
196
+
197
+ Full Changelog: [v0.236.0...v0.237.0](https://github.com/aiinbx/aiinbx-py/compare/v0.236.0...v0.237.0)
198
+
199
+ ### Features
200
+
201
+ * **api:** api update ([b014701](https://github.com/aiinbx/aiinbx-py/commit/b014701ea731100648d3449952fded286ea7f10c))
202
+ * **api:** api update ([2534a60](https://github.com/aiinbx/aiinbx-py/commit/2534a60ead85cb96f860a4e8249a42711a53e0c3))
203
+ * **api:** api update ([31d3620](https://github.com/aiinbx/aiinbx-py/commit/31d3620dff83711ebd0f2a21b572c9ff0929e475))
204
+
205
+ ## 0.236.0 (2025-12-21)
206
+
207
+ Full Changelog: [v0.235.0...v0.236.0](https://github.com/aiinbx/aiinbx-py/compare/v0.235.0...v0.236.0)
208
+
209
+ ### Features
210
+
211
+ * **api:** api update ([6592f54](https://github.com/aiinbx/aiinbx-py/commit/6592f545ec5c85f9bc4bbed8e8856f3a325e6399))
212
+
213
+ ## 0.235.0 (2025-12-21)
214
+
215
+ Full Changelog: [v0.234.0...v0.235.0](https://github.com/aiinbx/aiinbx-py/compare/v0.234.0...v0.235.0)
216
+
217
+ ### Features
218
+
219
+ * **api:** api update ([83c3729](https://github.com/aiinbx/aiinbx-py/commit/83c372963211dbb63c0c34b169fb5468ddb7b480))
220
+
221
+ ## 0.234.0 (2025-12-21)
222
+
223
+ Full Changelog: [v0.233.0...v0.234.0](https://github.com/aiinbx/aiinbx-py/compare/v0.233.0...v0.234.0)
224
+
225
+ ### Features
226
+
227
+ * **api:** api update ([5715324](https://github.com/aiinbx/aiinbx-py/commit/5715324f9e77764b0bcc32f223489e265c9f5178))
228
+
229
+ ## 0.233.0 (2025-12-20)
230
+
231
+ Full Changelog: [v0.232.0...v0.233.0](https://github.com/aiinbx/aiinbx-py/compare/v0.232.0...v0.233.0)
232
+
233
+ ### Features
234
+
235
+ * **api:** api update ([530e222](https://github.com/aiinbx/aiinbx-py/commit/530e222426dfcae119157daaff6e6039414962a0))
236
+
237
+ ## 0.232.0 (2025-12-20)
238
+
239
+ Full Changelog: [v0.231.0...v0.232.0](https://github.com/aiinbx/aiinbx-py/compare/v0.231.0...v0.232.0)
240
+
241
+ ### Features
242
+
243
+ * **api:** api update ([a2d5f32](https://github.com/aiinbx/aiinbx-py/commit/a2d5f32faa59e542076a964963219d117810c960))
244
+
245
+ ## 0.231.0 (2025-12-20)
246
+
247
+ Full Changelog: [v0.230.0...v0.231.0](https://github.com/aiinbx/aiinbx-py/compare/v0.230.0...v0.231.0)
248
+
249
+ ### Features
250
+
251
+ * **api:** api update ([284a8b8](https://github.com/aiinbx/aiinbx-py/commit/284a8b88ebed8918566c59b4d7b40f9156d6ddae))
252
+
253
+ ## 0.230.0 (2025-12-20)
254
+
255
+ Full Changelog: [v0.229.0...v0.230.0](https://github.com/aiinbx/aiinbx-py/compare/v0.229.0...v0.230.0)
256
+
257
+ ### Features
258
+
259
+ * **api:** api update ([b53e899](https://github.com/aiinbx/aiinbx-py/commit/b53e8991f3d7f41610e6a766416266625ec9c93d))
260
+
261
+ ## 0.229.0 (2025-12-20)
262
+
263
+ Full Changelog: [v0.228.0...v0.229.0](https://github.com/aiinbx/aiinbx-py/compare/v0.228.0...v0.229.0)
264
+
265
+ ### Features
266
+
267
+ * **api:** api update ([b61aada](https://github.com/aiinbx/aiinbx-py/commit/b61aada974931aba9549c306be0950edc2b600f4))
268
+
269
+ ## 0.228.0 (2025-12-20)
270
+
271
+ Full Changelog: [v0.227.0...v0.228.0](https://github.com/aiinbx/aiinbx-py/compare/v0.227.0...v0.228.0)
272
+
273
+ ### Features
274
+
275
+ * **api:** api update ([3ee4683](https://github.com/aiinbx/aiinbx-py/commit/3ee4683a5557b0cc6828ae84d5a502fd23a3b3b6))
276
+
277
+ ## 0.227.0 (2025-12-19)
278
+
279
+ Full Changelog: [v0.226.0...v0.227.0](https://github.com/aiinbx/aiinbx-py/compare/v0.226.0...v0.227.0)
280
+
281
+ ### Features
282
+
283
+ * **api:** api update ([3ae2f08](https://github.com/aiinbx/aiinbx-py/commit/3ae2f08640e85f460e9a3d708d84bef9cbef8bcb))
284
+
285
+
286
+ ### Chores
287
+
288
+ * **internal:** add `--fix` argument to lint script ([1af0379](https://github.com/aiinbx/aiinbx-py/commit/1af0379356c3f03207ebbff709c7aac920764001))
289
+
290
+ ## 0.226.0 (2025-12-18)
291
+
292
+ Full Changelog: [v0.225.1...v0.226.0](https://github.com/aiinbx/aiinbx-py/compare/v0.225.1...v0.226.0)
293
+
294
+ ### Features
295
+
296
+ * **api:** api update ([4b33717](https://github.com/aiinbx/aiinbx-py/commit/4b33717a9a4e633026be35a3cffadcc8e1ada107))
297
+
298
+ ## 0.225.1 (2025-12-18)
299
+
300
+ Full Changelog: [v0.225.0...v0.225.1](https://github.com/aiinbx/aiinbx-py/compare/v0.225.0...v0.225.1)
301
+
302
+ ### Bug Fixes
303
+
304
+ * use async_to_httpx_files in patch method ([db08a78](https://github.com/aiinbx/aiinbx-py/commit/db08a785f058cba74a0a26f6852176fdef442129))
305
+
306
+ ## 0.225.0 (2025-12-17)
307
+
308
+ Full Changelog: [v0.224.0...v0.225.0](https://github.com/aiinbx/aiinbx-py/compare/v0.224.0...v0.225.0)
309
+
310
+ ### Features
311
+
312
+ * **api:** api update ([ad22125](https://github.com/aiinbx/aiinbx-py/commit/ad22125fd7e57529a5609a3a6bf7caa29a6fc535))
313
+
314
+ ## 0.224.0 (2025-12-17)
315
+
316
+ Full Changelog: [v0.223.0...v0.224.0](https://github.com/aiinbx/aiinbx-py/compare/v0.223.0...v0.224.0)
317
+
318
+ ### Features
319
+
320
+ * **api:** api update ([7b466d4](https://github.com/aiinbx/aiinbx-py/commit/7b466d4b61ca7e64d11457febbd77b943408019e))
321
+
322
+
323
+ ### Chores
324
+
325
+ * speedup initial import ([8bdae09](https://github.com/aiinbx/aiinbx-py/commit/8bdae096cea1f3f975729ba6daa759852fe5e656))
326
+
327
+ ## 0.223.0 (2025-12-16)
328
+
329
+ Full Changelog: [v0.222.0...v0.223.0](https://github.com/aiinbx/aiinbx-py/compare/v0.222.0...v0.223.0)
330
+
331
+ ### Features
332
+
333
+ * **api:** api update ([ad5fbea](https://github.com/aiinbx/aiinbx-py/commit/ad5fbead604413f6b8b27af803219154269643fc))
334
+
335
+ ## 0.222.0 (2025-12-16)
336
+
337
+ Full Changelog: [v0.221.0...v0.222.0](https://github.com/aiinbx/aiinbx-py/compare/v0.221.0...v0.222.0)
338
+
339
+ ### Features
340
+
341
+ * **api:** api update ([cd00058](https://github.com/aiinbx/aiinbx-py/commit/cd00058f5a6a008ca5d435541b0b5ad8f3c2b2ee))
342
+
343
+ ## 0.221.0 (2025-12-16)
344
+
345
+ Full Changelog: [v0.220.0...v0.221.0](https://github.com/aiinbx/aiinbx-py/compare/v0.220.0...v0.221.0)
346
+
347
+ ### Features
348
+
349
+ * **api:** api update ([b41d280](https://github.com/aiinbx/aiinbx-py/commit/b41d2809bbbf29b5803494b6cd7e90889269169b))
350
+ * **api:** api update ([32e15a9](https://github.com/aiinbx/aiinbx-py/commit/32e15a9f180855f53ef4ac38dbb76d089b82b998))
351
+
352
+ ## 0.220.0 (2025-12-16)
353
+
354
+ Full Changelog: [v0.219.0...v0.220.0](https://github.com/aiinbx/aiinbx-py/compare/v0.219.0...v0.220.0)
355
+
356
+ ### Features
357
+
358
+ * **api:** api update ([e4ced7e](https://github.com/aiinbx/aiinbx-py/commit/e4ced7ea8cd82eaf78dfb286e359d3be94823275))
359
+
360
+
361
+ ### Chores
362
+
363
+ * **internal:** add missing files argument to base client ([a11c7d9](https://github.com/aiinbx/aiinbx-py/commit/a11c7d9b4181341f10c827605d957895f39be6bb))
364
+
365
+ ## 0.219.0 (2025-12-14)
366
+
367
+ Full Changelog: [v0.218.0...v0.219.0](https://github.com/aiinbx/aiinbx-py/compare/v0.218.0...v0.219.0)
368
+
369
+ ### Features
370
+
371
+ * **api:** api update ([9658430](https://github.com/aiinbx/aiinbx-py/commit/96584305cdc6e97e569bd588de1086e31712746b))
372
+
373
+ ## 0.218.0 (2025-12-14)
374
+
375
+ Full Changelog: [v0.217.0...v0.218.0](https://github.com/aiinbx/aiinbx-py/compare/v0.217.0...v0.218.0)
376
+
377
+ ### Features
378
+
379
+ * **api:** api update ([52b32e3](https://github.com/aiinbx/aiinbx-py/commit/52b32e346d7f3b3dacb108fc41bc8c42d8b53230))
380
+
381
+ ## 0.217.0 (2025-12-14)
382
+
383
+ Full Changelog: [v0.216.0...v0.217.0](https://github.com/aiinbx/aiinbx-py/compare/v0.216.0...v0.217.0)
384
+
385
+ ### Features
386
+
387
+ * **api:** api update ([1aad158](https://github.com/aiinbx/aiinbx-py/commit/1aad1589c4be019f0d3834ebf96ac0a03866dc6c))
388
+
389
+ ## 0.216.0 (2025-12-14)
390
+
391
+ Full Changelog: [v0.215.0...v0.216.0](https://github.com/aiinbx/aiinbx-py/compare/v0.215.0...v0.216.0)
392
+
393
+ ### Features
394
+
395
+ * **api:** api update ([034d734](https://github.com/aiinbx/aiinbx-py/commit/034d734d4e13415fbca070a4a68be7083ad3a592))
396
+
397
+ ## 0.215.0 (2025-12-12)
398
+
399
+ Full Changelog: [v0.214.0...v0.215.0](https://github.com/aiinbx/aiinbx-py/compare/v0.214.0...v0.215.0)
400
+
401
+ ### Features
402
+
403
+ * **api:** api update ([2bf2f4c](https://github.com/aiinbx/aiinbx-py/commit/2bf2f4c06b65883a23f8cfaf15d364ca2921577c))
404
+
405
+ ## 0.214.0 (2025-12-12)
406
+
407
+ Full Changelog: [v0.213.0...v0.214.0](https://github.com/aiinbx/aiinbx-py/compare/v0.213.0...v0.214.0)
408
+
409
+ ### Features
410
+
411
+ * **api:** api update ([96bc00b](https://github.com/aiinbx/aiinbx-py/commit/96bc00b6f1e453df6db25e0007784e4ae8140d94))
412
+
413
+ ## 0.213.0 (2025-12-11)
414
+
415
+ Full Changelog: [v0.212.0...v0.213.0](https://github.com/aiinbx/aiinbx-py/compare/v0.212.0...v0.213.0)
416
+
417
+ ### Features
418
+
419
+ * **api:** api update ([15d7300](https://github.com/aiinbx/aiinbx-py/commit/15d730003e57134ce75205a315b7e9edd2c24e3b))
420
+
3
421
  ## 0.212.0 (2025-12-11)
4
422
 
5
423
  Full Changelog: [v0.211.0...v0.212.0](https://github.com/aiinbx/aiinbx-py/compare/v0.211.0...v0.212.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.212.0
3
+ Version: 0.261.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.212.0"
3
+ version = "0.261.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(