Skip to content
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

Merged
merged 2 commits into from
Jan 19, 2022
Merged

prepare release of version 3.0.5 #10706

merged 2 commits into from
Jan 19, 2022

Conversation

carlad
Copy link
Contributor

@carlad carlad commented Jan 19, 2022

No description provided.

@carlad carlad requested a review from a team as a code owner January 19, 2022 15:40
@carlad carlad requested review from jupyterjazz and removed request for a team January 19, 2022 15:40
@carlad carlad requested a review from ancalita January 19, 2022 15:47
@carlad carlad enabled auto-merge (squash) January 19, 2022 15:54
rasa-sdk = "^3.0.0"
rasa-sdk = ">=3.0.3"
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@carlad carlad merged commit e6d07d9 into 3.0.x Jan 19, 2022
@carlad carlad deleted the prepare-release-3.0.5 branch January 19, 2022 16:48
carlad added a commit that referenced this pull request Jan 21, 2022
* 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>
carlad added a commit that referenced this pull request Jan 28, 2022
* prepared release of version 3.0.5

* bump rasa-sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants