-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: mainline
Are you sure you want to change the base?
Conversation
"pydantic>=2.0.0", | ||
"typing-extensions>=4.5.0", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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.
There was a problem hiding this 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", |
There was a problem hiding this comment.
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?
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)
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Other information: