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

Appearance settings

Downgrade dependency for pg8000 #4914

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

Merged
merged 2 commits into from
Oct 28, 2020
Merged

Downgrade dependency for pg8000 #4914

merged 2 commits into from
Oct 28, 2020

Conversation

averikitsch
Copy link
Contributor

Description

Fixes #4854

Note: It's a good idea to open an issue first for discussion.

Checklist

@averikitsch averikitsch requested a review from a team as a code owner October 27, 2020 23:22
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 27, 2020
Copy link
Contributor

@busunkim96 busunkim96 left a comment

Choose a reason for hiding this comment

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

Are we seeing this issue tlocke/pg8000#53?

@@ -1,4 +1,4 @@
Flask==1.1.2
SQLAlchemy==1.3.20
pg8000==1.16.6
pg8000==1.16.5
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a comment here that we shouldn't update this past 1.16.6 until this issue is resolved? tlocke/pg8000@3a2e743#commitcomment-43174891

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Oct 28, 2020
@averikitsch averikitsch added the automerge Merge the pull request once unit tests and other checks pass. label Oct 28, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit adf7517 into master Oct 28, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the sql-fix branch October 28, 2020 16:18
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 28, 2020
craiglabenz pushed a commit that referenced this pull request Nov 2, 2020
## Description

Fixes #4854

Note: It's a good idea to open an issue first for discussion.

## Checklist
- [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md)
- [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file)
- [ ] **Tests** pass:   `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
- [ ] **Lint** pass:   `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
- [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones)
- [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones)
- [ ] Please **merge** this PR for me once it is approved.
- [ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/.github/CODEOWNERS) with the codeowners for this sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"TypeError: expected bytes, str found" in SQL Alchemy engine
4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.