-
Notifications
You must be signed in to change notification settings - Fork 13
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
Added support for pydantic v2 and fixed build issues, building packages with yaml files. #86
Added support for pydantic v2 and fixed build issues, building packages with yaml files. #86
Conversation
22aa0a6
to
946b54b
Compare
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
@varunmittal91 can you check the unittests on this one. I see an error |
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
7cc9c17
to
887a134
Compare
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
All done, also removed pkg_resource warning by moving to importlib. Python 3.8 will still need to use the old api. |
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
b6b72fd
to
bc21602
Compare
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
…dev. Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
01f417b
to
00d6990
Compare
…es with yaml files. (#86) Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
This pull request resolves compatibility issues with focus-converter.
Also the python package built did not include yaml due to them being soft-links. This changes soft-linked files to hard links.