rasa-pro 3.11.12__py3-none-any.whl → 3.11.13__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/telemetry.py +1 -1
- rasa/version.py +1 -1
- {rasa_pro-3.11.12.dist-info → rasa_pro-3.11.13.dist-info}/METADATA +3 -3
- {rasa_pro-3.11.12.dist-info → rasa_pro-3.11.13.dist-info}/RECORD +7 -7
- {rasa_pro-3.11.12.dist-info → rasa_pro-3.11.13.dist-info}/NOTICE +0 -0
- {rasa_pro-3.11.12.dist-info → rasa_pro-3.11.13.dist-info}/WHEEL +0 -0
- {rasa_pro-3.11.12.dist-info → rasa_pro-3.11.13.dist-info}/entry_points.txt +0 -0
rasa/telemetry.py
CHANGED
|
@@ -903,7 +903,7 @@ def initialize_error_reporting() -> None:
|
|
|
903
903
|
OSError,
|
|
904
904
|
],
|
|
905
905
|
in_app_include=["rasa"], # only submit errors in this package
|
|
906
|
-
|
|
906
|
+
include_local_variables=False, # don't submit local variables
|
|
907
907
|
release=f"rasa-{rasa.__version__}",
|
|
908
908
|
default_integrations=False,
|
|
909
909
|
environment="development" if in_continuous_integration() else "production",
|
rasa/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-pro
|
|
3
|
-
Version: 3.11.
|
|
3
|
+
Version: 3.11.13
|
|
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
|
|
@@ -27,7 +27,7 @@ Requires-Dist: SQLAlchemy (>=2.0.22,<2.1.0)
|
|
|
27
27
|
Requires-Dist: absl-py (>=2.0,<2.1)
|
|
28
28
|
Requires-Dist: aio-pika (>=8.2.3,<9.4.4)
|
|
29
29
|
Requires-Dist: aiogram (>=2.15,<2.26)
|
|
30
|
-
Requires-Dist: aiohttp (>=3.
|
|
30
|
+
Requires-Dist: aiohttp (>=3.10.11,<3.11)
|
|
31
31
|
Requires-Dist: apscheduler (>=3.10,<3.11)
|
|
32
32
|
Requires-Dist: attrs (>=23.1,<23.2)
|
|
33
33
|
Requires-Dist: azure-storage-blob (>=12.16.0,<12.17.0)
|
|
@@ -115,7 +115,7 @@ Requires-Dist: sanic-routing (>=22.8.0,<23.0.0)
|
|
|
115
115
|
Requires-Dist: scikit-learn (>=1.5.1,<1.6.0)
|
|
116
116
|
Requires-Dist: scipy (>=1.13.1,<1.14.0)
|
|
117
117
|
Requires-Dist: sentencepiece[sentencepiece] (>=0.1.99,<0.2.0) ; extra == "transformers" or extra == "full"
|
|
118
|
-
Requires-Dist: sentry-sdk (>=
|
|
118
|
+
Requires-Dist: sentry-sdk (>=2.8.0,<3)
|
|
119
119
|
Requires-Dist: setuptools (>=78.1.0,<78.2.0)
|
|
120
120
|
Requires-Dist: sklearn-crfsuite (>=0.3.6,<0.4.0)
|
|
121
121
|
Requires-Dist: skops (>=0.10.0,<0.11.0)
|
|
@@ -734,7 +734,7 @@ rasa/studio/download.py,sha256=9uE4KKaHnID_3-Tt_E5_D00XTwhLlj4oxORY8CZRrZc,17188
|
|
|
734
734
|
rasa/studio/results_logger.py,sha256=0gCkEaZ1CeFmxRHArK5my_DsLYjApZrxfiRMT5asE6A,4963
|
|
735
735
|
rasa/studio/train.py,sha256=gfPtirITzBDo9gV4hqDNSwPYtVp_22cq8OWI6YIBgyk,4243
|
|
736
736
|
rasa/studio/upload.py,sha256=OQwO5JRJpEag-bSiZh14hMtxA83ZcCHZ47ErD9yO4Qc,17397
|
|
737
|
-
rasa/telemetry.py,sha256=
|
|
737
|
+
rasa/telemetry.py,sha256=HDjdl3ipkYNkri-fjJau3HN6DpKxMQscgzbIhyoHu38,64610
|
|
738
738
|
rasa/tracing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
739
739
|
rasa/tracing/config.py,sha256=kA-xEY2oAc07gw1RzGeMuNnDKd_ZrVXT_B63pxGW-uI,12860
|
|
740
740
|
rasa/tracing/constants.py,sha256=N_MJLStE3IkmPKQCQv42epd3jdBMJ4Ith1dVO65N5ho,2425
|
|
@@ -780,9 +780,9 @@ rasa/utils/train_utils.py,sha256=f1NWpp5y6al0dzoQyyio4hc4Nf73DRoRSHDzEK6-C4E,212
|
|
|
780
780
|
rasa/utils/url_tools.py,sha256=JQcHL2aLqLHu82k7_d9imUoETCm2bmlHaDpOJ-dKqBc,1218
|
|
781
781
|
rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
|
|
782
782
|
rasa/validator.py,sha256=O1wjCeV7ITJ0luvb3GCWy8x1fGgzWVbClEMlPnLBowQ,67265
|
|
783
|
-
rasa/version.py,sha256=
|
|
784
|
-
rasa_pro-3.11.
|
|
785
|
-
rasa_pro-3.11.
|
|
786
|
-
rasa_pro-3.11.
|
|
787
|
-
rasa_pro-3.11.
|
|
788
|
-
rasa_pro-3.11.
|
|
783
|
+
rasa/version.py,sha256=3r8ysmoLP5ymCD1Aeoay8QhahkZGfvHZa3qxvpzZ4Rk,118
|
|
784
|
+
rasa_pro-3.11.13.dist-info/METADATA,sha256=YMwprxaU0dmJWM7IiqIRbX4zpEV6Y5J_4SaA5-zJVKA,10725
|
|
785
|
+
rasa_pro-3.11.13.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
|
|
786
|
+
rasa_pro-3.11.13.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
787
|
+
rasa_pro-3.11.13.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
|
|
788
|
+
rasa_pro-3.11.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|