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(node, python): update versions support for Python & node.js, update python dependencies #1057

Merged
merged 12 commits into from
Aug 2, 2024

Conversation

AndriiAndreiev
Copy link
Collaborator

@AndriiAndreiev AndriiAndreiev commented Jul 31, 2024

🧰 Changes

  • enabled dependabot for Python dependencies
  • upgraded Python dependencies to their latest releases
  • added support of new version of Python (3.12) in workflow
  • dropped support for Python 3.7
  • add test support versions for Node.js in workflow (last LTS, current LTS, latest)

Closes #1047, #1049, and #1051

@AndriiAndreiev AndriiAndreiev changed the title Update versions chore(node, python): update versions support for Python & node.js, update python dependencies Jul 31, 2024
.github/dependabot.yml Show resolved Hide resolved
.github/workflows/nodejs.yml Outdated Show resolved Hide resolved
test/integrations/python/django.Dockerfile Outdated Show resolved Hide resolved
Copy link
Member

@gratcliff gratcliff left a comment

Choose a reason for hiding this comment

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

Great first PR! Thanks @AndriiAndreiev !

@erunion erunion added python Issues related to our Python SDK node Issues related to our Node SDK labels Aug 2, 2024
Copy link
Member

@erunion erunion left a comment

Choose a reason for hiding this comment

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

thanks for this!

@erunion erunion merged commit 9a25e82 into main Aug 2, 2024
46 checks passed
@erunion erunion deleted the update-versions branch August 2, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node Issues related to our Node SDK python Issues related to our Python SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support node v22
3 participants