rasa-sdk 3.14.0.dev2__tar.gz → 3.14.0.dev4__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.14.0.dev2 → rasa_sdk-3.14.0.dev4}/PKG-INFO +17 -9
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/pyproject.toml +57 -9
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/version.py +1 -1
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/LICENSE.txt +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/README.md +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/__init__.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/__main__.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/cli/__init__.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/cli/arguments.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/constants.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/endpoint.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/events.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/exceptions.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/executor.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/forms.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/grpc_errors.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/grpc_py/__init__.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/grpc_py/action_webhook_pb2.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/grpc_py/action_webhook_pb2.pyi +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/grpc_py/action_webhook_pb2_grpc.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/grpc_server.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/interfaces.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/knowledge_base/__init__.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/knowledge_base/actions.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/knowledge_base/storage.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/knowledge_base/utils.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/plugin.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/slots.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/tracing/config.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/tracing/endpoints.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/tracing/instrumentation/attribute_extractors.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/tracing/instrumentation/instrumentation.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/tracing/tracer_register.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/tracing/utils.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/types.py +0 -0
- {rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-sdk
|
|
3
|
-
Version: 3.14.0.
|
|
3
|
+
Version: 3.14.0.dev4
|
|
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
|
License: Apache-2.0
|
|
6
6
|
Keywords: nlp,machine-learning,machine-learning-library,bot,bots,botkit,rasa conversational-agents,conversational-ai,chatbot,chatbot-framework,bot-framework
|
|
@@ -8,7 +8,7 @@ Author: Rasa Technologies GmbH
|
|
|
8
8
|
Author-email: hi@rasa.com
|
|
9
9
|
Maintainer: Tom Bocklisch
|
|
10
10
|
Maintainer-email: tom@rasa.com
|
|
11
|
-
Requires-Python: >3.8,<3.
|
|
11
|
+
Requires-Python: >3.8,<3.14
|
|
12
12
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
@@ -17,18 +17,26 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
20
21
|
Classifier: Topic :: Software Development :: Libraries
|
|
21
22
|
Requires-Dist: Sanic-Cors (>=2.0.0,<3.0.0)
|
|
22
23
|
Requires-Dist: coloredlogs (>=10,<16)
|
|
23
|
-
Requires-Dist: grpcio (>=1.60.0,<1.61.0)
|
|
24
|
+
Requires-Dist: grpcio (>=1.60.0,<1.61.0) ; python_version < "3.12"
|
|
25
|
+
Requires-Dist: grpcio (>=1.66.2,<1.67.0) ; python_version >= "3.12"
|
|
24
26
|
Requires-Dist: grpcio-health-checking (>=1.59.3,<1.60.0)
|
|
25
|
-
Requires-Dist: grpcio-tools (>=1.60.0,<1.61.0)
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist: opentelemetry-
|
|
28
|
-
Requires-Dist: opentelemetry-
|
|
29
|
-
Requires-Dist: opentelemetry-
|
|
27
|
+
Requires-Dist: grpcio-tools (>=1.60.0,<1.61.0) ; python_version < "3.12"
|
|
28
|
+
Requires-Dist: grpcio-tools (>=1.66.2,<1.67.0) ; python_version >= "3.12"
|
|
29
|
+
Requires-Dist: opentelemetry-api (>=1.16.0,<1.17.0) ; python_version < "3.12"
|
|
30
|
+
Requires-Dist: opentelemetry-api (>=1.33.0,<1.34.0) ; python_version >= "3.12"
|
|
31
|
+
Requires-Dist: opentelemetry-exporter-jaeger (>=1.16.0,<1.17.0) ; python_version < "3.12"
|
|
32
|
+
Requires-Dist: opentelemetry-exporter-jaeger (>=1.21.0,<1.22.0) ; python_version >= "3.12"
|
|
33
|
+
Requires-Dist: opentelemetry-exporter-otlp (>=1.16.0,<1.17.0) ; python_version < "3.12"
|
|
34
|
+
Requires-Dist: opentelemetry-exporter-otlp (>=1.33.0,<1.34.0) ; python_version >= "3.12"
|
|
35
|
+
Requires-Dist: opentelemetry-sdk (>=1.16.0,<1.17.0) ; python_version < "3.12"
|
|
36
|
+
Requires-Dist: opentelemetry-sdk (>=1.33.0,<1.34.0) ; python_version >= "3.12"
|
|
30
37
|
Requires-Dist: pluggy (>=1.0.0,<2.0.0)
|
|
31
|
-
Requires-Dist: protobuf (>=4.25.8,<4.26.0)
|
|
38
|
+
Requires-Dist: protobuf (>=4.25.8,<4.26.0) ; python_version < "3.12"
|
|
39
|
+
Requires-Dist: protobuf (>=5.29.5,<5.30.0) ; python_version >= "3.12"
|
|
32
40
|
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
|
|
33
41
|
Requires-Dist: ruamel.yaml (>=0.16.5,<0.18.0)
|
|
34
42
|
Requires-Dist: sanic (>=22.12,<23.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.14.0.
|
|
7
|
+
version = "3.14.0.dev4"
|
|
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>",]
|
|
@@ -70,7 +70,7 @@ target-version = "py38"
|
|
|
70
70
|
exclude = [ "rasa_sdk/grpc_py", "eggs", ".git", ".pytest_cache", "build", "dist", ".DS_Store",]
|
|
71
71
|
|
|
72
72
|
[tool.poetry.dependencies]
|
|
73
|
-
python = ">3.8,<3.
|
|
73
|
+
python = ">3.8,<3.14"
|
|
74
74
|
coloredlogs = ">=10,<16"
|
|
75
75
|
sanic = "^22.12"
|
|
76
76
|
typing-extensions = ">=4.1.1,<5.0.0"
|
|
@@ -78,15 +78,63 @@ Sanic-Cors = "^2.0.0"
|
|
|
78
78
|
"ruamel.yaml" = ">=0.16.5,<0.18.0"
|
|
79
79
|
websockets = ">=10.0,<12.0"
|
|
80
80
|
pluggy = "^1.0.0"
|
|
81
|
-
opentelemetry-api = "~1.16.0"
|
|
82
|
-
opentelemetry-sdk = "~1.16.0"
|
|
83
|
-
opentelemetry-exporter-jaeger = "~1.16.0"
|
|
84
|
-
opentelemetry-exporter-otlp = "~1.16.0"
|
|
85
|
-
grpcio = "~1.60.0"
|
|
86
|
-
protobuf = "~4.25.8"
|
|
87
81
|
pydantic = "^2.6.4"
|
|
88
82
|
grpcio-health-checking = "~1.59.3"
|
|
89
|
-
|
|
83
|
+
[[tool.poetry.dependencies.protobuf]]
|
|
84
|
+
version = "~4.25.8"
|
|
85
|
+
markers = "python_version < '3.12'"
|
|
86
|
+
|
|
87
|
+
[[tool.poetry.dependencies.protobuf]]
|
|
88
|
+
version = "~5.29.5"
|
|
89
|
+
markers = "python_version >= '3.12'"
|
|
90
|
+
|
|
91
|
+
[[tool.poetry.dependencies.grpcio]]
|
|
92
|
+
version = "~1.66.2"
|
|
93
|
+
markers = "python_version >= '3.12'"
|
|
94
|
+
|
|
95
|
+
[[tool.poetry.dependencies.grpcio]]
|
|
96
|
+
version = "~1.60.0"
|
|
97
|
+
markers = "python_version < '3.12'"
|
|
98
|
+
|
|
99
|
+
[[tool.poetry.dependencies.grpcio-tools]]
|
|
100
|
+
version = "~1.66.2"
|
|
101
|
+
markers = "python_version >= '3.12'"
|
|
102
|
+
|
|
103
|
+
[[tool.poetry.dependencies.grpcio-tools]]
|
|
104
|
+
version = "~1.60.0"
|
|
105
|
+
markers = "python_version < '3.12'"
|
|
106
|
+
|
|
107
|
+
[[tool.poetry.dependencies.opentelemetry-sdk]]
|
|
108
|
+
version = "~1.16.0"
|
|
109
|
+
markers = "python_version < '3.12'"
|
|
110
|
+
|
|
111
|
+
[[tool.poetry.dependencies.opentelemetry-sdk]]
|
|
112
|
+
version = "~1.33.0"
|
|
113
|
+
markers = "python_version >= '3.12'"
|
|
114
|
+
|
|
115
|
+
[[tool.poetry.dependencies.opentelemetry-exporter-jaeger]]
|
|
116
|
+
version = "~1.16.0"
|
|
117
|
+
markers = "python_version < '3.12'"
|
|
118
|
+
|
|
119
|
+
[[tool.poetry.dependencies.opentelemetry-exporter-jaeger]]
|
|
120
|
+
version = "~1.21.0"
|
|
121
|
+
markers = "python_version >= '3.12'"
|
|
122
|
+
|
|
123
|
+
[[tool.poetry.dependencies.opentelemetry-exporter-otlp]]
|
|
124
|
+
version = "~1.16.0"
|
|
125
|
+
markers = "python_version < '3.12'"
|
|
126
|
+
|
|
127
|
+
[[tool.poetry.dependencies.opentelemetry-exporter-otlp]]
|
|
128
|
+
version = "~1.33.0"
|
|
129
|
+
markers = "python_version >= '3.12'"
|
|
130
|
+
|
|
131
|
+
[[tool.poetry.dependencies.opentelemetry-api]]
|
|
132
|
+
version = "~1.16.0"
|
|
133
|
+
markers = "python_version < '3.12'"
|
|
134
|
+
|
|
135
|
+
[[tool.poetry.dependencies.opentelemetry-api]]
|
|
136
|
+
version = "~1.33.0"
|
|
137
|
+
markers = "python_version >= '3.12'"
|
|
90
138
|
|
|
91
139
|
[tool.poetry.requires-plugins]
|
|
92
140
|
poetry-plugin-export = ">=1.8"
|
|
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
|
|
File without changes
|
{rasa_sdk-3.14.0.dev2 → rasa_sdk-3.14.0.dev4}/rasa_sdk/tracing/instrumentation/instrumentation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|