We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a follow up to #8971 and #8894 we should drop the python 3.8 specific behavior used here
haystack/haystack/utils/type_serialization.py
Line 125 in c4fafd9
This will help to simplify the code and will eventually be needed to tackle the typing library deprecation. E.g. https://stackoverflow.com/questions/66738753/python-typing-deprecation
typing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a follow up to #8971 and #8894 we should drop the python 3.8 specific behavior used here
haystack/haystack/utils/type_serialization.py
Line 125 in c4fafd9
This will help to simplify the code and will eventually be needed to tackle the
typing
library deprecation. E.g. https://stackoverflow.com/questions/66738753/python-typing-deprecationThe text was updated successfully, but these errors were encountered: