-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error with from __future__ import annotations
#43
Comments
from __future__ import annotations
from __future__ import annotations
@LEv145 Thank you for your report. PEP 563 (and its backport You can find an attempt to support the change the this branch: pip install --upgrade git+https://github.com/zifeo/dataconf.git@annotations
poetry add git+https://github.com/zifeo/dataconf.git@annotations However as this change has been delayed (3.10), is still a bit buggy (see Python bug tracker) and does not offer (yet?) an elegant way around, I will wait until more info and stability are available. The final fix will likely be somehow different. |
Dataconf 2.0.0 has been back-ported to support branch. |
This is broken again on 2.2.1, unfortunately. (Python 3.11, MacOS). |
@dargueta-copilotiq v2.2.2 has been backported, let me know if you find any issue |
Looks good to me. Thanks! |
Error:
The text was updated successfully, but these errors were encountered: