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

Upgrades mandatory dependencies for Python 3.10 support #11742

Merged
merged 25 commits into from Nov 14, 2022

Conversation

ancalita
Copy link
Member

@ancalita ancalita commented Nov 7, 2022

Proposed changes:

  • Implements ATO-527
  • Replaces slackclient dependency with rebranded slack-sdk and upgrades to 3.x using this migration guide
  • Updated Poetry version used in the CI to latest version (1.2.2) & updated poetry installer and poetry path in base poetry Dockerfile.
  • Updated pinned pip in Dockerfiles.
  • Updated docs with new poetry installer.
  • Updated:
    • typing-extensions
    • pytest-asyncio (fixed ScopeMismatch and RuntimeError Event loop is closed issues after upgrading to any version >= 0.15.0)
    • pytest-xdist
    • colorhash
    • dask to add 3.10 support
  • Removed types-pkg-resources deprecated dependency (included now in types-setuptools)

Status (please check what you already did):

  • added some tests for the functionality
  • updated the documentation
  • updated the changelog (please check changelog for instructions)
  • reformat files using black (please check Readme for instructions)

@ancalita ancalita changed the title Upgrades required depedencies for Python 3.10 support Upgrades mandatory dependencies for Python 3.10 support Nov 8, 2022
@ancalita ancalita marked this pull request as ready for review November 10, 2022 07:18
@ancalita ancalita requested a review from a team as a code owner November 10, 2022 07:18
@ancalita ancalita requested review from radovanZRasa and removed request for a team November 10, 2022 07:19
@ancalita ancalita requested a review from m-vdb November 14, 2022 12:21
Makefile Show resolved Hide resolved
Copy link
Collaborator

@m-vdb m-vdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎸

Makefile Show resolved Hide resolved
@github-actions
Copy link
Contributor

🚀 A preview of the docs have been deployed at the following URL: https://11742--rasahq-docs-rasa-v2.netlify.app/docs/rasa

@ancalita ancalita enabled auto-merge (squash) November 14, 2022 15:14
@ancalita ancalita merged commit bc4530b into main Nov 14, 2022
@ancalita ancalita deleted the ATO-527-upgrade-dependencies-for-3.10-support branch November 14, 2022 15:33
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.

None yet

2 participants