dm-aioaiagent 0.4.6__tar.gz → 0.4.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dm-aioaiagent
3
- Version: 0.4.6
3
+ Version: 0.4.7
4
4
  Summary: This is my custom aioaiagent client
5
5
  Home-page: https://pypi.org/project/dm-aioaiagent
6
6
  Author: dimka4621
@@ -1,4 +1,3 @@
1
- import sys
2
1
  import uuid
3
2
  import asyncio
4
3
  from typing import Any
@@ -7,9 +6,6 @@ from langchain_core.messages import AIMessage, ToolMessage
7
6
  from .ai_agent import DMAIAgent
8
7
  from .types import *
9
8
 
10
- if sys.platform == "win32":
11
- asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
12
-
13
9
  __all__ = ["DMAioAIAgent"]
14
10
 
15
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dm-aioaiagent
3
- Version: 0.4.6
3
+ Version: 0.4.7
4
4
  Summary: This is my custom aioaiagent client
5
5
  Home-page: https://pypi.org/project/dm-aioaiagent
6
6
  Author: dimka4621
@@ -8,7 +8,7 @@ def readme():
8
8
 
9
9
  setup(
10
10
  name='dm-aioaiagent',
11
- version='v0.4.6',
11
+ version='v0.4.7',
12
12
  author='dimka4621',
13
13
  author_email='mismartconfig@gmail.com',
14
14
  description='This is my custom aioaiagent client',
File without changes
File without changes