-
Notifications
You must be signed in to change notification settings - Fork 28
flit_core requirement #93
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
Comments
Good question. @sethmlarson do you happen to remember? Otherwise I can look into this. |
|
We have build-time dependency conflict because our monorepo build structure is using a different version of flit_core (3+) which happens to be on the dependency graph when I try to build ecs-logging-python. |
I patched the version requirement to allow flit_core 3.x and it seems working fine so far. I'm using elasticsearch curator which depends on ecs-logging-python. |
As far as I can tell, flit_core 3.0 only had breaking changes that don't affect us. I don't see any problem with allowing 3.0+. Any objections @sethmlarson? |
Hi,
Is there a reason why ecs-logging-python cannot use flit_core 3.x?
I'm having trouble with depending on flit_core 2.x as it is conflicting with our packages.
Thanks
The text was updated successfully, but these errors were encountered: