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

Update pyairtable requirement from <2 to <3 #795

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Updates the requirements on pyairtable to permit the latest version.

Commits
  • 7011b75 Merge pull request #299 from mesozoic/release-2.1.0.post1
  • 356dfdc Release 2.1.0.post1
  • 913da8b Merge pull request #298 from mesozoic/docfix
  • b8782fe Fix docs typos; resolves #297
  • 1d4ecbd Merge pull request #296 from mesozoic/release-2.1.0
  • 59052cd Add support for Webhook.payloads(limit=n)
  • 7b3ff4a Docs typo: autoclass -> automethod
  • ac927e0 Remove unused pytest.mark.timeout
  • 83187a7 Bump version to 2.1.0
  • 6d8f7b1 Merge pull request #291 from mesozoic/webhooks
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Sep 1, 2023
@DhanshreeA
Copy link
Member

Ah this is an interesting issue. This only fails with Python 3.7 because pyairtable installation supports Python 3.8 and above (primarily because it uses syntax introduced with Python 3.8 and above, eg the 'walrus' operator :=)

We can choose to update pyairtable to 3 only for Python versions 3.8 and above. Patching this PR.

@miquelduranfrigola
Copy link
Member

Hello @DhanshreeA this is an interesting issue, indeed. Is this something the current poetry installation may help us deal with? In my opinion, it would be good to keep compatibility with Python 3.7 for now.

@DhanshreeA
Copy link
Member

Oh yes @miquelduranfrigola I made a change a while ago to dependabot's branch, slipped my mind to merge it back 😵‍💫 Will do it asap

dependabot bot and others added 2 commits October 11, 2023 13:47
Updates the requirements on [pyairtable](https://github.com/gtalarico/pyairtable) to permit the latest version.
- [Commits](gtalarico/pyairtable@0.2.0.dev1...2.1.0.post1)

---
updated-dependencies:
- dependency-name: pyairtable
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@DhanshreeA DhanshreeA force-pushed the dependabot/pip/pyairtable-lt-3 branch from ffed5a7 to 31c46a6 Compare October 11, 2023 08:18
@DhanshreeA DhanshreeA merged commit e5ef485 into master Oct 11, 2023
20 checks passed
@DhanshreeA DhanshreeA deleted the dependabot/pip/pyairtable-lt-3 branch October 11, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants