aiinbx 0.1.0__tar.gz → 0.1.1__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.

Potentially problematic release.


This version of aiinbx might be problematic. Click here for more details.

Files changed (78) hide show
  1. aiinbx-0.1.1/.release-please-manifest.json +3 -0
  2. aiinbx-0.1.1/CHANGELOG.md +30 -0
  3. {aiinbx-0.1.0 → aiinbx-0.1.1}/PKG-INFO +1 -1
  4. {aiinbx-0.1.0 → aiinbx-0.1.1}/pyproject.toml +2 -1
  5. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_models.py +1 -1
  6. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_version.py +1 -1
  7. aiinbx-0.1.0/.release-please-manifest.json +0 -3
  8. aiinbx-0.1.0/CHANGELOG.md +0 -15
  9. {aiinbx-0.1.0 → aiinbx-0.1.1}/.gitignore +0 -0
  10. {aiinbx-0.1.0 → aiinbx-0.1.1}/CONTRIBUTING.md +0 -0
  11. {aiinbx-0.1.0 → aiinbx-0.1.1}/LICENSE +0 -0
  12. {aiinbx-0.1.0 → aiinbx-0.1.1}/README.md +0 -0
  13. {aiinbx-0.1.0 → aiinbx-0.1.1}/SECURITY.md +0 -0
  14. {aiinbx-0.1.0 → aiinbx-0.1.1}/api.md +0 -0
  15. {aiinbx-0.1.0 → aiinbx-0.1.1}/bin/check-release-environment +0 -0
  16. {aiinbx-0.1.0 → aiinbx-0.1.1}/bin/publish-pypi +0 -0
  17. {aiinbx-0.1.0 → aiinbx-0.1.1}/examples/.keep +0 -0
  18. {aiinbx-0.1.0 → aiinbx-0.1.1}/mypy.ini +0 -0
  19. {aiinbx-0.1.0 → aiinbx-0.1.1}/noxfile.py +0 -0
  20. {aiinbx-0.1.0 → aiinbx-0.1.1}/release-please-config.json +0 -0
  21. {aiinbx-0.1.0 → aiinbx-0.1.1}/requirements-dev.lock +0 -0
  22. {aiinbx-0.1.0 → aiinbx-0.1.1}/requirements.lock +0 -0
  23. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/ai_inbx/lib/.keep +0 -0
  24. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/__init__.py +0 -0
  25. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_base_client.py +0 -0
  26. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_client.py +0 -0
  27. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_compat.py +0 -0
  28. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_constants.py +0 -0
  29. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_exceptions.py +0 -0
  30. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_files.py +0 -0
  31. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_qs.py +0 -0
  32. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_resource.py +0 -0
  33. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_response.py +0 -0
  34. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_streaming.py +0 -0
  35. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_types.py +0 -0
  36. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/__init__.py +0 -0
  37. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_logs.py +0 -0
  38. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_proxy.py +0 -0
  39. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_reflection.py +0 -0
  40. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_resources_proxy.py +0 -0
  41. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_streams.py +0 -0
  42. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_sync.py +0 -0
  43. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_transform.py +0 -0
  44. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_typing.py +0 -0
  45. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/_utils/_utils.py +0 -0
  46. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/lib/.keep +0 -0
  47. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/py.typed +0 -0
  48. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/resources/__init__.py +0 -0
  49. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/resources/emails.py +0 -0
  50. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/resources/threads.py +0 -0
  51. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/__init__.py +0 -0
  52. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/email_reply_params.py +0 -0
  53. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/email_reply_response.py +0 -0
  54. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/email_retrieve_response.py +0 -0
  55. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/email_send_params.py +0 -0
  56. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/email_send_response.py +0 -0
  57. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/thread_retrieve_response.py +0 -0
  58. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/thread_search_params.py +0 -0
  59. {aiinbx-0.1.0 → aiinbx-0.1.1}/src/aiinbx/types/thread_search_response.py +0 -0
  60. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/__init__.py +0 -0
  61. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/api_resources/__init__.py +0 -0
  62. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/api_resources/test_emails.py +0 -0
  63. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/api_resources/test_threads.py +0 -0
  64. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/conftest.py +0 -0
  65. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/sample_file.txt +0 -0
  66. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_client.py +0 -0
  67. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_deepcopy.py +0 -0
  68. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_extract_files.py +0 -0
  69. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_files.py +0 -0
  70. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_models.py +0 -0
  71. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_qs.py +0 -0
  72. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_required_args.py +0 -0
  73. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_response.py +0 -0
  74. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_streaming.py +0 -0
  75. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_transform.py +0 -0
  76. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_utils/test_proxy.py +0 -0
  77. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/test_utils/test_typing.py +0 -0
  78. {aiinbx-0.1.0 → aiinbx-0.1.1}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.1"
