rasa-sdk 3.11.1.dev5__tar.gz → 3.12.0.dev2__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.
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/PKG-INFO +3 -3
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/pyproject.toml +5 -5
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/executor.py +2 -3
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/version.py +1 -1
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/LICENSE.txt +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/README.md +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/__init__.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/__main__.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/cli/__init__.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/cli/arguments.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/constants.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/endpoint.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/events.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/exceptions.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/forms.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/grpc_errors.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/grpc_py/__init__.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2.pyi +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2_grpc.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/grpc_server.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/interfaces.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/knowledge_base/__init__.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/knowledge_base/actions.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/knowledge_base/storage.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/knowledge_base/utils.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/plugin.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/slots.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/tracing/config.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/tracing/endpoints.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/tracing/instrumentation/attribute_extractors.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/tracing/instrumentation/instrumentation.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/tracing/tracer_register.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/tracing/utils.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/types.py +0 -0
- {rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rasa-sdk
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.12.0.dev2
|
|
4
4
|
Summary: Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
|
|
5
5
|
Home-page: https://rasa.com
|
|
6
6
|
License: Apache-2.0
|
|
@@ -21,9 +21,9 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
21
21
|
Classifier: Topic :: Software Development :: Libraries
|
|
22
22
|
Requires-Dist: Sanic-Cors (>=2.0.0,<3.0.0)
|
|
23
23
|
Requires-Dist: coloredlogs (>=10,<16)
|
|
24
|
-
Requires-Dist: grpcio (>=1.
|
|
24
|
+
Requires-Dist: grpcio (>=1.60.0,<1.61.0)
|
|
25
25
|
Requires-Dist: grpcio-health-checking (>=1.59.3,<1.60.0)
|
|
26
|
-
Requires-Dist: grpcio-tools (>=1.
|
|
26
|
+
Requires-Dist: grpcio-tools (>=1.60.0,<1.61.0)
|
|
27
27
|
Requires-Dist: opentelemetry-api (>=1.16.0,<1.17.0)
|
|
28
28
|
Requires-Dist: opentelemetry-exporter-jaeger (>=1.16.0,<1.17.0)
|
|
29
29
|
Requires-Dist: opentelemetry-exporter-otlp (>=1.16.0,<1.17.0)
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "rasa-sdk"
|
|
7
|
-
version = "3.
|
|
7
|
+
version = "3.12.0.dev2"
|
|
8
8
|
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
|
|
9
9
|
authors = [ "Rasa Technologies GmbH <hi@rasa.com>",]
|
|
10
10
|
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
|
|
@@ -82,11 +82,11 @@ opentelemetry-api = "~1.16.0"
|
|
|
82
82
|
opentelemetry-sdk = "~1.16.0"
|
|
83
83
|
opentelemetry-exporter-jaeger = "~1.16.0"
|
|
84
84
|
opentelemetry-exporter-otlp = "~1.16.0"
|
|
85
|
-
grpcio = "
|
|
85
|
+
grpcio = "~1.60.0"
|
|
86
86
|
protobuf = "~4.25.3"
|
|
87
87
|
pydantic = "^2.6.4"
|
|
88
88
|
grpcio-health-checking = "~1.59.3"
|
|
89
|
-
grpcio-tools = "
|
|
89
|
+
grpcio-tools = "~1.60.0"
|
|
90
90
|
|
|
91
91
|
[tool.poetry.dev-dependencies]
|
|
92
92
|
pytest-cov = "^4.1.0"
|
|
@@ -97,7 +97,7 @@ towncrier = "^23.6.0"
|
|
|
97
97
|
toml = "^0.10.0"
|
|
98
98
|
pep440-version-utils = "^0.3.0"
|
|
99
99
|
semantic_version = "^2.8.5"
|
|
100
|
-
mypy = "^1.
|
|
100
|
+
mypy = "^1.14"
|
|
101
101
|
sanic-testing = "^22.12"
|
|
102
102
|
|
|
103
103
|
[tool.ruff.lint]
|
|
@@ -113,5 +113,5 @@ convention = "google"
|
|
|
113
113
|
|
|
114
114
|
[tool.poetry.group.dev.dependencies]
|
|
115
115
|
ruff = ">=0.3.5,<0.4.0"
|
|
116
|
-
pytest-asyncio = "^0.
|
|
116
|
+
pytest-asyncio = "^0.23.6"
|
|
117
117
|
types-protobuf = "4.25.0.20240417"
|
|
@@ -362,14 +362,13 @@ class ActionExecutor:
|
|
|
362
362
|
new_module = importlib.reload(module)
|
|
363
363
|
self._modules[path] = TimestampModule(timestamp, new_module)
|
|
364
364
|
logger.info(
|
|
365
|
-
f"Reloaded module/package: '{module.__name__}' "
|
|
366
|
-
f"(file: '{os.path.relpath(path)}')"
|
|
365
|
+
f"Reloaded module/package: '{module.__name__}' (file: '{path}')"
|
|
367
366
|
)
|
|
368
367
|
any_module_reloaded = True
|
|
369
368
|
except (SyntaxError, ImportError):
|
|
370
369
|
logger.exception(
|
|
371
370
|
f"Error while reloading module/package: '{module.__name__}' "
|
|
372
|
-
f"(file: '{
|
|
371
|
+
f"(file: '{path}'):"
|
|
373
372
|
)
|
|
374
373
|
logger.info("Please fix the error(s) in the Python file and try again.")
|
|
375
374
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_sdk-3.11.1.dev5 → rasa_sdk-3.12.0.dev2}/rasa_sdk/tracing/instrumentation/instrumentation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|