rasa-pro 3.13.1a2__py3-none-any.whl → 3.13.1a3__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/cli/scaffold.py CHANGED
@@ -176,7 +176,8 @@ def create_initial_project(
176
176
  # a project directory existed before and we removed folders in it
177
177
  # with shutil.rmtree. see
178
178
  # https://stackoverflow.com/questions/9160227/dir-util-copy-tree-fails-after-shutil-rmtree
179
- dir_util._path_created.clear()
179
+ if hasattr(dir_util, "_path_created"):
180
+ dir_util._path_created.clear()
180
181
  dir_util.copy_tree(scaffold_path(template), path)
181
182
 
182
183
 
rasa/version.py CHANGED
@@ -1,3 +1,3 @@
1
1
  # this file will automatically be changed,
2
2
  # do not add anything but the version number here!
3
- __version__ = "3.13.1a2"
3
+ __version__ = "3.13.1a3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rasa-pro
3
- Version: 3.13.1a2
3
+ Version: 3.13.1a3
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
@@ -95,7 +95,7 @@ rasa/cli/project_templates/tutorial/data/patterns.yml,sha256=phj1vrOcAacwzdVHFHN
95
95
  rasa/cli/project_templates/tutorial/domain.yml,sha256=X16UwfoTNKSV2DYvEQZ-CfRczzg5MqI49AHgSH0-aZs,974
96
96
  rasa/cli/project_templates/tutorial/endpoints.yml,sha256=ZZfchpZLo5MObU5JVXPqBi8KrKe8gzsZskSDAjpfS9E,1788
97
97
  rasa/cli/run.py,sha256=QnmVCXORZambJzee1z3wMa3Ki8cPwSsImgQ2hbvbpuU,4632
98
- rasa/cli/scaffold.py,sha256=i_Zw7Y_ap_g2o54_Xj4FvRV3ySF7_g0w1ryMtquAq0c,8624
98
+ rasa/cli/scaffold.py,sha256=2guE-1r11BINnYO7KjDkvT3eo5ov9P5lE6P_FWnKRN8,8671
99
99
  rasa/cli/shell.py,sha256=YTXn3_iDWJySY187BEJTRDxPoG-mqRtl17jqwqQ6hX4,4332
100
100
  rasa/cli/studio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
101
  rasa/cli/studio/download.py,sha256=5uLdnW60JQ1NkUcJfK_be2pKjVOtYzCCjNAQpfGkYnM,1163
@@ -882,9 +882,9 @@ rasa/utils/train_utils.py,sha256=ClJx-6x3-h3Vt6mskacgkcCUJTMXjFPe3zAcy_DfmaU,212
882
882
  rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
883
883
  rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
884
884
  rasa/validator.py,sha256=IRhLfcgCpps0wSpokOvUGNaY8t8GsmeSmPOUVRKeOeE,83087
885
- rasa/version.py,sha256=vR_Dh9ZL1wcpOx3DRDbm29VS091ZcWfi_yaty44XC6A,119
886
- rasa_pro-3.13.1a2.dist-info/METADATA,sha256=uOqGJtIo8MktLMMJI98ATXCLQoYYS57_nd3iLgPS7LA,10555
887
- rasa_pro-3.13.1a2.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
888
- rasa_pro-3.13.1a2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
889
- rasa_pro-3.13.1a2.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
890
- rasa_pro-3.13.1a2.dist-info/RECORD,,
885
+ rasa/version.py,sha256=DjWm58mw2jCzX2PedjDppySQ7oRdHKJxkNVySvl9Z7I,119
886
+ rasa_pro-3.13.1a3.dist-info/METADATA,sha256=9eIpBkW1yy49P5CmfCx6vbD9Ww1BP4PM90nWMQGmXWQ,10555
887
+ rasa_pro-3.13.1a3.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
888
+ rasa_pro-3.13.1a3.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
889
+ rasa_pro-3.13.1a3.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
890
+ rasa_pro-3.13.1a3.dist-info/RECORD,,