3
+ }
@@ -0,0 +1,30 @@
1
+ # Changelog
2
+
3
+ ## 0.1.1 (2025-08-27)
4
+
5
+ Full Changelog: [v0.1.0...v0.1.1](https://github.com/aiinbx/aiinbx-py/compare/v0.1.0...v0.1.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * avoid newer type syntax ([85f2191](https://github.com/aiinbx/aiinbx-py/commit/85f21914439dbd7e3ef751a1010eaf023b33ef70))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** change ci workflow machines ([7e210c5](https://github.com/aiinbx/aiinbx-py/commit/7e210c590a8a7659cbbf3f087b869ca580bd9b1b))
15
+ * **internal:** update pyright exclude list ([a4d4c96](https://github.com/aiinbx/aiinbx-py/commit/a4d4c9626f42577c535516072216bc82c6b2d551))
16
+ * update github action ([d06abee](https://github.com/aiinbx/aiinbx-py/commit/d06abee5f995ce020da7ab44160eaab348c8c18a))
17
+
18
+ ## 0.1.0 (2025-08-13)
19
+
20
+ Full Changelog: [v0.0.1...v0.1.0](https://github.com/aiinbx/aiinbx-py/compare/v0.0.1...v0.1.0)
21
+
22
+ ### Features
23
+
24
+ * **api:** manual updates ([9f338c0](https://github.com/aiinbx/aiinbx-py/commit/9f338c08cf76e9482a9529c761654cdd250483ea))
25
+
26
+
27
+ ### Chores
28
+
29
+ * configure new SDK language ([3cc34fc](https://github.com/aiinbx/aiinbx-py/commit/3cc34fcf8b0325986076726a774c419992b5aafa))
30
+ * update SDK settings ([9251ee7](https://github.com/aiinbx/aiinbx-py/commit/9251ee7b47185255692e59f672e6158f4af32541))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aiinbx
3
- Version: 0.1.0
3
+ Version: 0.1.1
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.1.0"
3
+ version = "0.1.1"
4
4
  description = "The official Python library for the AIInbx API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -148,6 +148,7 @@ exclude = [
148
148
  "_dev",
149
149
  ".venv",
150
150
  ".nox",
151
+ ".git",
151
152
  ]
152
153
 
153
154
  reportImplicitOverride = true
@@ -304,7 +304,7 @@ class BaseModel(pydantic.BaseModel):
304
304
  exclude_none=exclude_none,
305
305
  )
306
306
 
307
- return cast(dict[str, Any], json_safe(dumped)) if mode == "json" else dumped
307
+ return cast("dict[str, Any]", json_safe(dumped)) if mode == "json" else dumped
308
308
 
309
309
  @override
310
310
  def model_dump_json(
@@ -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.1.0" # x-release-please-version
4
+ __version__ = "0.1.1" # x-release-please-version
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.1.0"
3
- }
aiinbx-0.1.0/CHANGELOG.md DELETED
@@ -1,15 +0,0 @@
1
- # Changelog
2
-
3
- ## 0.1.0 (2025-08-13)
4
-
5
- Full Changelog: [v0.0.1...v0.1.0](https://github.com/aiinbx/aiinbx-py/compare/v0.0.1...v0.1.0)
6
-
7
- ### Features
8
-
9
- * **api:** manual updates ([9f338c0](https://github.com/aiinbx/aiinbx-py/commit/9f338c08cf76e9482a9529c761654cdd250483ea))
10
-
11
-
12
- ### Chores
13
-
14
- * configure new SDK language ([3cc34fc](https://github.com/aiinbx/aiinbx-py/commit/3cc34fcf8b0325986076726a774c419992b5aafa))
15
- * update SDK settings ([9251ee7](https://github.com/aiinbx/aiinbx-py/commit/9251ee7b47185255692e59f672e6158f4af32541))
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
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