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

Unpin urllib3 (remove upper bound) to allow 2.x version to be used #265

Open
wants to merge 2 commits into
base: mainline
Choose a base branch
from

Conversation

papa99do
Copy link
Collaborator

@papa99do papa99do commented Nov 22, 2024

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Dependency versioning

  • What is the current behavior? (You can also link to an open issue here)

  • urllib3 are pinned to 1.26.x version
  • What is the new behavior (if this is a feature change)?
  • urllib3 are only pinned to >=1.26.0 version
  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:

"pydantic>=2.0.0",
"typing-extensions>=4.5.0",
Copy link
Collaborator Author

@papa99do papa99do Nov 22, 2024

Choose a reason for hiding this comment

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

this dep is only introduced to use @deprecated annotation. Since we do not need this dep now, I removed this restraint.

"packaging"
],
tests_require=[
"pytest",
Copy link
Collaborator Author

@papa99do papa99do Nov 22, 2024

Choose a reason for hiding this comment

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

pytest is installed by tox. Since we use tox to run tests, this section in setup.py is not used any more.

Copy link
Collaborator

@wanliAlex wanliAlex left a comment

Choose a reason for hiding this comment

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

LGTM

"packaging"
],
tests_require=[
"pytest",
"tox"
],
name="marqo",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you want to upgrade the version here to publish it to Pypi?

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