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

chore: Update many dependencies #279

Merged
merged 67 commits into from
Aug 19, 2021

Conversation

jimfulton
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Closes #276
Closes #270
Closes #269
Closes #268
Closes #264
🦕

renovate-bot and others added 30 commits August 17, 2021 18:50
jimfulton and others added 22 commits August 18, 2021 11:28
@jimfulton jimfulton requested review from a team as code owners August 18, 2021 21:05
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Aug 18, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 18, 2021
@@ -8,7 +8,7 @@ click==8.0.1
click-plugins==1.1.1
cligj==0.7.2
contextvars==2.4
dataclasses==0.6
dataclasses==0.6; python_version < '3.7'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Presumably we can use dataclasses 0.8 here, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We could, but since it's included in Python, why bother?

That's what I took from your comment on #264:

"No distribution found" -- Maybe this needs to be excluded from versions where the backport is not needed?

@jimfulton jimfulton merged commit e323adf into googleapis:master Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants