-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare release of version 3.0.5 #10706
Conversation
rasa-sdk = "^3.0.0" | ||
rasa-sdk = ">=3.0.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be a stupid question but why are we bumping sdk version? also, how/why was the poetry.lock
file modified? Asking this in case I'll need to do the same when I cut micro release next time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jupyterjazz, we're bumping it because of my recent work on aligning dependencies between rasa
and rasa-sdk
. Especially as we've updated Black, and there are new formatting rules, it's important to tie these changes to each other so that both project use the same formatting rules moving forward.
To update the poetry.lock
file I simply deleted it, then ran poetry install
to create a new one.
* correct transformer_size value if needed * improve checking and docstring * var name changed * domain_for_core_training_provider (#10437) * Update rasa/graph_components/providers/domain_for_core_training_provider.py Co-authored-by: Joe Juzl <joejuzl@gmail.com> * add integration test; add back enum (in constants.py); replace some text with const; ... * fix (is_predefined -> is_predefined_type) * add slot mappings import * fix validation * update domain provider name in schemata; replace str with enum * update classes in schemata as well... * fix (slot mapping spec needed for core training) Co-authored-by: Joe Juzl <joejuzl@gmail.com> * Update dependencies in 3.0 to align with rasa-sdk (#10667) * align dependencies * use black 21.7b0 * apply black and docstring reformatting * add changelog * prepare release of version 3.0.5 (#10706) * bump rasa-sdk Co-authored-by: jupyterjazz <s.sturua@rasa.com> Co-authored-by: Saba Sturua <45267439+jupyterjazz@users.noreply.github.com> Co-authored-by: Kathrin Bujna <kathrin.bujna@gmail.com> Co-authored-by: Joe Juzl <joejuzl@gmail.com> Co-authored-by: carlad <carlad@users.noreply.github.com>
* prepared release of version 3.0.5 * bump rasa-sdk
No description provided.