Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

async: update minimum python version and add httpx#259

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
susodapop merged 5 commits intoasyncfromasync-one
Oct 25, 2023

Conversation

@susodapop
Copy link
Contributor

@susodapopsusodapop commentedOct 25, 2023
edited
Loading

Description

On the path to implementing async/await we need to installhttpx as an extra dependency. The minimum Python version forhttpx is Python 3.8 so I bumped that as well, which was already planned in#207. To that end, this PR also reverts#208 which was a temporary fix until we dropped Python 3.7 support.

We'll use theasync staging branch for the PR's implementing this feature so as to keepmain clean.

Usage

For development:

poetry install --extras "async"

Once this is deployed to Pypi:

pip install databricks-sql-connector[async]

Related Tickets and Documents

#176
PECO-1143

Jesse Whitehouse added4 commitsOctober 25, 2023 11:41
Closes#207Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
dev install with `poetry install --extras "async"`when deployed to pip this will be installable with`pip install databricks-sql-connector[async]`Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
…#208)"This reverts commita072574.Now that we've dropped 3.7 support, we don't need this conditional anymoreSigned-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
@susodapopsusodapop merged commit8d85fa8 intoasyncOct 25, 2023
@susodapopsusodapop deleted the async-one branchOctober 25, 2023 16:47
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@benc-dbbenc-dbbenc-db approved these changes

@arikfrarikfrAwaiting requested review from arikfr

@yunbodeng-dbyunbodeng-dbAwaiting requested review from yunbodeng-dbyunbodeng-db is a code owner

@andrefurlan-dbandrefurlan-dbAwaiting requested review from andrefurlan-dbandrefurlan-db is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@susodapop@benc-db

[8]ページ先頭

©2009-2025 Movatter.jp