chore: aiohttp to 3.11.18 to drop the warning#81
Merged
Mini256 merged 1 commit intopingcap:mainfrom Jun 3, 2025
Merged
Conversation
Mini256
reviewed
Jun 3, 2025
pyproject.toml
Outdated
| "sqlmodel>=0.0.14", | ||
| "tidb-vector>=0.0.14", | ||
| "pymysql>=1.1.1", | ||
| "aiohttp==3.11.18", |
Member
There was a problem hiding this comment.
aiohttp is a dependency introduced by the optional dependency litellm, and we shouldn't fix its version in the required dependencies. Maybe we just need to update the uv.lock file
https://github.com/BerriAI/litellm/blob/d408814978b2064c44f65cf1e02c169360c32785/pyproject.toml#L31
Contributor
Author
There was a problem hiding this comment.
yes also found that, will take a try
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
b249f9d to
a88a9cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
3.11.14 has been yanked due to a regression. Upgrade to latest.
https://pypi.org/project/aiohttp/#history
aio-libs/aiohttp#10617