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(api): depend on packaging #15300

Merged

Conversation

sfoster1
Copy link
Member

We recently added an explicit runtime dependency on packaging but didn't add it to our deps. Add it now.

Picked 22.0 as the version to depend on because it introduced type stubs.

Closes RDEVOPS-98

@sfoster1 sfoster1 requested a review from a team as a code owner May 31, 2024 15:50
Copy link
Contributor

@SyntaxColoring SyntaxColoring left a comment

Choose a reason for hiding this comment

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

Do we also need an == pin for packaging in Pipfile matching what's installed on robots, to match how we do pydantic etc.?

@sfoster1
Copy link
Member Author

sfoster1 commented Jun 3, 2024

Do we also need an == pin for packaging in Pipfile matching what's installed on robots, to match how we do pydantic etc.?

very good point, updated to include it

@sfoster1 sfoster1 changed the base branch from edge to chore_internal-release-1.5.1 June 3, 2024 21:34
@sfoster1 sfoster1 requested review from a team as code owners June 3, 2024 21:34
@sfoster1 sfoster1 requested review from b-cooper and removed request for a team June 3, 2024 21:34
sfoster1 added 3 commits June 3, 2024 17:36
We recently added an explicit runtime dependency on packaging but didn't
add it to our deps. Add it now.

Picked 22.0 as the version to depend on because it introduced type
stubs.

Closes RDEVOPS-98
@sfoster1 sfoster1 force-pushed the rdevops-98-mark-packaging-as-dep branch from 007576d to 12a491a Compare June 3, 2024 21:57
Copy link
Contributor

@SyntaxColoring SyntaxColoring left a comment

Choose a reason for hiding this comment

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

📦

@sfoster1 sfoster1 merged commit 085c140 into chore_internal-release-1.5.1 Jun 4, 2024
20 checks passed
@sfoster1 sfoster1 deleted the rdevops-98-mark-packaging-as-dep branch June 4, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants