Skip to content

Rr 163 update dependencies#177

Open
ryanraaschCDC wants to merge 2 commits intomainfrom
rr-163-update-dependencies
Open

Rr 163 update dependencies#177
ryanraaschCDC wants to merge 2 commits intomainfrom
rr-163-update-dependencies

Conversation

@ryanraaschCDC
Copy link
Copy Markdown
Collaborator

No description provided.

@ryanraaschCDC ryanraaschCDC requested a review from Copilot May 8, 2026 02:19
@ryanraaschCDC ryanraaschCDC linked an issue May 8, 2026 that may be closed by this pull request
@ryanraaschCDC ryanraaschCDC self-assigned this May 8, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the project’s Python dependency specifiers in pyproject.toml, primarily by loosening version constraints so installs can pick newer releases over time.

Changes:

  • Removed most dependency upper bounds (<...) while keeping a couple of explicit caps for known breaking changes.
  • Added an inline comment documenting the azure-mgmt-batch v19 breaking-change constraint.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pyproject.toml
Comment on lines +11 to +15
"tomli>=2.2.1",
"tqdm>=4.67.1",
"pandas>=2.3.2",
"polars>=1.33.1",
"azure-core>=1.35.1",
Comment thread pyproject.toml
"pandas>=2.3.2",
"polars>=1.33.1",
"azure-core>=1.35.1",
"azure-mgmt-batch>=18.0.0,<19.0.0", #version 19 introduces breaking changes.
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.

update dependencies

3 participants