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

Fix conflict with standard library for typing dependency #423

Merged
merged 2 commits into from May 21, 2019

Conversation

fernando-mc
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Fix #422
Need Doc update no

Describe your change

I've changed the typing requirement to only be installed if the python version is less than 3.5. This is because typing is included in the standard library for 3.5 and above. You can read more here https://docs.python.org/3/library/typing.html and in issue #422

What problem is this fixing?

The issue described in #422

Copy link
Contributor

@nunomaduro nunomaduro left a comment

Choose a reason for hiding this comment

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

@fernando-mc
Copy link
Contributor Author

@nunomaduro You're correct. I've updated that too, though I'm not familiar with how the .cfg is parsed and if, for example, any escaping is required on the quotations.

@fernando-mc
Copy link
Contributor Author

@nunomaduro let me know if you think this needs additional changes.

@nunomaduro
Copy link
Contributor

@fernando-mc Thanks! This can wait until Monday?

@fernando-mc
Copy link
Contributor Author

@nunomaduro sure! No reason to deploy on a Friday 😉

I have a workaround for the moment.

@fernando-mc fernando-mc reopened this May 17, 2019
@treychadwell
Copy link

Thanks so much for making this PR @fernando-mc! We just ran into the same issue.

@nunomaduro nunomaduro merged commit 839ed8f into algolia:master May 21, 2019
@nunomaduro
Copy link
Contributor

Thank you for this! Great contribution!

shortcuts added a commit that referenced this pull request Nov 24, 2023
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.

Algolia search depends on typing which is in Python3.7 standard library
3 participants