Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -11,7 +11,7 @@ requires-python = ">=3.10"
|
|
| 11 |
license = { text = "Apache-2.0" }
|
| 12 |
|
| 13 |
authors = [
|
| 14 |
-
{ name = "Juan Petter", email = "
|
| 15 |
]
|
| 16 |
|
| 17 |
keywords = [
|
|
@@ -74,7 +74,7 @@ dev = [
|
|
| 74 |
]
|
| 75 |
|
| 76 |
real-arf = [
|
| 77 |
-
"agentic-reliability-framework>=3.3.
|
| 78 |
]
|
| 79 |
|
| 80 |
rag = [
|
|
|
|
| 11 |
license = { text = "Apache-2.0" }
|
| 12 |
|
| 13 |
authors = [
|
| 14 |
+
{ name = "Juan Petter", email = "petter2025us@outlook.com" }
|
| 15 |
]
|
| 16 |
|
| 17 |
keywords = [
|
|
|
|
| 74 |
]
|
| 75 |
|
| 76 |
real-arf = [
|
| 77 |
+
"agentic-reliability-framework>=3.3.7"
|
| 78 |
]
|
| 79 |
|
| 80 |
rag = [
|