deepagents 0.1.2__tar.gz → 0.1.3__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,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: deepagents
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: General purpose 'deep agent' with sub-agent spawning, todo list capabilities, and mock file system. Built on LangGraph.
5
5
  License: MIT
6
6
  Requires-Python: <4.0,>=3.11
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE
9
- Requires-Dist: langchain-anthropic==1.0.0
10
- Requires-Dist: langchain==1.0.0
11
- Requires-Dist: langchain-core==1.0.0
9
+ Requires-Dist: langchain-anthropic<2.0.0,>=1.0.0
10
+ Requires-Dist: langchain<2.0.0,>=1.0.0
11
+ Requires-Dist: langchain-core<2.0.0,>=1.0.0
12
12
  Provides-Extra: dev
13
13
  Requires-Dist: pytest; extra == "dev"
14
14
  Requires-Dist: pytest-cov; extra == "dev"
@@ -1,14 +1,14 @@
1
1
  [project]
2
2
  name = "deepagents"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "General purpose 'deep agent' with sub-agent spawning, todo list capabilities, and mock file system. Built on LangGraph."
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
7
7
  requires-python = ">=3.11,<4.0"
8
8
  dependencies = [
9
- "langchain-anthropic==1.0.0",
10
- "langchain==1.0.0",
11
- "langchain-core==1.0.0"
9
+ "langchain-anthropic>=1.0.0,<2.0.0",
10
+ "langchain>=1.0.0,<2.0.0",
11
+ "langchain-core>=1.0.0,<2.0.0",
12
12
  ]
13
13
 
14
14
  [project.optional-dependencies]
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: deepagents
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: General purpose 'deep agent' with sub-agent spawning, todo list capabilities, and mock file system. Built on LangGraph.
5
5
  License: MIT
6
6
  Requires-Python: <4.0,>=3.11
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE
9
- Requires-Dist: langchain-anthropic==1.0.0
10
- Requires-Dist: langchain==1.0.0
11
- Requires-Dist: langchain-core==1.0.0
9
+ Requires-Dist: langchain-anthropic<2.0.0,>=1.0.0
10
+ Requires-Dist: langchain<2.0.0,>=1.0.0
11
+ Requires-Dist: langchain-core<2.0.0,>=1.0.0
12
12
  Provides-Extra: dev
13
13
  Requires-Dist: pytest; extra == "dev"
14
14
  Requires-Dist: pytest-cov; extra == "dev"
@@ -0,0 +1,10 @@
1
+ langchain-anthropic<2.0.0,>=1.0.0
2
+ langchain<2.0.0,>=1.0.0
3
+ langchain-core<2.0.0,>=1.0.0
4
+
5
+ [dev]
6
+ pytest
7
+ pytest-cov
8
+ build
9
+ twine
10
+ langchain-openai
@@ -1,10 +0,0 @@
1
- langchain-anthropic==1.0.0
2
- langchain==1.0.0
3
- langchain-core==1.0.0
4
-
5
- [dev]
6
- pytest
7
- pytest-cov
8
- build
9
- twine
10
- langchain-openai
File without changes
File without changes
File without changes