rasa-pro 3.12.35__py3-none-any.whl → 3.12.36__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.

@@ -153,6 +153,8 @@ class VoiceOutputChannel(OutputChannel):
153
153
  async def send_start_marker(self, recipient_id: str) -> None:
154
154
  """Send a marker message before the first audio chunk."""
155
155
  # Default implementation uses the generic marker message
156
+ call_state.is_bot_speaking = True # type: ignore[attr-defined]
157
+ VoiceInputChannel._cancel_silence_timeout_watcher()
156
158
  await self.send_marker_message(recipient_id)
157
159
 
158
160
  async def send_intermediate_marker(self, recipient_id: str) -> None:
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.12.35"
3
+ __version__ = "3.12.36"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rasa-pro
3
- Version: 3.12.35
3
+ Version: 3.12.36
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
@@ -60,8 +60,8 @@ Requires-Dist: jsonpatch (>=1.33,<2.0)
60
60
  Requires-Dist: jsonpickle (>=3.3.0,<3.4)
61
61
  Requires-Dist: jsonschema (>=4.22)
62
62
  Requires-Dist: keras (==2.14.0)
63
- Requires-Dist: langchain (>=0.2.17,<0.3.0)
64
- Requires-Dist: langchain-community (>=0.2.19,<0.3.0)
63
+ Requires-Dist: langchain (>=0.3.27,<0.4.0)
64
+ Requires-Dist: langchain-community (>=0.3.29,<0.4.0)
65
65
  Requires-Dist: langcodes (>=3.5.0,<4.0.0)
66
66
  Requires-Dist: litellm (>=1.69.0,<1.70.0)
67
67
  Requires-Dist: matplotlib (>=3.7,<3.8)
@@ -138,7 +138,7 @@ Requires-Dist: tensorflow_hub (>=0.13.0,<0.14.0)
138
138
  Requires-Dist: terminaltables (>=3.1.10,<3.2.0)
139
139
  Requires-Dist: tiktoken (>=0.7.0,<0.8.0)
140
140
  Requires-Dist: tqdm (>=4.66.2,<5.0.0)
141
- Requires-Dist: transformers (>=4.36.2,<4.37.0) ; extra == "transformers" or extra == "full"
141
+ Requires-Dist: transformers (>=4.38.2,<4.39.0) ; extra == "transformers" or extra == "full"
142
142
  Requires-Dist: twilio (>=8.4,<8.5)
143
143
  Requires-Dist: types-protobuf (==4.25.0.20240417)
144
144
  Requires-Dist: typing-extensions (>=4.7.1,<5.0.0)
@@ -291,7 +291,7 @@ rasa/core/channels/voice_stream/tts/tts_cache.py,sha256=K4S2d8zWX2h2ylYALp7IdqFS
291
291
  rasa/core/channels/voice_stream/tts/tts_engine.py,sha256=JMCWGHxT8QiqKoBeI6F4RX_-Q9EEqG3vUtkgOUnlt-w,1812
292
292
  rasa/core/channels/voice_stream/twilio_media_streams.py,sha256=cM09rwGpbyFD9lCfmWBjHE1XS-F4ufpSbvwJACHpVmI,9094
293
293
  rasa/core/channels/voice_stream/util.py,sha256=d0Tl0tGAnVj3SgGovsUMHx-QL44nrPI29OTYKYleH0U,1987
294
- rasa/core/channels/voice_stream/voice_channel.py,sha256=Eid_leQr2hHyE9EVTD19iQrO2cuYtPkeXI97jFDQWfk,19914
294
+ rasa/core/channels/voice_stream/voice_channel.py,sha256=sR23RYw2czPoDzM__2WfnDqHPIVkVoWesuz7OVqKylI,20046
295
295
  rasa/core/channels/webexteams.py,sha256=z_o_jnc6B7hsHpd6XorImFkF43wB4yx_kiTPKAjPSuo,4805
296
296
  rasa/core/concurrent_lock_store.py,sha256=ycd-aeJJWXIokMRimCdQFHdwuMfl512hZSUHE8oSd2c,7722
297
297
  rasa/core/constants.py,sha256=dEokmEf6XkOFA_xpuwjqwNtlZv-a5Tz5dLMRc7Vu4CU,4070
@@ -822,9 +822,9 @@ rasa/utils/train_utils.py,sha256=ClJx-6x3-h3Vt6mskacgkcCUJTMXjFPe3zAcy_DfmaU,212
822
822
  rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
823
823
  rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
824
824
  rasa/validator.py,sha256=524VlFTYK0B3iXYveVD6BDC3K0j1QfpzJ9O-TAWczmc,83166
825
- rasa/version.py,sha256=sWcVwljFO7WhVbgK0J2_FKAangbLK_IeQpVUDzJm86U,118
826
- rasa_pro-3.12.35.dist-info/METADATA,sha256=ztQPUxfXWp64HcQKD3ppcpX6CsSBy5523ELF5y1mmfY,10609
827
- rasa_pro-3.12.35.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
828
- rasa_pro-3.12.35.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
829
- rasa_pro-3.12.35.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
830
- rasa_pro-3.12.35.dist-info/RECORD,,
825
+ rasa/version.py,sha256=tmr_ddRnrU9GsEzLGKuphT2WjAOP2pKCv0ms_Ux3Jrw,118
826
+ rasa_pro-3.12.36.dist-info/METADATA,sha256=lKKWusnjMVx2_68FqtSPvsn2AxcMMeb7bi4XxIv5fUY,10609
827
+ rasa_pro-3.12.36.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
828
+ rasa_pro-3.12.36.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
829
+ rasa_pro-3.12.36.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
830
+ rasa_pro-3.12.36.dist-info/RECORD,,