aiinbx 0.138.0__tar.gz → 0.173.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.173.0/.release-please-manifest.json +3 -0
  2. {aiinbx-0.138.0 → aiinbx-0.173.0}/CHANGELOG.md +280 -0
  3. {aiinbx-0.138.0 → aiinbx-0.173.0}/PKG-INFO +1 -1
  4. {aiinbx-0.138.0 → aiinbx-0.173.0}/pyproject.toml +1 -1
  5. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_version.py +1 -1
  6. aiinbx-0.138.0/.release-please-manifest.json +0 -3
  7. {aiinbx-0.138.0 → aiinbx-0.173.0}/.gitignore +0 -0
  8. {aiinbx-0.138.0 → aiinbx-0.173.0}/CONTRIBUTING.md +0 -0
  9. {aiinbx-0.138.0 → aiinbx-0.173.0}/LICENSE +0 -0
  10. {aiinbx-0.138.0 → aiinbx-0.173.0}/README.md +0 -0
  11. {aiinbx-0.138.0 → aiinbx-0.173.0}/SECURITY.md +0 -0
  12. {aiinbx-0.138.0 → aiinbx-0.173.0}/api.md +0 -0
  13. {aiinbx-0.138.0 → aiinbx-0.173.0}/bin/check-release-environment +0 -0
  14. {aiinbx-0.138.0 → aiinbx-0.173.0}/bin/publish-pypi +0 -0
  15. {aiinbx-0.138.0 → aiinbx-0.173.0}/examples/.keep +0 -0
  16. {aiinbx-0.138.0 → aiinbx-0.173.0}/noxfile.py +0 -0
  17. {aiinbx-0.138.0 → aiinbx-0.173.0}/release-please-config.json +0 -0
  18. {aiinbx-0.138.0 → aiinbx-0.173.0}/requirements-dev.lock +0 -0
  19. {aiinbx-0.138.0 → aiinbx-0.173.0}/requirements.lock +0 -0
  20. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/ai_inbx/lib/.keep +0 -0
  21. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/__init__.py +0 -0
  22. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_base_client.py +0 -0
  23. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_client.py +0 -0
  24. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_compat.py +0 -0
  25. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_constants.py +0 -0
  26. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_exceptions.py +0 -0
  27. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_files.py +0 -0
  28. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_models.py +0 -0
  29. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_qs.py +0 -0
  30. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_resource.py +0 -0
  31. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_response.py +0 -0
  32. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_streaming.py +0 -0
  33. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_types.py +0 -0
  34. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/__init__.py +0 -0
  35. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_compat.py +0 -0
  36. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
  37. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_logs.py +0 -0
  38. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_proxy.py +0 -0
  39. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_reflection.py +0 -0
  40. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
  41. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_streams.py +0 -0
  42. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_sync.py +0 -0
  43. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_transform.py +0 -0
  44. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_typing.py +0 -0
  45. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/_utils/_utils.py +0 -0
  46. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/lib/.keep +0 -0
  47. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/py.typed +0 -0
  48. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/resources/__init__.py +0 -0
  49. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/resources/domains.py +0 -0
  50. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/resources/emails.py +0 -0
  51. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/resources/meta.py +0 -0
  52. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/resources/threads.py +0 -0
  53. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/resources/webhooks.py +0 -0
  54. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/__init__.py +0 -0
  55. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/domain_create_params.py +0 -0
  56. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/domain_create_response.py +0 -0
  57. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/domain_delete_response.py +0 -0
  58. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/domain_list_response.py +0 -0
  59. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
  60. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/domain_verify_response.py +0 -0
  61. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/email_reply_params.py +0 -0
  62. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/email_reply_response.py +0 -0
  63. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
  64. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/email_send_params.py +0 -0
  65. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/email_send_response.py +0 -0
  66. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
  67. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
  68. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
  69. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
  70. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
  71. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
  72. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
  73. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
  74. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/thread_forward_params.py +0 -0
  75. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/thread_forward_response.py +0 -0
  76. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
  77. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/thread_search_params.py +0 -0
  78. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/thread_search_response.py +0 -0
  79. {aiinbx-0.138.0 → aiinbx-0.173.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
  80. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/__init__.py +0 -0
  81. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/api_resources/__init__.py +0 -0
  82. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/api_resources/test_domains.py +0 -0
  83. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/api_resources/test_emails.py +0 -0
  84. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/api_resources/test_meta.py +0 -0
  85. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/api_resources/test_threads.py +0 -0
  86. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/api_resources/test_webhooks.py +0 -0
  87. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/conftest.py +0 -0
  88. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/sample_file.txt +0 -0
  89. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_client.py +0 -0
  90. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_deepcopy.py +0 -0
  91. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_extract_files.py +0 -0
  92. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_files.py +0 -0
  93. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_models.py +0 -0
  94. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_qs.py +0 -0
  95. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_required_args.py +0 -0
  96. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_response.py +0 -0
  97. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_streaming.py +0 -0
  98. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_transform.py +0 -0
  99. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_utils/test_datetime_parse.py +0 -0
  100. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_utils/test_proxy.py +0 -0
  101. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/test_utils/test_typing.py +0 -0
  102. {aiinbx-0.138.0 → aiinbx-0.173.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.173.0"
3
+ }
@@ -1,5 +1,285 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.173.0 (2025-12-01)
4
+
5
+ Full Changelog: [v0.172.0...v0.173.0](https://github.com/aiinbx/aiinbx-py/compare/v0.172.0...v0.173.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([2954771](https://github.com/aiinbx/aiinbx-py/commit/295477183b274d242089d1bb435f9bfe9caa0991))
10
+
11
+ ## 0.172.0 (2025-12-01)
12
+
13
+ Full Changelog: [v0.171.0...v0.172.0](https://github.com/aiinbx/aiinbx-py/compare/v0.171.0...v0.172.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([17adf93](https://github.com/aiinbx/aiinbx-py/commit/17adf934ccf3ff26d4f0a4ed5596ded3638c4e1e))
18
+
19
+ ## 0.171.0 (2025-12-01)
20
+
21
+ Full Changelog: [v0.170.0...v0.171.0](https://github.com/aiinbx/aiinbx-py/compare/v0.170.0...v0.171.0)
22
+
23
+ ### Features
24
+
25
+ * **api:** api update ([771d927](https://github.com/aiinbx/aiinbx-py/commit/771d927cc168d9b8b3b722b38a6286de06696083))
26
+
27
+ ## 0.170.0 (2025-11-30)
28
+
29
+ Full Changelog: [v0.169.0...v0.170.0](https://github.com/aiinbx/aiinbx-py/compare/v0.169.0...v0.170.0)
30
+
31
+ ### Features
32
+
33
+ * **api:** api update ([a0023fb](https://github.com/aiinbx/aiinbx-py/commit/a0023fb38b0866018ffc687b010067cad3be467d))
34
+
35
+ ## 0.169.0 (2025-11-30)
36
+
37
+ Full Changelog: [v0.168.0...v0.169.0](https://github.com/aiinbx/aiinbx-py/compare/v0.168.0...v0.169.0)
38
+
39
+ ### Features
40
+
41
+ * **api:** api update ([4ef431d](https://github.com/aiinbx/aiinbx-py/commit/4ef431dd712703804bdca6289909b5ec74c62b90))
42
+
43
+ ## 0.168.0 (2025-11-30)
44
+
45
+ Full Changelog: [v0.167.0...v0.168.0](https://github.com/aiinbx/aiinbx-py/compare/v0.167.0...v0.168.0)
46
+
47
+ ### Features
48
+
49
+ * **api:** api update ([9b15b20](https://github.com/aiinbx/aiinbx-py/commit/9b15b20684ca0d5015d8ce41ad9512f255a5a012))
50
+
51
+ ## 0.167.0 (2025-11-30)
52
+
53
+ Full Changelog: [v0.166.0...v0.167.0](https://github.com/aiinbx/aiinbx-py/compare/v0.166.0...v0.167.0)
54
+
55
+ ### Features
56
+
57
+ * **api:** api update ([9272c9f](https://github.com/aiinbx/aiinbx-py/commit/9272c9fc2025f16270513fbe2e478826e82fa696))
58
+
59
+ ## 0.166.0 (2025-11-30)
60
+
61
+ Full Changelog: [v0.165.0...v0.166.0](https://github.com/aiinbx/aiinbx-py/compare/v0.165.0...v0.166.0)
62
+
63
+ ### Features
64
+
65
+ * **api:** api update ([de78e1d](https://github.com/aiinbx/aiinbx-py/commit/de78e1d79753cf3d8ea1c8e807e75e369a560cd7))
66
+
67
+ ## 0.165.0 (2025-11-30)
68
+
69
+ Full Changelog: [v0.164.0...v0.165.0](https://github.com/aiinbx/aiinbx-py/compare/v0.164.0...v0.165.0)
70
+
71
+ ### Features
72
+
73
+ * **api:** api update ([ce72b92](https://github.com/aiinbx/aiinbx-py/commit/ce72b9275563ee54c26e9ab9dc202552c86b29e4))
74
+
75
+ ## 0.164.0 (2025-11-30)
76
+
77
+ Full Changelog: [v0.163.0...v0.164.0](https://github.com/aiinbx/aiinbx-py/compare/v0.163.0...v0.164.0)
78
+
79
+ ### Features
80
+
81
+ * **api:** api update ([593f518](https://github.com/aiinbx/aiinbx-py/commit/593f5183881b2a0c1d95a057f7d3c5ac1481bdc7))
82
+
83
+ ## 0.163.0 (2025-11-30)
84
+
85
+ Full Changelog: [v0.162.0...v0.163.0](https://github.com/aiinbx/aiinbx-py/compare/v0.162.0...v0.163.0)
86
+
87
+ ### Features
88
+
89
+ * **api:** api update ([24e7945](https://github.com/aiinbx/aiinbx-py/commit/24e7945ab4eb60db9fd7f7ea9c69bd82cafee4b4))
90
+
91
+ ## 0.162.0 (2025-11-30)
92
+
93
+ Full Changelog: [v0.161.0...v0.162.0](https://github.com/aiinbx/aiinbx-py/compare/v0.161.0...v0.162.0)
94
+
95
+ ### Features
96
+
97
+ * **api:** api update ([bdca52b](https://github.com/aiinbx/aiinbx-py/commit/bdca52bcfd2d3472982a38b7332cb638c014c049))
98
+
99
+ ## 0.161.0 (2025-11-30)
100
+
101
+ Full Changelog: [v0.160.0...v0.161.0](https://github.com/aiinbx/aiinbx-py/compare/v0.160.0...v0.161.0)
102
+
103
+ ### Features
104
+
105
+ * **api:** api update ([d961f43](https://github.com/aiinbx/aiinbx-py/commit/d961f4379246210f8123f96273b06095b2848283))
106
+
107
+ ## 0.160.0 (2025-11-29)
108
+
109
+ Full Changelog: [v0.159.0...v0.160.0](https://github.com/aiinbx/aiinbx-py/compare/v0.159.0...v0.160.0)
110
+
111
+ ### Features
112
+
113
+ * **api:** api update ([eba20d4](https://github.com/aiinbx/aiinbx-py/commit/eba20d47c10440407da0714eef16666432a7c7f2))
114
+
115
+ ## 0.159.0 (2025-11-29)
116
+
117
+ Full Changelog: [v0.158.0...v0.159.0](https://github.com/aiinbx/aiinbx-py/compare/v0.158.0...v0.159.0)
118
+
119
+ ### Features
120
+
121
+ * **api:** api update ([b015ac6](https://github.com/aiinbx/aiinbx-py/commit/b015ac60e66c30e0786c171d922d3270fa371d32))
122
+
123
+ ## 0.158.0 (2025-11-29)
124
+
125
+ Full Changelog: [v0.157.0...v0.158.0](https://github.com/aiinbx/aiinbx-py/compare/v0.157.0...v0.158.0)
126
+
127
+ ### Features
128
+
129
+ * **api:** api update ([e983b6b](https://github.com/aiinbx/aiinbx-py/commit/e983b6b5cb756ef67fadd3eb99cdb4b542d5ac40))
130
+
131
+ ## 0.157.0 (2025-11-29)
132
+
133
+ Full Changelog: [v0.156.0...v0.157.0](https://github.com/aiinbx/aiinbx-py/compare/v0.156.0...v0.157.0)
134
+
135
+ ### Features
136
+
137
+ * **api:** api update ([741c55f](https://github.com/aiinbx/aiinbx-py/commit/741c55fc0422784bc79f28cee0e2439b64cd5fb7))
138
+
139
+ ## 0.156.0 (2025-11-29)
140
+
141
+ Full Changelog: [v0.155.0...v0.156.0](https://github.com/aiinbx/aiinbx-py/compare/v0.155.0...v0.156.0)
142
+
143
+ ### Features
144
+
145
+ * **api:** api update ([987f8f7](https://github.com/aiinbx/aiinbx-py/commit/987f8f730b62f388318ed6fd549b648881774f88))
146
+
147
+ ## 0.155.0 (2025-11-29)
148
+
149
+ Full Changelog: [v0.154.0...v0.155.0](https://github.com/aiinbx/aiinbx-py/compare/v0.154.0...v0.155.0)
150
+
151
+ ### Features
152
+
153
+ * **api:** api update ([f78e77e](https://github.com/aiinbx/aiinbx-py/commit/f78e77e7ad3e623ee1a6f9fe6c543af2444668c0))
154
+
155
+ ## 0.154.0 (2025-11-29)
156
+
157
+ Full Changelog: [v0.153.0...v0.154.0](https://github.com/aiinbx/aiinbx-py/compare/v0.153.0...v0.154.0)
158
+
159
+ ### Features
160
+
161
+ * **api:** api update ([af86094](https://github.com/aiinbx/aiinbx-py/commit/af86094a7f0aa71b821785afd3caa0acd449f117))
162
+
163
+ ## 0.153.0 (2025-11-29)
164
+
165
+ Full Changelog: [v0.152.0...v0.153.0](https://github.com/aiinbx/aiinbx-py/compare/v0.152.0...v0.153.0)
166
+
167
+ ### Features
168
+
169
+ * **api:** api update ([4d1a33e](https://github.com/aiinbx/aiinbx-py/commit/4d1a33e45c652e115f5a5777bcfaeff3c0e6d658))
170
+
171
+ ## 0.152.0 (2025-11-29)
172
+
173
+ Full Changelog: [v0.151.0...v0.152.0](https://github.com/aiinbx/aiinbx-py/compare/v0.151.0...v0.152.0)
174
+
175
+ ### Features
176
+
177
+ * **api:** api update ([9577916](https://github.com/aiinbx/aiinbx-py/commit/9577916446e5db94dcc06955dd546ea975c49c15))
178
+
179
+ ## 0.151.0 (2025-11-29)
180
+
181
+ Full Changelog: [v0.150.0...v0.151.0](https://github.com/aiinbx/aiinbx-py/compare/v0.150.0...v0.151.0)
182
+
183
+ ### Features
184
+
185
+ * **api:** api update ([31663d5](https://github.com/aiinbx/aiinbx-py/commit/31663d51c45bf0c2f0300701533bfa83419ebacc))
186
+
187
+ ## 0.150.0 (2025-11-29)
188
+
189
+ Full Changelog: [v0.149.0...v0.150.0](https://github.com/aiinbx/aiinbx-py/compare/v0.149.0...v0.150.0)
190
+
191
+ ### Features
192
+
193
+ * **api:** api update ([d9b96eb](https://github.com/aiinbx/aiinbx-py/commit/d9b96eb6f810b6cba33d9907609ee21a235cdd35))
194
+
195
+ ## 0.149.0 (2025-11-29)
196
+
197
+ Full Changelog: [v0.148.0...v0.149.0](https://github.com/aiinbx/aiinbx-py/compare/v0.148.0...v0.149.0)
198
+
199
+ ### Features
200
+
201
+ * **api:** api update ([e1aeba9](https://github.com/aiinbx/aiinbx-py/commit/e1aeba98401119b0c35573ee31ad62152b607014))
202
+
203
+ ## 0.148.0 (2025-11-29)
204
+
205
+ Full Changelog: [v0.147.0...v0.148.0](https://github.com/aiinbx/aiinbx-py/compare/v0.147.0...v0.148.0)
206
+
207
+ ### Features
208
+
209
+ * **api:** api update ([691bbe8](https://github.com/aiinbx/aiinbx-py/commit/691bbe8226298e4014743aa3a03527cc83e703ff))
210
+
211
+ ## 0.147.0 (2025-11-28)
212
+
213
+ Full Changelog: [v0.146.0...v0.147.0](https://github.com/aiinbx/aiinbx-py/compare/v0.146.0...v0.147.0)
214
+
215
+ ### Features
216
+
217
+ * **api:** api update ([e90335e](https://github.com/aiinbx/aiinbx-py/commit/e90335e3cb5f6c6c689e94928dae43c5f0051f07))
218
+
219
+ ## 0.146.0 (2025-11-28)
220
+
221
+ Full Changelog: [v0.145.0...v0.146.0](https://github.com/aiinbx/aiinbx-py/compare/v0.145.0...v0.146.0)
222
+
223
+ ### Features
224
+
225
+ * **api:** api update ([3246438](https://github.com/aiinbx/aiinbx-py/commit/32464383a3768fee80a5ff22e8cf13e27c5091dd))
226
+
227
+ ## 0.145.0 (2025-11-28)
228
+
229
+ Full Changelog: [v0.144.0...v0.145.0](https://github.com/aiinbx/aiinbx-py/compare/v0.144.0...v0.145.0)
230
+
231
+ ### Features
232
+
233
+ * **api:** api update ([f284a7c](https://github.com/aiinbx/aiinbx-py/commit/f284a7c00575675dbb16913347ef605bbd683215))
234
+
235
+ ## 0.144.0 (2025-11-28)
236
+
237
+ Full Changelog: [v0.143.0...v0.144.0](https://github.com/aiinbx/aiinbx-py/compare/v0.143.0...v0.144.0)
238
+
239
+ ### Features
240
+
241
+ * **api:** api update ([5392797](https://github.com/aiinbx/aiinbx-py/commit/5392797686d44853d7106f1dae0294618860d3b2))
242
+
243
+ ## 0.143.0 (2025-11-28)
244
+
245
+ Full Changelog: [v0.142.0...v0.143.0](https://github.com/aiinbx/aiinbx-py/compare/v0.142.0...v0.143.0)
246
+
247
+ ### Features
248
+
249
+ * **api:** api update ([61f5e23](https://github.com/aiinbx/aiinbx-py/commit/61f5e23fb3e452eb60402445053a8b864dde6901))
250
+
251
+ ## 0.142.0 (2025-11-28)
252
+
253
+ Full Changelog: [v0.141.0...v0.142.0](https://github.com/aiinbx/aiinbx-py/compare/v0.141.0...v0.142.0)
254
+
255
+ ### Features
256
+
257
+ * **api:** api update ([ea05169](https://github.com/aiinbx/aiinbx-py/commit/ea051697f3c56692e408f7606bea5f31aa74e5d2))
258
+
259
+ ## 0.141.0 (2025-11-28)
260
+
261
+ Full Changelog: [v0.140.0...v0.141.0](https://github.com/aiinbx/aiinbx-py/compare/v0.140.0...v0.141.0)
262
+
263
+ ### Features
264
+
265
+ * **api:** api update ([aea101b](https://github.com/aiinbx/aiinbx-py/commit/aea101b4bf0bc48d53a44097fa4c2fe6b9298f5d))
266
+
267
+ ## 0.140.0 (2025-11-28)
268
+
269
+ Full Changelog: [v0.139.0...v0.140.0](https://github.com/aiinbx/aiinbx-py/compare/v0.139.0...v0.140.0)
270
+
271
+ ### Features
272
+
273
+ * **api:** api update ([5f14303](https://github.com/aiinbx/aiinbx-py/commit/5f14303298f63b6a8878e919501da29b8d63d7ce))
274
+
275
+ ## 0.139.0 (2025-11-28)
276
+
277
+ Full Changelog: [v0.138.0...v0.139.0](https://github.com/aiinbx/aiinbx-py/compare/v0.138.0...v0.139.0)
278
+
279
+ ### Features
280
+
281
+ * **api:** api update ([e56d509](https://github.com/aiinbx/aiinbx-py/commit/e56d509082595e1af5a474c5dc631d0798789257))
282
+
3
283
  ## 0.138.0 (2025-11-28)
4
284
 
5
285
  Full Changelog: [v0.137.0...v0.138.0](https://github.com/aiinbx/aiinbx-py/compare/v0.137.0...v0.138.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aiinbx
3
- Version: 0.138.0
3
+ Version: 0.173.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.138.0"
3
+ version = "0.173.0"
4
4
  description = "The official Python library for the AIInbx API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "aiinbx"
4
- __version__ = "0.138.0" # x-release-please-version
4
+ __version__ = "0.173.0" # x-release-please-version
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.138.0"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes