rasa-sdk 3.15.0.dev1__tar.gz → 3.15.2__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.
Files changed (36) hide show
  1. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/PKG-INFO +3 -3
  2. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/README.md +1 -1
  3. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/pyproject.toml +3 -3
  4. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/interfaces.py +1 -1
  5. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/version.py +1 -1
  6. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/LICENSE.txt +0 -0
  7. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/__init__.py +0 -0
  8. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/__main__.py +0 -0
  9. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/cli/__init__.py +0 -0
  10. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/cli/arguments.py +0 -0
  11. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/constants.py +0 -0
  12. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/endpoint.py +0 -0
  13. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/events.py +0 -0
  14. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/exceptions.py +0 -0
  15. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/executor.py +0 -0
  16. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/forms.py +0 -0
  17. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/grpc_errors.py +0 -0
  18. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/grpc_py/__init__.py +0 -0
  19. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/grpc_py/action_webhook_pb2.py +0 -0
  20. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/grpc_py/action_webhook_pb2.pyi +0 -0
  21. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/grpc_py/action_webhook_pb2_grpc.py +0 -0
  22. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/grpc_server.py +0 -0
  23. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/knowledge_base/__init__.py +0 -0
  24. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/knowledge_base/actions.py +0 -0
  25. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/knowledge_base/storage.py +0 -0
  26. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/knowledge_base/utils.py +0 -0
  27. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/plugin.py +0 -0
  28. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/slots.py +0 -0
  29. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/tracing/config.py +0 -0
  30. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/tracing/endpoints.py +0 -0
  31. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/tracing/instrumentation/attribute_extractors.py +0 -0
  32. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/tracing/instrumentation/instrumentation.py +0 -0
  33. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/tracing/tracer_register.py +0 -0
  34. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/tracing/utils.py +0 -0
  35. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/types.py +0 -0
  36. {rasa_sdk-3.15.0.dev1 → rasa_sdk-3.15.2}/rasa_sdk/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rasa-sdk
3
- Version: 3.15.0.dev1
3
+ Version: 3.15.2
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
@@ -32,7 +32,7 @@ Requires-Dist: pydantic (>=2.6.4,<3.0.0)
32
32
  Requires-Dist: ruamel.yaml (>=0.16.5,<0.18.0)
33
33
  Requires-Dist: sanic (>=22.12,<23.0)
34
34
  Requires-Dist: typing-extensions (>=4.1.1,<5.0.0)
35
- Requires-Dist: websockets (>=10.0,<12.0)
35
+ Requires-Dist: websockets (>=10.0,<16)
36
36
  Project-URL: Documentation, https://rasa.com/docs
37
37
  Project-URL: Homepage, https://rasa.com
38
38
  Project-URL: Repository, https://github.com/rasahq/rasa-sdk
@@ -83,7 +83,7 @@ old `rasa_core_sdk` package:
83
83
  ## Usage
84
84
 
85
85
  Detailed instructions can be found in the Rasa Documentation about
86
- [Custom Actions](https://rasa.com/docs/rasa/core/actions).
86
+ [Custom Actions](https://rasa.com/docs/pro/build/custom-actions).
87
87
 
88
88
  ## Docker
89
89
 
@@ -43,7 +43,7 @@ old `rasa_core_sdk` package:
43
43
  ## Usage
44
44
 
45
45
  Detailed instructions can be found in the Rasa Documentation about
46
- [Custom Actions](https://rasa.com/docs/rasa/core/actions).
46
+ [Custom Actions](https://rasa.com/docs/pro/build/custom-actions).
47
47
 
48
48
  ## Docker
49
49
 
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "rasa-sdk"
7
- version = "3.15.0.dev1"
7
+ version = "3.15.2"
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>",]
@@ -76,7 +76,7 @@ sanic = "^22.12"
76
76
  typing-extensions = ">=4.1.1,<5.0.0"
77
77
  Sanic-Cors = "^2.0.0"
78
78
  "ruamel.yaml" = ">=0.16.5,<0.18.0"
79
- websockets = ">=10.0,<12.0"
79
+ websockets = ">=10.0,<16"
80
80
  pluggy = "^1.0.0"
81
81
  pydantic = "^2.6.4"
82
82
  grpcio-health-checking = "~1.59.3"
@@ -102,7 +102,7 @@ asyncio_mode = "auto"
102
102
  convention = "google"
103
103
 
104
104
  [tool.poetry.group.dev.dependencies]
105
- pytest-cov = "^4.1.0"
105
+ pytest-cov = "~5.0.0"
106
106
  coveralls = "^3.0.1"
107
107
  pytest = "^7.4.0"
108
108
  questionary = ">=1.5.1,<2.1.0"
@@ -406,7 +406,7 @@ class ActionMissingDomainException(Exception):
406
406
  message
407
407
  or "Missing domain context, assistant will retry the request and include "
408
408
  "the domain in the request payload. For more information please see "
409
- "https://rasa.com/docs/rasa-pro/action-server/"
409
+ "https://rasa.com/docs/action-server/"
410
410
  )
411
411
 
412
412
  def __str__(self) -> Text:
@@ -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.15.0.dev1"
3
+ __version__ = "3.15.2"
File without changes