rasa-pro 3.14.0.dev12__py3-none-any.whl → 3.14.0.dev14__py3-none-any.whl
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.
Potentially problematic release.
This version of rasa-pro might be problematic. Click here for more details.
- rasa/version.py +1 -1
- {rasa_pro-3.14.0.dev12.dist-info → rasa_pro-3.14.0.dev14.dist-info}/METADATA +2 -12
- {rasa_pro-3.14.0.dev12.dist-info → rasa_pro-3.14.0.dev14.dist-info}/RECORD +6 -6
- {rasa_pro-3.14.0.dev12.dist-info → rasa_pro-3.14.0.dev14.dist-info}/NOTICE +0 -0
- {rasa_pro-3.14.0.dev12.dist-info → rasa_pro-3.14.0.dev14.dist-info}/WHEEL +0 -0
- {rasa_pro-3.14.0.dev12.dist-info → rasa_pro-3.14.0.dev14.dist-info}/entry_points.txt +0 -0
rasa/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-pro
|
|
3
|
-
Version: 3.14.0.
|
|
3
|
+
Version: 3.14.0.dev14
|
|
4
4
|
Summary: State-of-the-art open-core Conversational AI framework for Enterprises that natively leverages generative AI for effortless assistant development.
|
|
5
5
|
Keywords: nlp,machine-learning,machine-learning-library,bot,bots,botkit,rasa conversational-agents,conversational-ai,chatbot,chatbot-framework,bot-framework
|
|
6
6
|
Author: Rasa Technologies GmbH
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
18
18
|
Classifier: Topic :: Software Development :: Libraries
|
|
19
19
|
Provides-Extra: a2a
|
|
20
20
|
Provides-Extra: channels
|
|
21
|
+
Provides-Extra: default
|
|
21
22
|
Provides-Extra: full
|
|
22
23
|
Provides-Extra: gh-release-notes
|
|
23
24
|
Provides-Extra: jieba
|
|
@@ -70,10 +71,6 @@ Requires-Dist: jsonpatch (>=1.33,<2.0)
|
|
|
70
71
|
Requires-Dist: jsonpickle (>=3.3.0,<3.4)
|
|
71
72
|
Requires-Dist: jsonschema (>=4.22)
|
|
72
73
|
Requires-Dist: keras (==2.14.0) ; (python_version < "3.12") and (extra == "full" or extra == "nlu")
|
|
73
|
-
Requires-Dist: langchain (>=0.2.17,<0.3.0) ; python_version < "3.12"
|
|
74
|
-
Requires-Dist: langchain (>=0.3.27,<0.4.0) ; python_version >= "3.12"
|
|
75
|
-
Requires-Dist: langchain-community (>=0.2.19,<0.3.0) ; python_version < "3.12"
|
|
76
|
-
Requires-Dist: langchain-community (>=0.3.29,<0.4.0) ; python_version >= "3.12"
|
|
77
74
|
Requires-Dist: langcodes (>=3.5.0,<4.0.0)
|
|
78
75
|
Requires-Dist: litellm (>=1.69.0,<1.70.0)
|
|
79
76
|
Requires-Dist: matplotlib (>=3.9.4,<3.10.0)
|
|
@@ -85,21 +82,15 @@ Requires-Dist: numpy (>=1.23.5,<2.2.0)
|
|
|
85
82
|
Requires-Dist: onnxruntime (==1.22.1) ; extra == "full" or extra == "pii"
|
|
86
83
|
Requires-Dist: openai (>=1.68.2,<1.69.0)
|
|
87
84
|
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
|
|
88
|
-
Requires-Dist: opentelemetry-api (>=1.16.0,<2.0.0)
|
|
89
|
-
Requires-Dist: opentelemetry-exporter-otlp (>=1.16.0,<2.0.0)
|
|
90
|
-
Requires-Dist: opentelemetry-sdk (>=1.16.0,<2.0.0)
|
|
91
85
|
Requires-Dist: packaging (>=23.2,<23.3)
|
|
92
86
|
Requires-Dist: pep440-version-utils (>=1.1.0,<1.2.0) ; python_version < "3.13"
|
|
93
87
|
Requires-Dist: pluggy (>=1.2.0,<2.0.0)
|
|
94
88
|
Requires-Dist: portalocker (>=2.7.0,<3.0.0)
|
|
95
89
|
Requires-Dist: prompt-toolkit (>=3.0.28,<3.0.29)
|
|
96
|
-
Requires-Dist: protobuf (>=4.25.8,<6.0.0)
|
|
97
90
|
Requires-Dist: psutil (>=5.9.5,<6.0.0)
|
|
98
91
|
Requires-Dist: psycopg2-binary (>=2.9.10,<2.10.0)
|
|
99
92
|
Requires-Dist: pydot (>=1.4,<1.5)
|
|
100
93
|
Requires-Dist: pykwalify (>=1.8,<1.9)
|
|
101
|
-
Requires-Dist: pymilvus (>=2.4.1,<2.4.2) ; python_version < "3.12"
|
|
102
|
-
Requires-Dist: pymilvus (>=2.6.1,<3.0.0) ; python_version >= "3.12"
|
|
103
94
|
Requires-Dist: pymongo (>=4.10.1,<4.11.0)
|
|
104
95
|
Requires-Dist: pypred (>=0.4.0,<0.5.0)
|
|
105
96
|
Requires-Dist: python-dateutil (>=2.8.2,<2.9.0)
|
|
@@ -112,7 +103,6 @@ Requires-Dist: pyyaml (>=6.0.2,<6.1.0)
|
|
|
112
103
|
Requires-Dist: qdrant-client (>=1.9.1,<1.10.0)
|
|
113
104
|
Requires-Dist: questionary (>=1.10.0,<2.1.0)
|
|
114
105
|
Requires-Dist: randomname (>=0.2.1,<0.3.0)
|
|
115
|
-
Requires-Dist: rasa-sdk (==3.14.0.dev7)
|
|
116
106
|
Requires-Dist: redis (>=4.6.0,<6.0)
|
|
117
107
|
Requires-Dist: regex (>=2024.7.24,<2024.8.0)
|
|
118
108
|
Requires-Dist: requests (>=2.32.5,<2.33.0)
|
|
@@ -1125,9 +1125,9 @@ rasa/utils/train_utils.py,sha256=LJO7mM6ptYvLMZr4HDl3fBkPHb7-BVFXuuZseh4Pp68,224
|
|
|
1125
1125
|
rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
|
|
1126
1126
|
rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
|
|
1127
1127
|
rasa/validator.py,sha256=1abU_NTP0UTRBNwmSr1Ba0f3tj-rrJdKzeIknF9pynI,83298
|
|
1128
|
-
rasa/version.py,sha256=
|
|
1129
|
-
rasa_pro-3.14.0.
|
|
1130
|
-
rasa_pro-3.14.0.
|
|
1131
|
-
rasa_pro-3.14.0.
|
|
1132
|
-
rasa_pro-3.14.0.
|
|
1133
|
-
rasa_pro-3.14.0.
|
|
1128
|
+
rasa/version.py,sha256=H3vKjk_DJKjOsmNugZxiNXOJEBkfJXFSyhQnEte5OlU,123
|
|
1129
|
+
rasa_pro-3.14.0.dev14.dist-info/METADATA,sha256=5LsitY-rNSUMUxNC8YY12aVWeazn6hpcdbbCWFxLXXM,11738
|
|
1130
|
+
rasa_pro-3.14.0.dev14.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
|
|
1131
|
+
rasa_pro-3.14.0.dev14.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
1132
|
+
rasa_pro-3.14.0.dev14.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
|
|
1133
|
+
rasa_pro-3.14.0.dev14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|