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

Fix issues with SqlMagic (prettytable) and arrow dependency conflict (edited in Colab) #75

Merged
merged 5 commits into from
Nov 26, 2024

Conversation

ColinMaudry
Copy link
Member

Source @allakulov: Slack

Same PR as #74 but edited in Colab instead of locally.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@yolile
Copy link
Member

yolile commented Nov 22, 2024

@ColinMaudry I will resolve the reported lint issue here as it relates to something you haven't touched

@ColinMaudry
Copy link
Member Author

Thanks!

@jpmckinney
Copy link
Member

I fixed the lint on main.

@jpmckinney
Copy link
Member

I think part of this needs to be fixed in kingfisher-colab instead. Its tests are failing (probably due to a updated dependency causing issues).

@jpmckinney
Copy link
Member

Indeed, prettytable just needs to be frozen to 3.11.0 catherinedevlin/ipython-sql#252 https://github.com/prettytable/prettytable/releases/tag/3.12.0

ipython-sql doesn't interact with prettytable through its set_style API and instead reads from the module's __dict__, which is Very Bad.

@jpmckinney jpmckinney merged commit 0390eac into open-contracting:main Nov 26, 2024
4 checks passed
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.

3 participants