ogx-api 1.2.0__tar.gz → 1.2.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.
Files changed (104) hide show
  1. {ogx_api-1.2.0 → ogx_api-1.2.1}/PKG-INFO +1 -1
  2. {ogx_api-1.2.0 → ogx_api-1.2.1}/ogx_api.egg-info/PKG-INFO +1 -1
  3. {ogx_api-1.2.0 → ogx_api-1.2.1}/pyproject.toml +1 -1
  4. {ogx_api-1.2.0 → ogx_api-1.2.1}/README.md +0 -0
  5. {ogx_api-1.2.0 → ogx_api-1.2.1}/__init__.py +0 -0
  6. {ogx_api-1.2.0 → ogx_api-1.2.1}/admin/__init__.py +0 -0
  7. {ogx_api-1.2.0 → ogx_api-1.2.1}/admin/api.py +0 -0
  8. {ogx_api-1.2.0 → ogx_api-1.2.1}/admin/fastapi_routes.py +0 -0
  9. {ogx_api-1.2.0 → ogx_api-1.2.1}/admin/models.py +0 -0
  10. {ogx_api-1.2.0 → ogx_api-1.2.1}/batches/__init__.py +0 -0
  11. {ogx_api-1.2.0 → ogx_api-1.2.1}/batches/api.py +0 -0
  12. {ogx_api-1.2.0 → ogx_api-1.2.1}/batches/fastapi_routes.py +0 -0
  13. {ogx_api-1.2.0 → ogx_api-1.2.1}/batches/models.py +0 -0
  14. {ogx_api-1.2.0 → ogx_api-1.2.1}/common/__init__.py +0 -0
  15. {ogx_api-1.2.0 → ogx_api-1.2.1}/common/content_types.py +0 -0
  16. {ogx_api-1.2.0 → ogx_api-1.2.1}/common/errors.py +0 -0
  17. {ogx_api-1.2.0 → ogx_api-1.2.1}/common/job_types.py +0 -0
  18. {ogx_api-1.2.0 → ogx_api-1.2.1}/common/responses.py +0 -0
  19. {ogx_api-1.2.0 → ogx_api-1.2.1}/common/type_system.py +0 -0
  20. {ogx_api-1.2.0 → ogx_api-1.2.1}/common/upload_limits.py +0 -0
  21. {ogx_api-1.2.0 → ogx_api-1.2.1}/connectors/__init__.py +0 -0
  22. {ogx_api-1.2.0 → ogx_api-1.2.1}/connectors/api.py +0 -0
  23. {ogx_api-1.2.0 → ogx_api-1.2.1}/connectors/models.py +0 -0
  24. {ogx_api-1.2.0 → ogx_api-1.2.1}/containers/__init__.py +0 -0
  25. {ogx_api-1.2.0 → ogx_api-1.2.1}/containers/api.py +0 -0
  26. {ogx_api-1.2.0 → ogx_api-1.2.1}/containers/fastapi_routes.py +0 -0
  27. {ogx_api-1.2.0 → ogx_api-1.2.1}/containers/models.py +0 -0
  28. {ogx_api-1.2.0 → ogx_api-1.2.1}/conversations/__init__.py +0 -0
  29. {ogx_api-1.2.0 → ogx_api-1.2.1}/conversations/api.py +0 -0
  30. {ogx_api-1.2.0 → ogx_api-1.2.1}/conversations/fastapi_routes.py +0 -0
  31. {ogx_api-1.2.0 → ogx_api-1.2.1}/conversations/models.py +0 -0
  32. {ogx_api-1.2.0 → ogx_api-1.2.1}/datatypes.py +0 -0
  33. {ogx_api-1.2.0 → ogx_api-1.2.1}/file_processors/__init__.py +0 -0
  34. {ogx_api-1.2.0 → ogx_api-1.2.1}/file_processors/api.py +0 -0
  35. {ogx_api-1.2.0 → ogx_api-1.2.1}/file_processors/fastapi_routes.py +0 -0
  36. {ogx_api-1.2.0 → ogx_api-1.2.1}/file_processors/models.py +0 -0
  37. {ogx_api-1.2.0 → ogx_api-1.2.1}/files/__init__.py +0 -0
  38. {ogx_api-1.2.0 → ogx_api-1.2.1}/files/api.py +0 -0
  39. {ogx_api-1.2.0 → ogx_api-1.2.1}/files/fastapi_routes.py +0 -0
  40. {ogx_api-1.2.0 → ogx_api-1.2.1}/files/models.py +0 -0
  41. {ogx_api-1.2.0 → ogx_api-1.2.1}/filters.py +0 -0
  42. {ogx_api-1.2.0 → ogx_api-1.2.1}/inference/__init__.py +0 -0
  43. {ogx_api-1.2.0 → ogx_api-1.2.1}/inference/api.py +0 -0
  44. {ogx_api-1.2.0 → ogx_api-1.2.1}/inference/fastapi_routes.py +0 -0
  45. {ogx_api-1.2.0 → ogx_api-1.2.1}/inference/models.py +0 -0
  46. {ogx_api-1.2.0 → ogx_api-1.2.1}/inspect_api/__init__.py +0 -0
  47. {ogx_api-1.2.0 → ogx_api-1.2.1}/inspect_api/api.py +0 -0
  48. {ogx_api-1.2.0 → ogx_api-1.2.1}/inspect_api/fastapi_routes.py +0 -0
  49. {ogx_api-1.2.0 → ogx_api-1.2.1}/inspect_api/models.py +0 -0
  50. {ogx_api-1.2.0 → ogx_api-1.2.1}/interactions/__init__.py +0 -0
  51. {ogx_api-1.2.0 → ogx_api-1.2.1}/interactions/api.py +0 -0
  52. {ogx_api-1.2.0 → ogx_api-1.2.1}/interactions/fastapi_routes.py +0 -0
  53. {ogx_api-1.2.0 → ogx_api-1.2.1}/interactions/models.py +0 -0
  54. {ogx_api-1.2.0 → ogx_api-1.2.1}/internal/__init__.py +0 -0
  55. {ogx_api-1.2.0 → ogx_api-1.2.1}/internal/kvstore.py +0 -0
  56. {ogx_api-1.2.0 → ogx_api-1.2.1}/internal/sqlstore.py +0 -0
  57. {ogx_api-1.2.0 → ogx_api-1.2.1}/messages/__init__.py +0 -0
  58. {ogx_api-1.2.0 → ogx_api-1.2.1}/messages/api.py +0 -0
  59. {ogx_api-1.2.0 → ogx_api-1.2.1}/messages/fastapi_routes.py +0 -0
  60. {ogx_api-1.2.0 → ogx_api-1.2.1}/messages/models.py +0 -0
  61. {ogx_api-1.2.0 → ogx_api-1.2.1}/models/__init__.py +0 -0
  62. {ogx_api-1.2.0 → ogx_api-1.2.1}/models/api.py +0 -0
  63. {ogx_api-1.2.0 → ogx_api-1.2.1}/models/fastapi_routes.py +0 -0
  64. {ogx_api-1.2.0 → ogx_api-1.2.1}/models/models.py +0 -0
  65. {ogx_api-1.2.0 → ogx_api-1.2.1}/ogx_api.egg-info/SOURCES.txt +0 -0
  66. {ogx_api-1.2.0 → ogx_api-1.2.1}/ogx_api.egg-info/dependency_links.txt +0 -0
  67. {ogx_api-1.2.0 → ogx_api-1.2.1}/ogx_api.egg-info/requires.txt +0 -0
  68. {ogx_api-1.2.0 → ogx_api-1.2.1}/ogx_api.egg-info/top_level.txt +0 -0
  69. {ogx_api-1.2.0 → ogx_api-1.2.1}/openai_responses.py +0 -0
  70. {ogx_api-1.2.0 → ogx_api-1.2.1}/prompts/__init__.py +0 -0
  71. {ogx_api-1.2.0 → ogx_api-1.2.1}/prompts/api.py +0 -0
  72. {ogx_api-1.2.0 → ogx_api-1.2.1}/prompts/fastapi_routes.py +0 -0
  73. {ogx_api-1.2.0 → ogx_api-1.2.1}/prompts/models.py +0 -0
  74. {ogx_api-1.2.0 → ogx_api-1.2.1}/provider/__init__.py +0 -0
  75. {ogx_api-1.2.0 → ogx_api-1.2.1}/providers/__init__.py +0 -0
  76. {ogx_api-1.2.0 → ogx_api-1.2.1}/providers/api.py +0 -0
  77. {ogx_api-1.2.0 → ogx_api-1.2.1}/providers/fastapi_routes.py +0 -0
  78. {ogx_api-1.2.0 → ogx_api-1.2.1}/providers/models.py +0 -0
  79. {ogx_api-1.2.0 → ogx_api-1.2.1}/py.typed +0 -0
  80. {ogx_api-1.2.0 → ogx_api-1.2.1}/rag_tool.py +0 -0
  81. {ogx_api-1.2.0 → ogx_api-1.2.1}/resource.py +0 -0
  82. {ogx_api-1.2.0 → ogx_api-1.2.1}/responses/__init__.py +0 -0
  83. {ogx_api-1.2.0 → ogx_api-1.2.1}/responses/api.py +0 -0
  84. {ogx_api-1.2.0 → ogx_api-1.2.1}/responses/fastapi_routes.py +0 -0
  85. {ogx_api-1.2.0 → ogx_api-1.2.1}/responses/models.py +0 -0
  86. {ogx_api-1.2.0 → ogx_api-1.2.1}/router_utils.py +0 -0
  87. {ogx_api-1.2.0 → ogx_api-1.2.1}/schema_utils.py +0 -0
  88. {ogx_api-1.2.0 → ogx_api-1.2.1}/setup.cfg +0 -0
  89. {ogx_api-1.2.0 → ogx_api-1.2.1}/skills/__init__.py +0 -0
  90. {ogx_api-1.2.0 → ogx_api-1.2.1}/skills/api.py +0 -0
  91. {ogx_api-1.2.0 → ogx_api-1.2.1}/skills/fastapi_routes.py +0 -0
  92. {ogx_api-1.2.0 → ogx_api-1.2.1}/skills/models.py +0 -0
  93. {ogx_api-1.2.0 → ogx_api-1.2.1}/tools/__init__.py +0 -0
  94. {ogx_api-1.2.0 → ogx_api-1.2.1}/tools/api.py +0 -0
  95. {ogx_api-1.2.0 → ogx_api-1.2.1}/tools/models.py +0 -0
  96. {ogx_api-1.2.0 → ogx_api-1.2.1}/types/__init__.py +0 -0
  97. {ogx_api-1.2.0 → ogx_api-1.2.1}/uv.lock +0 -0
  98. {ogx_api-1.2.0 → ogx_api-1.2.1}/validators.py +0 -0
  99. {ogx_api-1.2.0 → ogx_api-1.2.1}/vector_io/__init__.py +0 -0
  100. {ogx_api-1.2.0 → ogx_api-1.2.1}/vector_io/api.py +0 -0
  101. {ogx_api-1.2.0 → ogx_api-1.2.1}/vector_io/fastapi_routes.py +0 -0
  102. {ogx_api-1.2.0 → ogx_api-1.2.1}/vector_io/models.py +0 -0
  103. {ogx_api-1.2.0 → ogx_api-1.2.1}/vector_stores.py +0 -0
  104. {ogx_api-1.2.0 → ogx_api-1.2.1}/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ogx-api
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: API and Provider specifications for OGX - lightweight package with protocol definitions and provider specs
5
5
  Author-email: The OGX Contributors <contributors@ogx.dev>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ogx-api
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: API and Provider specifications for OGX - lightweight package with protocol definitions and provider specs
5
5
  Author-email: The OGX Contributors <contributors@ogx.dev>
6
6
  License: MIT
@@ -97,7 +97,7 @@ ogx_api = ["py.typed", "**/*.json", "**/*.yaml"]
97
97
 
98
98
  [tool.setuptools_scm]
99
99
  root = "../.."
100
- fallback_version = "1.2.0"
100
+ fallback_version = "1.2.1"
101
101
 
102
102
  [tool.ruff]
103
103
  line-length = 120
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
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
File without changes
File without changes
File without changes