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

Bump sqlalchemy dependency #7000

Merged
merged 2 commits into from
Mar 12, 2019
Merged

Conversation

mistercrunch
Copy link
Member

Related to #6977

@codecov-io
Copy link

codecov-io commented Mar 8, 2019

Codecov Report

Merging #7000 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7000   +/-   ##
=======================================
  Coverage   64.46%   64.46%           
=======================================
  Files         421      421           
  Lines       20521    20521           
  Branches     2245     2245           
=======================================
  Hits        13229    13229           
  Misses       7165     7165           
  Partials      127      127

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83b48a9...96f5e94. Read the comment docs.

setup.py Outdated
@@ -100,7 +100,7 @@ def get_git_sha():
'retry>=0.9.2',
'selenium>=3.141.0',
'simplejson>=3.15.0',
'sqlalchemy',
'sqlalchemy>=1.2.18, <2.0.0',
Copy link
Member

Choose a reason for hiding this comment

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

sqlalchemy==1.3.0 just came out and is having some teething problems. I would suggest restricting to <1.3.0 until those are sorted out, otherwise pip will pull in the 1.3 version.

@mistercrunch
Copy link
Member Author

Addressed the comments.

@mistercrunch mistercrunch merged commit d308c84 into apache:master Mar 12, 2019
@mistercrunch mistercrunch deleted the fix_join_postgres branch March 12, 2019 06:03
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0 labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants