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

DM-26175: Require fastavro<0.24 for pip installations #22

Merged
merged 1 commit into from Jul 31, 2020

Conversation

spenczar
Copy link
Contributor

This is one part of DM-26175, it's not the whole story.

fastavro v0.24 removes the SCHEMA_DEFS global variable. This was
always part of a private API, so we shouldn't really have been messing
with it, but that removal breaks alert_packet. A future revision
should remove any references to SCHEMA_DEFS.

See also: fastavro/fastavro#451
@spenczar spenczar requested a review from jdswinbank July 31, 2020 15:28
Copy link
Contributor

@jdswinbank jdswinbank left a comment

Choose a reason for hiding this comment

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

Thanks!

You say this isn't the full story — are you planning to actually remove SCHEMA_DEFS on this ticket, or will you just lock down the versions here and do that work another time?

@spenczar
Copy link
Contributor Author

Oh, I just plan to lock down versions for now; adopting v0.24 might take some thinking. I thought the rest of the story would be fixing the dependency pinning for stack builds. We can talk about that more on the Jira ticket, I think.

@spenczar spenczar merged commit 8277e36 into master Jul 31, 2020
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.

None yet

2 participants