dm-aioaiagent 0.5.4__tar.gz → 0.5.5__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.4
2
2
  Name: dm-aioaiagent
3
- Version: 0.5.4
3
+ Version: 0.5.5
4
4
  Summary: This is my custom aioaiagent client
5
5
  Home-page: https://pypi.org/project/dm-aioaiagent
6
6
  Author: dimka4621
@@ -12,17 +12,17 @@ Classifier: License :: OSI Approved :: MIT License
12
12
  Classifier: Operating System :: OS Independent
13
13
  Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
- Requires-Dist: dm-logger~=0.6.2
16
- Requires-Dist: python-dotenv>=1.0.0
15
+ Requires-Dist: dm-logger<0.7.0,>=0.6.6
16
+ Requires-Dist: python-dotenv<1.1.0,>=1.0.0
17
17
  Requires-Dist: pydantic<3.0.0,>=2.9.2
18
- Requires-Dist: langchain~=0.3.0
19
- Requires-Dist: langchain-core~=0.3.5
20
- Requires-Dist: langchain-community~=0.3.0
21
- Requires-Dist: langchain-openai~=0.3.0
22
- Requires-Dist: langchain-anthropic~=0.3.0
23
- Requires-Dist: langgraph~=0.2.23
24
- Requires-Dist: langsmith~=0.1.144
25
- Requires-Dist: grandalf>=0.8
18
+ Requires-Dist: langchain<0.4.0,>=0.3.0
19
+ Requires-Dist: langchain-core<0.4.0,>=0.3.5
20
+ Requires-Dist: langchain-community<0.4.0,>=0.3.0
21
+ Requires-Dist: langchain-openai<0.4.0,>=0.3.0
22
+ Requires-Dist: langchain-anthropic<0.4.0,>=0.3.0
23
+ Requires-Dist: langgraph<0.4.0,>=0.3.23
24
+ Requires-Dist: langsmith<0.4.0,>=0.3.45
25
+ Requires-Dist: grandalf<0.9.0,>=0.8.0
26
26
  Dynamic: author
27
27
  Dynamic: author-email
28
28
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dm-aioaiagent
3
- Version: 0.5.4
3
+ Version: 0.5.5
4
4
  Summary: This is my custom aioaiagent client
5
5
  Home-page: https://pypi.org/project/dm-aioaiagent
6
6
  Author: dimka4621
@@ -12,17 +12,17 @@ Classifier: License :: OSI Approved :: MIT License
12
12
  Classifier: Operating System :: OS Independent
13
13
  Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
- Requires-Dist: dm-logger~=0.6.2
16
- Requires-Dist: python-dotenv>=1.0.0
15
+ Requires-Dist: dm-logger<0.7.0,>=0.6.6
16
+ Requires-Dist: python-dotenv<1.1.0,>=1.0.0
17
17
  Requires-Dist: pydantic<3.0.0,>=2.9.2
18
- Requires-Dist: langchain~=0.3.0
19
- Requires-Dist: langchain-core~=0.3.5
20
- Requires-Dist: langchain-community~=0.3.0
21
- Requires-Dist: langchain-openai~=0.3.0
22
- Requires-Dist: langchain-anthropic~=0.3.0
23
- Requires-Dist: langgraph~=0.2.23
24
- Requires-Dist: langsmith~=0.1.144
25
- Requires-Dist: grandalf>=0.8
18
+ Requires-Dist: langchain<0.4.0,>=0.3.0
19
+ Requires-Dist: langchain-core<0.4.0,>=0.3.5
20
+ Requires-Dist: langchain-community<0.4.0,>=0.3.0
21
+ Requires-Dist: langchain-openai<0.4.0,>=0.3.0
22
+ Requires-Dist: langchain-anthropic<0.4.0,>=0.3.0
23
+ Requires-Dist: langgraph<0.4.0,>=0.3.23
24
+ Requires-Dist: langsmith<0.4.0,>=0.3.45
25
+ Requires-Dist: grandalf<0.9.0,>=0.8.0
26
26
  Dynamic: author
27
27
  Dynamic: author-email
28
28
  Dynamic: classifier
@@ -0,0 +1,11 @@
1
+ dm-logger<0.7.0,>=0.6.6
2
+ python-dotenv<1.1.0,>=1.0.0
3
+ pydantic<3.0.0,>=2.9.2
4
+ langchain<0.4.0,>=0.3.0
5
+ langchain-core<0.4.0,>=0.3.5
6
+ langchain-community<0.4.0,>=0.3.0
7
+ langchain-openai<0.4.0,>=0.3.0
8
+ langchain-anthropic<0.4.0,>=0.3.0
9
+ langgraph<0.4.0,>=0.3.23
10
+ langsmith<0.4.0,>=0.3.45
11
+ grandalf<0.9.0,>=0.8.0
@@ -8,7 +8,7 @@ def readme():
8
8
 
9
9
  setup(
10
10
  name='dm-aioaiagent',
11
- version='v0.5.4',
11
+ version='v0.5.5',
12
12
  author='dimka4621',
13
13
  author_email='mismartconfig@gmail.com',
14
14
  description='This is my custom aioaiagent client',
@@ -17,17 +17,17 @@ setup(
17
17
  url='https://pypi.org/project/dm-aioaiagent',
18
18
  packages=find_packages(),
19
19
  install_requires=[
20
- 'dm-logger~=0.6.2',
21
- 'python-dotenv>=1.0.0',
22
- 'pydantic>=2.9.2, < 3.0.0',
23
- 'langchain~=0.3.0',
24
- 'langchain-core~=0.3.5',
25
- 'langchain-community~=0.3.0',
26
- 'langchain-openai~=0.3.0',
27
- 'langchain-anthropic~=0.3.0',
28
- 'langgraph~=0.2.23',
29
- 'langsmith~=0.1.144',
30
- 'grandalf>=0.8',
20
+ 'dm-logger>=0.6.6, <0.7.0',
21
+ 'python-dotenv>=1.0.0, <1.1.0',
22
+ 'pydantic>=2.9.2, <3.0.0',
23
+ 'langchain>=0.3.0, <0.4.0',
24
+ 'langchain-core>=0.3.5, <0.4.0',
25
+ 'langchain-community>=0.3.0, <0.4.0',
26
+ 'langchain-openai>=0.3.0, <0.4.0',
27
+ 'langchain-anthropic>=0.3.0, <0.4.0',
28
+ 'langgraph>=0.3.23, <0.4.0',
29
+ 'langsmith>=0.3.45, <0.4.0',
30
+ 'grandalf>=0.8.0, <0.9.0',
31
31
  ],
32
32
  classifiers=[
33
33
  'Programming Language :: Python :: 3.8',
@@ -1,11 +0,0 @@
1
- dm-logger~=0.6.2
2
- python-dotenv>=1.0.0
3
- pydantic<3.0.0,>=2.9.2
4
- langchain~=0.3.0
5
- langchain-core~=0.3.5
6
- langchain-community~=0.3.0
7
- langchain-openai~=0.3.0
8
- langchain-anthropic~=0.3.0
9
- langgraph~=0.2.23
10
- langsmith~=0.1.144
11
- grandalf>=0.8
File without changes
File without changes