Skip to content

feat: update dependency version constraints in pyproject.toml #1149

Merged
chakravarthik27 merged 1 commit intorelease/2.5.0from
update/pydantic-version-and-fix-the-issues
Dec 5, 2024
Merged

feat: update dependency version constraints in pyproject.toml #1149
chakravarthik27 merged 1 commit intorelease/2.5.0from
update/pydantic-version-and-fix-the-issues

Conversation

@chakravarthik27
Copy link
Copy Markdown
Collaborator

This pull request includes changes to the pyproject.toml file to update the version constraints for several dependencies. These updates ensure compatibility with a broader range of versions.

Dependency version updates:

  • Changed jsonlines version constraint from ^3.1.0 to >=3.1.0 to allow for newer versions.
  • Changed tqdm version constraint from ^4.65.0 to >=4.65.0 to allow for newer versions.
  • Changed click version constraint from ^8.1.7 to >=8.1.7 to allow for newer versions.
  • Changed openpyxl version constraint from ^3.1.5 to >=3.1.5 to allow for newer versions.
  • Changed tables version constraint from 3.8.0 to >=3.8.0 to allow for newer versions.
  • Changed pillow version constraint from ^11.0.0 to >=11.0.0 to allow for newer versions.

@chakravarthik27 chakravarthik27 self-assigned this Dec 5, 2024
@chakravarthik27 chakravarthik27 merged commit 0742714 into release/2.5.0 Dec 5, 2024
@chakravarthik27 chakravarthik27 linked an issue Dec 24, 2024 that may be closed by this pull request
@chakravarthik27 chakravarthik27 deleted the update/pydantic-version-and-fix-the-issues branch December 24, 2024 16:25
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 the Pydantic Version and fix the issues.

1 participant