Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "agentic-reliability-framework-demo"
|
| 7 |
-
version = "3.
|
| 8 |
description = "Agentic Reliability Framework Demo: Interactive showcase of enterprise-grade multi-agent AI for infrastructure reliability"
|
| 9 |
readme = { file = "README.md", content-type = "text/markdown" }
|
| 10 |
requires-python = ">=3.10"
|
|
@@ -74,7 +74,7 @@ dev = [
|
|
| 74 |
]
|
| 75 |
|
| 76 |
real-arf = [
|
| 77 |
-
"agentic-reliability-framework>=3.3.
|
| 78 |
]
|
| 79 |
|
| 80 |
rag = [
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "agentic-reliability-framework-demo"
|
| 7 |
+
version = "3.3.9"
|
| 8 |
description = "Agentic Reliability Framework Demo: Interactive showcase of enterprise-grade multi-agent AI for infrastructure reliability"
|
| 9 |
readme = { file = "README.md", content-type = "text/markdown" }
|
| 10 |
requires-python = ">=3.10"
|
|
|
|
| 74 |
]
|
| 75 |
|
| 76 |
real-arf = [
|
| 77 |
+
"agentic-reliability-framework>=3.3.9"
|
| 78 |
]
|
| 79 |
|
| 80 |
rag = [
|