aiinbx 0.152.0__tar.gz → 0.202.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.202.0/.release-please-manifest.json +3 -0
  2. {aiinbx-0.152.0 → aiinbx-0.202.0}/CHANGELOG.md +407 -0
  3. {aiinbx-0.152.0 → aiinbx-0.202.0}/PKG-INFO +3 -2
  4. {aiinbx-0.152.0 → aiinbx-0.202.0}/README.md +2 -1
  5. {aiinbx-0.152.0 → aiinbx-0.202.0}/pyproject.toml +9 -7
  6. {aiinbx-0.152.0 → aiinbx-0.202.0}/requirements-dev.lock +59 -49
  7. {aiinbx-0.152.0 → aiinbx-0.202.0}/requirements.lock +16 -15
  8. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_version.py +1 -1
  9. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/resources/domains.py +4 -0
  10. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/resources/emails.py +4 -0
  11. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/resources/threads.py +68 -0
  12. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_search_params.py +16 -0
  13. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/unwrap_webhook_event.py +13 -9
  14. aiinbx-0.152.0/.release-please-manifest.json +0 -3
  15. {aiinbx-0.152.0 → aiinbx-0.202.0}/.gitignore +0 -0
  16. {aiinbx-0.152.0 → aiinbx-0.202.0}/CONTRIBUTING.md +0 -0
  17. {aiinbx-0.152.0 → aiinbx-0.202.0}/LICENSE +0 -0
  18. {aiinbx-0.152.0 → aiinbx-0.202.0}/SECURITY.md +0 -0
  19. {aiinbx-0.152.0 → aiinbx-0.202.0}/api.md +0 -0
  20. {aiinbx-0.152.0 → aiinbx-0.202.0}/bin/check-release-environment +0 -0
  21. {aiinbx-0.152.0 → aiinbx-0.202.0}/bin/publish-pypi +0 -0
  22. {aiinbx-0.152.0 → aiinbx-0.202.0}/examples/.keep +0 -0
  23. {aiinbx-0.152.0 → aiinbx-0.202.0}/noxfile.py +0 -0
  24. {aiinbx-0.152.0 → aiinbx-0.202.0}/release-please-config.json +0 -0
  25. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/ai_inbx/lib/.keep +0 -0
  26. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/__init__.py +0 -0
  27. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_base_client.py +0 -0
  28. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_client.py +0 -0
  29. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_compat.py +0 -0
  30. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_constants.py +0 -0
  31. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_exceptions.py +0 -0
  32. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_files.py +0 -0
  33. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_models.py +0 -0
  34. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_qs.py +0 -0
  35. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_resource.py +0 -0
  36. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_response.py +0 -0
  37. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_streaming.py +0 -0
  38. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_types.py +0 -0
  39. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/__init__.py +0 -0
  40. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_compat.py +0 -0
  41. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
  42. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_logs.py +0 -0
  43. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_proxy.py +0 -0
  44. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_reflection.py +0 -0
  45. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
  46. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_streams.py +0 -0
  47. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_sync.py +0 -0
  48. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_transform.py +0 -0
  49. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_typing.py +0 -0
  50. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_utils.py +0 -0
  51. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/lib/.keep +0 -0
  52. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/py.typed +0 -0
  53. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/resources/__init__.py +0 -0
  54. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/resources/meta.py +0 -0
  55. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/resources/webhooks.py +0 -0
  56. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/__init__.py +0 -0
  57. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_create_params.py +0 -0
  58. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_create_response.py +0 -0
  59. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_delete_response.py +0 -0
  60. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_list_response.py +0 -0
  61. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
  62. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_verify_response.py +0 -0
  63. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/email_reply_params.py +0 -0
  64. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/email_reply_response.py +0 -0
  65. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
  66. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/email_send_params.py +0 -0
  67. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/email_send_response.py +0 -0
  68. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
  69. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
  70. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
  71. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
  72. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
  73. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
  74. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
  75. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
  76. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_forward_params.py +0 -0
  77. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_forward_response.py +0 -0
  78. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
  79. {aiinbx-0.152.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_search_response.py +0 -0
  80. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/__init__.py +0 -0
  81. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/api_resources/__init__.py +0 -0
  82. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/api_resources/test_domains.py +0 -0
  83. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/api_resources/test_emails.py +0 -0
  84. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/api_resources/test_meta.py +0 -0
  85. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/api_resources/test_threads.py +0 -0
  86. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/api_resources/test_webhooks.py +0 -0
  87. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/conftest.py +0 -0
  88. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/sample_file.txt +0 -0
  89. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_client.py +0 -0
  90. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_deepcopy.py +0 -0
  91. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_extract_files.py +0 -0
  92. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_files.py +0 -0
  93. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_models.py +0 -0
  94. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_qs.py +0 -0
  95. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_required_args.py +0 -0
  96. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_response.py +0 -0
  97. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_streaming.py +0 -0
  98. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_transform.py +0 -0
  99. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_utils/test_datetime_parse.py +0 -0
  100. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_utils/test_proxy.py +0 -0
  101. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/test_utils/test_typing.py +0 -0
  102. {aiinbx-0.152.0 → aiinbx-0.202.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.202.0"
3
+ }
@@ -1,5 +1,412 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.202.0 (2025-12-08)
4
+
5
+ Full Changelog: [v0.201.0...v0.202.0](https://github.com/aiinbx/aiinbx-py/compare/v0.201.0...v0.202.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([6b33466](https://github.com/aiinbx/aiinbx-py/commit/6b33466e2abddf0330f8428c6cf833360115fd42))
10
+
11
+ ## 0.201.0 (2025-12-07)
12
+
13
+ Full Changelog: [v0.200.0...v0.201.0](https://github.com/aiinbx/aiinbx-py/compare/v0.200.0...v0.201.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([e295810](https://github.com/aiinbx/aiinbx-py/commit/e295810fd3920439289945558c0fee4e6e4bc64b))
18
+
19
+ ## 0.200.0 (2025-12-07)
20
+
21
+ Full Changelog: [v0.199.0...v0.200.0](https://github.com/aiinbx/aiinbx-py/compare/v0.199.0...v0.200.0)
22
+
23
+ ### Features
24
+
25
+ * **api:** api update ([64ba0c5](https://github.com/aiinbx/aiinbx-py/commit/64ba0c5de44bbd0ff052003ed4558874695b710d))
26
+
27
+ ## 0.199.0 (2025-12-04)
28
+
29
+ Full Changelog: [v0.198.0...v0.199.0](https://github.com/aiinbx/aiinbx-py/compare/v0.198.0...v0.199.0)
30
+
31
+ ### Features
32
+
33
+ * **api:** api update ([2a80f11](https://github.com/aiinbx/aiinbx-py/commit/2a80f11b733e0728f7aeaa09b9e4525b0b0b582c))
34
+
35
+ ## 0.198.0 (2025-12-04)
36
+
37
+ Full Changelog: [v0.197.0...v0.198.0](https://github.com/aiinbx/aiinbx-py/compare/v0.197.0...v0.198.0)
38
+
39
+ ### Features
40
+
41
+ * **api:** api update ([3861e7d](https://github.com/aiinbx/aiinbx-py/commit/3861e7d7cc5298c10837e6a693ec01a671206411))
42
+
43
+ ## 0.197.0 (2025-12-04)
44
+
45
+ Full Changelog: [v0.196.0...v0.197.0](https://github.com/aiinbx/aiinbx-py/compare/v0.196.0...v0.197.0)
46
+
47
+ ### Features
48
+
49
+ * **api:** api update ([88d45e6](https://github.com/aiinbx/aiinbx-py/commit/88d45e6241a9067302c5a3d6381ce22d780b9a8e))
50
+
51
+ ## 0.196.0 (2025-12-04)
52
+
53
+ Full Changelog: [v0.195.0...v0.196.0](https://github.com/aiinbx/aiinbx-py/compare/v0.195.0...v0.196.0)
54
+
55
+ ### Features
56
+
57
+ * **api:** api update ([e81d3c2](https://github.com/aiinbx/aiinbx-py/commit/e81d3c2c2fee5b155bc2655ba94f5df8957a6b69))
58
+
59
+ ## 0.195.0 (2025-12-03)
60
+
61
+ Full Changelog: [v0.194.0...v0.195.0](https://github.com/aiinbx/aiinbx-py/compare/v0.194.0...v0.195.0)
62
+
63
+ ### Features
64
+
65
+ * **api:** api update ([6757d59](https://github.com/aiinbx/aiinbx-py/commit/6757d5977fc8cfacc448327d03fa2a3c4bf54457))
66
+
67
+ ## 0.194.0 (2025-12-03)
68
+
69
+ Full Changelog: [v0.193.0...v0.194.0](https://github.com/aiinbx/aiinbx-py/compare/v0.193.0...v0.194.0)
70
+
71
+ ### Features
72
+
73
+ * **api:** api update ([8996b90](https://github.com/aiinbx/aiinbx-py/commit/8996b90d7fa3905f64adc1813e3830ee7bd96a80))
74
+
75
+
76
+ ### Chores
77
+
78
+ * **docs:** use environment variables for authentication in code snippets ([d8471a9](https://github.com/aiinbx/aiinbx-py/commit/d8471a9f8c4cf903090ecd69208047392bd571f3))
79
+ * **internal:** codegen related update ([b5100ac](https://github.com/aiinbx/aiinbx-py/commit/b5100ac4d999efc9152ae9dd977380489bcc8a98))
80
+ * update lockfile ([fc736ad](https://github.com/aiinbx/aiinbx-py/commit/fc736ada56e81b991fd68a0eacfeaaa173926166))
81
+
82
+ ## 0.193.0 (2025-12-03)
83
+
84
+ Full Changelog: [v0.192.0...v0.193.0](https://github.com/aiinbx/aiinbx-py/compare/v0.192.0...v0.193.0)
85
+
86
+ ### Features
87
+
88
+ * **api:** api update ([14cce02](https://github.com/aiinbx/aiinbx-py/commit/14cce02323e853540ed6fe02f3db03ee8a61664d))
89
+
90
+ ## 0.192.0 (2025-12-03)
91
+
92
+ Full Changelog: [v0.191.0...v0.192.0](https://github.com/aiinbx/aiinbx-py/compare/v0.191.0...v0.192.0)
93
+
94
+ ### Features
95
+
96
+ * **api:** api update ([c46d62b](https://github.com/aiinbx/aiinbx-py/commit/c46d62b416076de8c0c88310b9d0fbf93895ad49))
97
+
98
+ ## 0.191.0 (2025-12-02)
99
+
100
+ Full Changelog: [v0.190.0...v0.191.0](https://github.com/aiinbx/aiinbx-py/compare/v0.190.0...v0.191.0)
101
+
102
+ ### Features
103
+
104
+ * **api:** api update ([8a4ae59](https://github.com/aiinbx/aiinbx-py/commit/8a4ae59d1fe9b792f7222dd3dc597f56c03eff05))
105
+
106
+ ## 0.190.0 (2025-12-02)
107
+
108
+ Full Changelog: [v0.189.0...v0.190.0](https://github.com/aiinbx/aiinbx-py/compare/v0.189.0...v0.190.0)
109
+
110
+ ### Features
111
+
112
+ * **api:** api update ([3015fdd](https://github.com/aiinbx/aiinbx-py/commit/3015fdd697ba4dbac3a29f0ae2a3f2b7e22be71f))
113
+
114
+ ## 0.189.0 (2025-12-02)
115
+
116
+ Full Changelog: [v0.188.0...v0.189.0](https://github.com/aiinbx/aiinbx-py/compare/v0.188.0...v0.189.0)
117
+
118
+ ### Features
119
+
120
+ * **api:** api update ([27f06f9](https://github.com/aiinbx/aiinbx-py/commit/27f06f9b80e7cacc942de7d8bd2ceccad15e7ce3))
121
+
122
+ ## 0.188.0 (2025-12-02)
123
+
124
+ Full Changelog: [v0.187.0...v0.188.0](https://github.com/aiinbx/aiinbx-py/compare/v0.187.0...v0.188.0)
125
+
126
+ ### Features
127
+
128
+ * **api:** api update ([996e7e2](https://github.com/aiinbx/aiinbx-py/commit/996e7e285fa3e0804e552863171edb9bc7f03451))
129
+
130
+ ## 0.187.0 (2025-12-02)
131
+
132
+ Full Changelog: [v0.186.0...v0.187.0](https://github.com/aiinbx/aiinbx-py/compare/v0.186.0...v0.187.0)
133
+
134
+ ### Features
135
+
136
+ * **api:** api update ([ac05446](https://github.com/aiinbx/aiinbx-py/commit/ac054460619096dbddeee9012e836586d80ecbd2))
137
+
138
+ ## 0.186.0 (2025-12-02)
139
+
140
+ Full Changelog: [v0.185.0...v0.186.0](https://github.com/aiinbx/aiinbx-py/compare/v0.185.0...v0.186.0)
141
+
142
+ ### Features
143
+
144
+ * **api:** api update ([ac618eb](https://github.com/aiinbx/aiinbx-py/commit/ac618eb1bcbf2fef0a8fa1a6f9a498e63c49576e))
145
+
146
+ ## 0.185.0 (2025-12-02)
147
+
148
+ Full Changelog: [v0.184.0...v0.185.0](https://github.com/aiinbx/aiinbx-py/compare/v0.184.0...v0.185.0)
149
+
150
+ ### Features
151
+
152
+ * **api:** api update ([bb68e95](https://github.com/aiinbx/aiinbx-py/commit/bb68e959afbad71b5f69fd2da57081251e800a01))
153
+
154
+ ## 0.184.0 (2025-12-02)
155
+
156
+ Full Changelog: [v0.183.0...v0.184.0](https://github.com/aiinbx/aiinbx-py/compare/v0.183.0...v0.184.0)
157
+
158
+ ### Features
159
+
160
+ * **api:** api update ([f88ab54](https://github.com/aiinbx/aiinbx-py/commit/f88ab54edcb48c1d71f23a74ff53a9985610a214))
161
+
162
+ ## 0.183.0 (2025-12-02)
163
+
164
+ Full Changelog: [v0.182.0...v0.183.0](https://github.com/aiinbx/aiinbx-py/compare/v0.182.0...v0.183.0)
165
+
166
+ ### Features
167
+
168
+ * **api:** api update ([4f24787](https://github.com/aiinbx/aiinbx-py/commit/4f24787762fb36ebacb97749246d0706ded1c5e1))
169
+
170
+ ## 0.182.0 (2025-12-02)
171
+
172
+ Full Changelog: [v0.181.0...v0.182.0](https://github.com/aiinbx/aiinbx-py/compare/v0.181.0...v0.182.0)
173
+
174
+ ### Features
175
+
176
+ * **api:** api update ([cb81668](https://github.com/aiinbx/aiinbx-py/commit/cb81668c48415f3f399caaf5488e2e3010f104ff))
177
+
178
+ ## 0.181.0 (2025-12-02)
179
+
180
+ Full Changelog: [v0.180.0...v0.181.0](https://github.com/aiinbx/aiinbx-py/compare/v0.180.0...v0.181.0)
181
+
182
+ ### Features
183
+
184
+ * **api:** api update ([0c210e7](https://github.com/aiinbx/aiinbx-py/commit/0c210e7c3b43832eb83162dbeb8379b8f89af019))
185
+
186
+ ## 0.180.0 (2025-12-02)
187
+
188
+ Full Changelog: [v0.179.0...v0.180.0](https://github.com/aiinbx/aiinbx-py/compare/v0.179.0...v0.180.0)
189
+
190
+ ### Features
191
+
192
+ * **api:** api update ([9e7f581](https://github.com/aiinbx/aiinbx-py/commit/9e7f581fd634200d6e6ed103226d40b0ed21fcfa))
193
+
194
+ ## 0.179.0 (2025-12-02)
195
+
196
+ Full Changelog: [v0.178.0...v0.179.0](https://github.com/aiinbx/aiinbx-py/compare/v0.178.0...v0.179.0)
197
+
198
+ ### Features
199
+
200
+ * **api:** api update ([775a20c](https://github.com/aiinbx/aiinbx-py/commit/775a20c77b3c2b24b6b8fc4199eb01aba8666978))
201
+
202
+ ## 0.178.0 (2025-12-02)
203
+
204
+ Full Changelog: [v0.177.0...v0.178.0](https://github.com/aiinbx/aiinbx-py/compare/v0.177.0...v0.178.0)
205
+
206
+ ### Features
207
+
208
+ * **api:** api update ([d209e68](https://github.com/aiinbx/aiinbx-py/commit/d209e68e77e96c1d6896bdf1de92b99d04c39c8a))
209
+
210
+ ## 0.177.0 (2025-12-02)
211
+
212
+ Full Changelog: [v0.176.0...v0.177.0](https://github.com/aiinbx/aiinbx-py/compare/v0.176.0...v0.177.0)
213
+
214
+ ### Features
215
+
216
+ * **api:** api update ([dd11f70](https://github.com/aiinbx/aiinbx-py/commit/dd11f702ae169af4dbf2dd3148fdbf87fc838e0a))
217
+
218
+ ## 0.176.0 (2025-12-01)
219
+
220
+ Full Changelog: [v0.175.0...v0.176.0](https://github.com/aiinbx/aiinbx-py/compare/v0.175.0...v0.176.0)
221
+
222
+ ### Features
223
+
224
+ * **api:** api update ([4fbca7c](https://github.com/aiinbx/aiinbx-py/commit/4fbca7c2858411cacddb42f2e3136d0b06fe106c))
225
+
226
+ ## 0.175.0 (2025-12-01)
227
+
228
+ Full Changelog: [v0.174.0...v0.175.0](https://github.com/aiinbx/aiinbx-py/compare/v0.174.0...v0.175.0)
229
+
230
+ ### Features
231
+
232
+ * **api:** api update ([5e5d3c7](https://github.com/aiinbx/aiinbx-py/commit/5e5d3c77d1f71027443c2d769f50556da58b1f30))
233
+
234
+ ## 0.174.0 (2025-12-01)
235
+
236
+ Full Changelog: [v0.173.0...v0.174.0](https://github.com/aiinbx/aiinbx-py/compare/v0.173.0...v0.174.0)
237
+
238
+ ### Features
239
+
240
+ * **api:** api update ([822c3fe](https://github.com/aiinbx/aiinbx-py/commit/822c3fec6baff43deb0679dd1cdf166a3613283b))
241
+
242
+ ## 0.173.0 (2025-12-01)
243
+
244
+ Full Changelog: [v0.172.0...v0.173.0](https://github.com/aiinbx/aiinbx-py/compare/v0.172.0...v0.173.0)
245
+
246
+ ### Features
247
+
248
+ * **api:** api update ([2954771](https://github.com/aiinbx/aiinbx-py/commit/295477183b274d242089d1bb435f9bfe9caa0991))
249
+
250
+ ## 0.172.0 (2025-12-01)
251
+
252
+ Full Changelog: [v0.171.0...v0.172.0](https://github.com/aiinbx/aiinbx-py/compare/v0.171.0...v0.172.0)
253
+
254
+ ### Features
255
+
256
+ * **api:** api update ([17adf93](https://github.com/aiinbx/aiinbx-py/commit/17adf934ccf3ff26d4f0a4ed5596ded3638c4e1e))
257
+
258
+ ## 0.171.0 (2025-12-01)
259
+
260
+ Full Changelog: [v0.170.0...v0.171.0](https://github.com/aiinbx/aiinbx-py/compare/v0.170.0...v0.171.0)
261
+
262
+ ### Features
263
+
264
+ * **api:** api update ([771d927](https://github.com/aiinbx/aiinbx-py/commit/771d927cc168d9b8b3b722b38a6286de06696083))
265
+
266
+ ## 0.170.0 (2025-11-30)
267
+
268
+ Full Changelog: [v0.169.0...v0.170.0](https://github.com/aiinbx/aiinbx-py/compare/v0.169.0...v0.170.0)
269
+
270
+ ### Features
271
+
272
+ * **api:** api update ([a0023fb](https://github.com/aiinbx/aiinbx-py/commit/a0023fb38b0866018ffc687b010067cad3be467d))
273
+
274
+ ## 0.169.0 (2025-11-30)
275
+
276
+ Full Changelog: [v0.168.0...v0.169.0](https://github.com/aiinbx/aiinbx-py/compare/v0.168.0...v0.169.0)
277
+
278
+ ### Features
279
+
280
+ * **api:** api update ([4ef431d](https://github.com/aiinbx/aiinbx-py/commit/4ef431dd712703804bdca6289909b5ec74c62b90))
281
+
282
+ ## 0.168.0 (2025-11-30)
283
+
284
+ Full Changelog: [v0.167.0...v0.168.0](https://github.com/aiinbx/aiinbx-py/compare/v0.167.0...v0.168.0)
285
+
286
+ ### Features
287
+
288
+ * **api:** api update ([9b15b20](https://github.com/aiinbx/aiinbx-py/commit/9b15b20684ca0d5015d8ce41ad9512f255a5a012))
289
+
290
+ ## 0.167.0 (2025-11-30)
291
+
292
+ Full Changelog: [v0.166.0...v0.167.0](https://github.com/aiinbx/aiinbx-py/compare/v0.166.0...v0.167.0)
293
+
294
+ ### Features
295
+
296
+ * **api:** api update ([9272c9f](https://github.com/aiinbx/aiinbx-py/commit/9272c9fc2025f16270513fbe2e478826e82fa696))
297
+
298
+ ## 0.166.0 (2025-11-30)
299
+
300
+ Full Changelog: [v0.165.0...v0.166.0](https://github.com/aiinbx/aiinbx-py/compare/v0.165.0...v0.166.0)
301
+
302
+ ### Features
303
+
304
+ * **api:** api update ([de78e1d](https://github.com/aiinbx/aiinbx-py/commit/de78e1d79753cf3d8ea1c8e807e75e369a560cd7))
305
+
306
+ ## 0.165.0 (2025-11-30)
307
+
308
+ Full Changelog: [v0.164.0...v0.165.0](https://github.com/aiinbx/aiinbx-py/compare/v0.164.0...v0.165.0)
309
+
310
+ ### Features
311
+
312
+ * **api:** api update ([ce72b92](https://github.com/aiinbx/aiinbx-py/commit/ce72b9275563ee54c26e9ab9dc202552c86b29e4))
313
+
314
+ ## 0.164.0 (2025-11-30)
315
+
316
+ Full Changelog: [v0.163.0...v0.164.0](https://github.com/aiinbx/aiinbx-py/compare/v0.163.0...v0.164.0)
317
+
318
+ ### Features
319
+
320
+ * **api:** api update ([593f518](https://github.com/aiinbx/aiinbx-py/commit/593f5183881b2a0c1d95a057f7d3c5ac1481bdc7))
321
+
322
+ ## 0.163.0 (2025-11-30)
323
+
324
+ Full Changelog: [v0.162.0...v0.163.0](https://github.com/aiinbx/aiinbx-py/compare/v0.162.0...v0.163.0)
325
+
326
+ ### Features
327
+
328
+ * **api:** api update ([24e7945](https://github.com/aiinbx/aiinbx-py/commit/24e7945ab4eb60db9fd7f7ea9c69bd82cafee4b4))
329
+
330
+ ## 0.162.0 (2025-11-30)
331
+
332
+ Full Changelog: [v0.161.0...v0.162.0](https://github.com/aiinbx/aiinbx-py/compare/v0.161.0...v0.162.0)
333
+
334
+ ### Features
335
+
336
+ * **api:** api update ([bdca52b](https://github.com/aiinbx/aiinbx-py/commit/bdca52bcfd2d3472982a38b7332cb638c014c049))
337
+
338
+ ## 0.161.0 (2025-11-30)
339
+
340
+ Full Changelog: [v0.160.0...v0.161.0](https://github.com/aiinbx/aiinbx-py/compare/v0.160.0...v0.161.0)
341
+
342
+ ### Features
343
+
344
+ * **api:** api update ([d961f43](https://github.com/aiinbx/aiinbx-py/commit/d961f4379246210f8123f96273b06095b2848283))
345
+
346
+ ## 0.160.0 (2025-11-29)
347
+
348
+ Full Changelog: [v0.159.0...v0.160.0](https://github.com/aiinbx/aiinbx-py/compare/v0.159.0...v0.160.0)
349
+
350
+ ### Features
351
+
352
+ * **api:** api update ([eba20d4](https://github.com/aiinbx/aiinbx-py/commit/eba20d47c10440407da0714eef16666432a7c7f2))
353
+
354
+ ## 0.159.0 (2025-11-29)
355
+
356
+ Full Changelog: [v0.158.0...v0.159.0](https://github.com/aiinbx/aiinbx-py/compare/v0.158.0...v0.159.0)
357
+
358
+ ### Features
359
+
360
+ * **api:** api update ([b015ac6](https://github.com/aiinbx/aiinbx-py/commit/b015ac60e66c30e0786c171d922d3270fa371d32))
361
+
362
+ ## 0.158.0 (2025-11-29)
363
+
364
+ Full Changelog: [v0.157.0...v0.158.0](https://github.com/aiinbx/aiinbx-py/compare/v0.157.0...v0.158.0)
365
+
366
+ ### Features
367
+
368
+ * **api:** api update ([e983b6b](https://github.com/aiinbx/aiinbx-py/commit/e983b6b5cb756ef67fadd3eb99cdb4b542d5ac40))
369
+
370
+ ## 0.157.0 (2025-11-29)
371
+
372
+ Full Changelog: [v0.156.0...v0.157.0](https://github.com/aiinbx/aiinbx-py/compare/v0.156.0...v0.157.0)
373
+
374
+ ### Features
375
+
376
+ * **api:** api update ([741c55f](https://github.com/aiinbx/aiinbx-py/commit/741c55fc0422784bc79f28cee0e2439b64cd5fb7))
377
+
378
+ ## 0.156.0 (2025-11-29)
379
+
380
+ Full Changelog: [v0.155.0...v0.156.0](https://github.com/aiinbx/aiinbx-py/compare/v0.155.0...v0.156.0)
381
+
382
+ ### Features
383
+
384
+ * **api:** api update ([987f8f7](https://github.com/aiinbx/aiinbx-py/commit/987f8f730b62f388318ed6fd549b648881774f88))
385
+
386
+ ## 0.155.0 (2025-11-29)
387
+
388
+ Full Changelog: [v0.154.0...v0.155.0](https://github.com/aiinbx/aiinbx-py/compare/v0.154.0...v0.155.0)
389
+
390
+ ### Features
391
+
392
+ * **api:** api update ([f78e77e](https://github.com/aiinbx/aiinbx-py/commit/f78e77e7ad3e623ee1a6f9fe6c543af2444668c0))
393
+
394
+ ## 0.154.0 (2025-11-29)
395
+
396
+ Full Changelog: [v0.153.0...v0.154.0](https://github.com/aiinbx/aiinbx-py/compare/v0.153.0...v0.154.0)
397
+
398
+ ### Features
399
+
400
+ * **api:** api update ([af86094](https://github.com/aiinbx/aiinbx-py/commit/af86094a7f0aa71b821785afd3caa0acd449f117))
401
+
402
+ ## 0.153.0 (2025-11-29)
403
+
404
+ Full Changelog: [v0.152.0...v0.153.0](https://github.com/aiinbx/aiinbx-py/compare/v0.152.0...v0.153.0)
405
+
406
+ ### Features
407
+
408
+ * **api:** api update ([4d1a33e](https://github.com/aiinbx/aiinbx-py/commit/4d1a33e45c652e115f5a5777bcfaeff3c0e6d658))
409
+
3
410
  ## 0.152.0 (2025-11-29)
4
411
 
5
412
  Full Changelog: [v0.151.0...v0.152.0](https://github.com/aiinbx/aiinbx-py/compare/v0.151.0...v0.152.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aiinbx
3
- Version: 0.152.0
3
+ Version: 0.202.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
@@ -114,6 +114,7 @@ pip install aiinbx[aiohttp]
114
114
  Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
115
115
 
116
116
  ```python
117
+ import os
117
118
  import asyncio
118
119
  from aiinbx import DefaultAioHttpClient
119
120
  from aiinbx import AsyncAIInbx
@@ -121,7 +122,7 @@ from aiinbx import AsyncAIInbx
121
122
 
122
123
  async def main() -> None:
123
124
  async with AsyncAIInbx(
124
- api_key="My API Key",
125
+ api_key=os.environ.get("AI_INBX_API_KEY"), # This is the default and can be omitted
125
126
  http_client=DefaultAioHttpClient(),
126
127
  ) as client:
127
128
  response = await client.threads.search()
@@ -79,6 +79,7 @@ pip install aiinbx[aiohttp]
79
79
  Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
80
80
 
81
81
  ```python
82
+ import os
82
83
  import asyncio
83
84
  from aiinbx import DefaultAioHttpClient
84
85
  from aiinbx import AsyncAIInbx
@@ -86,7 +87,7 @@ from aiinbx import AsyncAIInbx
86
87
 
87
88
  async def main() -> None:
88
89
  async with AsyncAIInbx(
89
- api_key="My API Key",
90
+ api_key=os.environ.get("AI_INBX_API_KEY"), # This is the default and can be omitted
90
91
  http_client=DefaultAioHttpClient(),
91
92
  ) as client:
92
93
  response = await client.threads.search()
@@ -1,20 +1,22 @@
1
1
  [project]
2
2
  name = "aiinbx"
3
- version = "0.152.0"
3
+ version = "0.202.0"
4
4
  description = "The official Python library for the AIInbx API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
7
7
  authors = [
8
8
  { name = "AI Inbx", email = "" },
9
9
  ]
10
+
10
11
  dependencies = [
11
- "httpx>=0.23.0, <1",
12
- "pydantic>=1.9.0, <3",
13
- "typing-extensions>=4.10, <5",
14
- "anyio>=3.5.0, <5",
15
- "distro>=1.7.0, <2",
16
- "sniffio",
12
+ "httpx>=0.23.0, <1",
13
+ "pydantic>=1.9.0, <3",
14
+ "typing-extensions>=4.10, <5",
15
+ "anyio>=3.5.0, <5",
16
+ "distro>=1.7.0, <2",
17
+ "sniffio",
17
18
  ]
19
+
18
20
  requires-python = ">= 3.9"
19
21
  classifiers = [
20
22
  "Typing :: Typed",
@@ -12,40 +12,45 @@
12
12
  -e file:.
13
13
  aiohappyeyeballs==2.6.1
14
14
  # via aiohttp
15
- aiohttp==3.12.8
15
+ aiohttp==3.13.2
16
16
  # via aiinbx
17
17
  # via httpx-aiohttp
18
- aiosignal==1.3.2
18
+ aiosignal==1.4.0
19
19
  # via aiohttp
20
- annotated-types==0.6.0
20
+ annotated-types==0.7.0
21
21
  # via pydantic
22
- anyio==4.4.0
22
+ anyio==4.12.0
23
23
  # via aiinbx
24
24
  # via httpx
25
- argcomplete==3.1.2
25
+ argcomplete==3.6.3
26
26
  # via nox
27
27
  async-timeout==5.0.1
28
28
  # via aiohttp
29
- attrs==25.3.0
29
+ attrs==25.4.0
30
30
  # via aiohttp
31
- certifi==2023.7.22
31
+ # via nox
32
+ backports-asyncio-runner==1.2.0
33
+ # via pytest-asyncio
34
+ certifi==2025.11.12
32
35
  # via httpcore
33
36
  # via httpx
34
- colorlog==6.7.0
37
+ colorlog==6.10.1
38
+ # via nox
39
+ dependency-groups==1.3.1
35
40
  # via nox
36
- dirty-equals==0.6.0
37
- distlib==0.3.7
41
+ dirty-equals==0.11
42
+ distlib==0.4.0
38
43
  # via virtualenv
39
- distro==1.8.0
44
+ distro==1.9.0
40
45
  # via aiinbx
41
- exceptiongroup==1.2.2
46
+ exceptiongroup==1.3.1
42
47
  # via anyio
43
48
  # via pytest
44
- execnet==2.1.1
49
+ execnet==2.1.2
45
50
  # via pytest-xdist
46
- filelock==3.12.4
51
+ filelock==3.19.1
47
52
  # via virtualenv
48
- frozenlist==1.6.2
53
+ frozenlist==1.8.0
49
54
  # via aiohttp
50
55
  # via aiosignal
51
56
  h11==0.16.0
@@ -58,82 +63,87 @@ httpx==0.28.1
58
63
  # via respx
59
64
  httpx-aiohttp==0.1.9
60
65
  # via aiinbx
61
- idna==3.4
66
+ humanize==4.13.0
67
+ # via nox
68
+ idna==3.11
62
69
  # via anyio
63
70
  # via httpx
64
71
  # via yarl
65
- importlib-metadata==7.0.0
66
- iniconfig==2.0.0
72
+ importlib-metadata==8.7.0
73
+ iniconfig==2.1.0
67
74
  # via pytest
68
75
  markdown-it-py==3.0.0
69
76
  # via rich
70
77
  mdurl==0.1.2
71
78
  # via markdown-it-py
72
- multidict==6.4.4
79
+ multidict==6.7.0
73
80
  # via aiohttp
74
81
  # via yarl
75
82
  mypy==1.17.0
76
- mypy-extensions==1.0.0
83
+ mypy-extensions==1.1.0
77
84
  # via mypy
78
- nodeenv==1.8.0
85
+ nodeenv==1.9.1
79
86
  # via pyright
80
- nox==2023.4.22
81
- packaging==23.2
87
+ nox==2025.11.12
88
+ packaging==25.0
89
+ # via dependency-groups
82
90
  # via nox
83
91
  # via pytest
84
92
  pathspec==0.12.1
85
93
  # via mypy
86
- platformdirs==3.11.0
94
+ platformdirs==4.4.0
87
95
  # via virtualenv
88
- pluggy==1.5.0
96
+ pluggy==1.6.0
89
97
  # via pytest
90
- propcache==0.3.1
98
+ propcache==0.4.1
91
99
  # via aiohttp
92
100
  # via yarl
93
- pydantic==2.11.9
101
+ pydantic==2.12.5
94
102
  # via aiinbx
95
- pydantic-core==2.33.2
103
+ pydantic-core==2.41.5
96
104
  # via pydantic
97
- pygments==2.18.0
105
+ pygments==2.19.2
106
+ # via pytest
98
107
  # via rich
99
108
  pyright==1.1.399
100
- pytest==8.3.3
109
+ pytest==8.4.2
101
110
  # via pytest-asyncio
102
111
  # via pytest-xdist
103
- pytest-asyncio==0.24.0
104
- pytest-xdist==3.7.0
105
- python-dateutil==2.8.2
112
+ pytest-asyncio==1.2.0
113
+ pytest-xdist==3.8.0
114
+ python-dateutil==2.9.0.post0
106
115
  # via time-machine
107
- pytz==2023.3.post1
108
- # via dirty-equals
109
116
  respx==0.22.0
110
- rich==13.7.1
111
- ruff==0.9.4
112
- setuptools==68.2.2
113
- # via nodeenv
114
- six==1.16.0
117
+ rich==14.2.0
118
+ ruff==0.14.7
119
+ six==1.17.0
115
120
  # via python-dateutil
116
- sniffio==1.3.0
121
+ sniffio==1.3.1
117
122
  # via aiinbx
118
- # via anyio
119
- time-machine==2.9.0
120
- tomli==2.0.2
123
+ time-machine==2.19.0
124
+ tomli==2.3.0
125
+ # via dependency-groups
121
126
  # via mypy
127
+ # via nox
122
128
  # via pytest
123
- typing-extensions==4.12.2
129
+ typing-extensions==4.15.0
124
130
  # via aiinbx
131
+ # via aiosignal
125
132
  # via anyio
133
+ # via exceptiongroup
126
134
  # via multidict
127
135
  # via mypy
128
136
  # via pydantic
129
137
  # via pydantic-core
130
138
  # via pyright
139
+ # via pytest-asyncio
131
140
  # via typing-inspection
132
- typing-inspection==0.4.1
141
+ # via virtualenv
142
+ typing-inspection==0.4.2
133
143
  # via pydantic
134
- virtualenv==20.24.5
144
+ virtualenv==20.35.4
135
145
  # via nox
136
- yarl==1.20.0
146
+ yarl==1.22.0
137
147
  # via aiohttp
138
- zipp==3.17.0
148
+ zipp==3.23.0
139
149
  # via importlib-metadata