copilotkit 0.1.84a2__tar.gz → 0.1.86__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 (27) hide show
  1. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/PKG-INFO +3 -3
  2. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/pyproject.toml +15 -9
  3. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/README.md +0 -0
  4. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/__init__.py +0 -0
  5. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/a2ui.py +0 -0
  6. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/action.py +0 -0
  7. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/agent.py +0 -0
  8. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/copilotkit_lg_middleware.py +0 -0
  9. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/crewai/__init__.py +0 -0
  10. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/crewai/copilotkit_integration.py +0 -0
  11. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/crewai/crewai_agent.py +0 -0
  12. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/crewai/crewai_sdk.py +0 -0
  13. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/exc.py +0 -0
  14. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/html.py +0 -0
  15. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/integrations/__init__.py +0 -0
  16. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/integrations/fastapi.py +0 -0
  17. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/langchain.py +0 -0
  18. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/langgraph.py +0 -0
  19. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/langgraph_agent.py +0 -0
  20. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/langgraph_agui_agent.py +0 -0
  21. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/logging.py +0 -0
  22. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/parameter.py +0 -0
  23. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/protocol.py +0 -0
  24. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/runloop.py +0 -0
  25. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/sdk.py +0 -0
  26. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/types.py +0 -0
  27. {copilotkit-0.1.84a2 → copilotkit-0.1.86}/copilotkit/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: copilotkit
3
- Version: 0.1.84a2
3
+ Version: 0.1.86
4
4
  Summary: CopilotKit python SDK
5
5
  Home-page: https://copilotkit.ai
6
6
  License: MIT
@@ -14,12 +14,12 @@ Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Provides-Extra: crewai
17
- Requires-Dist: ag-ui-langgraph[fastapi] (>=0.0.27)
17
+ Requires-Dist: ag-ui-langgraph[fastapi] (>=0.0.29)
18
18
  Requires-Dist: ag-ui-protocol (>=0.1.11)
19
19
  Requires-Dist: crewai (==0.118.0) ; extra == "crewai"
20
20
  Requires-Dist: fastapi (>=0.115.0,<1.0.0)
21
21
  Requires-Dist: langchain (>=0.3.0)
22
- Requires-Dist: langgraph (>=0.3.25,<1.1.0)
22
+ Requires-Dist: langgraph (>=0.3.25,<2)
23
23
  Requires-Dist: partialjson (>=0.0.8,<0.0.9)
24
24
  Requires-Dist: toml (>=0.10.2,<0.11.0)
25
25
  Project-URL: Repository, https://github.com/CopilotKit/CopilotKit/tree/main/sdk-python
@@ -1,22 +1,30 @@
1
1
  [tool.poetry]
2
2
  name = "copilotkit"
3
- version = "0.1.84a2"
3
+ version = "0.1.86"
4
4
  description = "CopilotKit python SDK"
5
5
  authors = ["Markus Ecker <markus.ecker@gmail.com>"]
6
6
  license = "MIT"
7
7
  readme = "README.md"
8
8
  homepage = "https://copilotkit.ai"
9
9
  repository = "https://github.com/CopilotKit/CopilotKit/tree/main/sdk-python"
10
- keywords = ["copilot", "copilotkit", "langgraph", "langchain", "ai", "langsmith", "langserve"]
11
- packages = [{include = "copilotkit"}]
10
+ keywords = [
11
+ "copilot",
12
+ "copilotkit",
13
+ "langgraph",
14
+ "langchain",
15
+ "ai",
16
+ "langsmith",
17
+ "langserve",
18
+ ]
19
+ packages = [{ include = "copilotkit" }]
12
20
  include = ["copilotkit/*.json"]
13
21
 
14
22
  [tool.poetry.dependencies]
15
23
  python = ">=3.10,<3.13"
16
- langgraph = {version = ">=0.3.25,<1.1.0"}
17
- langchain = {version = ">=0.3.0"}
24
+ langgraph = { version = ">=0.3.25,<2" }
25
+ langchain = { version = ">=0.3.0" }
18
26
  crewai = { version = "0.118.0", optional = true }
19
- ag-ui-langgraph = { version = ">=0.0.27", extras = ["fastapi"] }
27
+ ag-ui-langgraph = { version = ">=0.0.29", extras = ["fastapi"] }
20
28
  ag-ui-protocol = ">=0.1.11"
21
29
  fastapi = ">=0.115.0,<1.0.0"
22
30
  partialjson = "^0.0.8"
@@ -30,6 +38,4 @@ requires = ["poetry-core"]
30
38
  build-backend = "poetry.core.masonry.api"
31
39
 
32
40
  [dependency-groups]
33
- dev = [
34
- "pytest (>=9.0.2,<10.0.0)"
35
- ]
41
+ dev = ["pytest (>=9.0.2,<10.0.0)"]
File without changes