mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-06-15 20:05:58 +00:00
bump the version of deer-flow to 2.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "deerflow-harness"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
description = "DeerFlow agent harness framework"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "deer-flow"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
description = "LangGraph-based AI agent system with sandbox execution capabilities"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Generated
+2
-2
@@ -756,7 +756,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "deer-flow"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "bcrypt" },
|
||||
@@ -828,7 +828,7 @@ dev = [
|
||||
|
||||
[[package]]
|
||||
name = "deerflow-harness"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
source = { editable = "packages/harness" }
|
||||
dependencies = [
|
||||
{ name = "agent-client-protocol" },
|
||||
|
||||
Reference in New Issue
Block a user