meshagent-openai 0.0.21__py3-none-any.whl → 0.0.23__py3-none-any.whl

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 meshagent-openai might be problematic. Click here for more details.

@@ -1 +1 @@
1
- __version__ = "0.0.21"
1
+ __version__ = "0.0.23"
@@ -1,19 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-openai
3
- Version: 0.0.21
3
+ Version: 0.0.23
4
4
  Summary: OpenAI Building Blocks for Meshagent
5
5
  License-Expression: Apache-2.0
6
- Project-URL: Documentation, https://meshagent.com
7
- Project-URL: Website, https://meshagent.com
8
- Project-URL: Source, https://github.com/meshagent
9
- Requires-Python: >=3.9.0
6
+ Project-URL: Documentation, https://docs.meshagent.com
7
+ Project-URL: Website, https://www.meshagent.com
8
+ Project-URL: Source, https://www.meshagent.com
9
+ Requires-Python: >=3.12
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: pyjwt~=2.10.1
13
13
  Requires-Dist: pytest~=8.3.5
14
14
  Requires-Dist: pytest-asyncio~=0.26.0
15
15
  Requires-Dist: openai~=1.70.0
16
- Requires-Dist: meshagent-api~=0.0.21
17
- Requires-Dist: meshagent-agents~=0.0.21
18
- Requires-Dist: meshagent-tools~=0.0.21
16
+ Requires-Dist: meshagent-api~=0.0.23
17
+ Requires-Dist: meshagent-agents~=0.0.23
18
+ Requires-Dist: meshagent-tools~=0.0.23
19
19
  Dynamic: license-file
20
+
21
+ ### Meshagent OpenAI
@@ -1,10 +1,10 @@
1
1
  meshagent/openai/__init__.py,sha256=4JRby-ltGfJzrNYhJkMNIpVc2ml2zL_JkkFC0T1_8Vk,174
2
- meshagent/openai/version.py,sha256=9_nCx08vWHyj8RiwIYqwqah3T4SPB46e0jnaNSxxfDc,22
2
+ meshagent/openai/version.py,sha256=AZGfcffmm2o30wrhu9YNi-7Caw1Fg2eavlgdTcC0Ml0,22
3
3
  meshagent/openai/tools/__init__.py,sha256=RBU_J4qRDuBaaUdi6jpgpuMlIbvT30QmTBrZrYLwsUU,185
4
4
  meshagent/openai/tools/completions_adapter.py,sha256=osEOIXpME4EJnpmQ32QlK95F6oelwxW49DscFX8XNi0,15226
5
5
  meshagent/openai/tools/responses_adapter.py,sha256=MbFXd8yVOBK6HBa4rR4FynL1Ihe09jRL0tyEbs6uLjY,23350
6
- meshagent_openai-0.0.21.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
7
- meshagent_openai-0.0.21.dist-info/METADATA,sha256=YUFtcCzsXTMqKvlLUt9YBNtHxavpwobFc6MqBqdE0ME,633
8
- meshagent_openai-0.0.21.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
9
- meshagent_openai-0.0.21.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
10
- meshagent_openai-0.0.21.dist-info/RECORD,,
6
+ meshagent_openai-0.0.23.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
7
+ meshagent_openai-0.0.23.dist-info/METADATA,sha256=3zUf3VLlmM9WXccRD0xr458HgiSeB9lkUu_qbY9nrcY,660
8
+ meshagent_openai-0.0.23.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
9
+ meshagent_openai-0.0.23.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
10
+ meshagent_openai-0.0.23.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5