Skip to content

Conversation

YouNeedCryDear
Copy link
Member

add aiohttp back as it is required by ds model deployment

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 29, 2025
@streamnsight
Copy link
Member

does it prevent the package from loading? or is it only necessary when using the DS deployment? If the later we should make this an optional dependency

pydantic = ">=2,<3"
# aiohttp = ">=3.12.14"
aiohttp = ">=3.12.14"

Copy link
Member

Choose a reason for hiding this comment

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

does it prevent the package from loading? or is it only necessary when using the DS deployment? If the later we should make this an optional dependency

Copy link
Member

Choose a reason for hiding this comment

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

Making aiohttp required or optional here will likely have little impact since aiohttp is a dependency of LangChain.

Copy link
Member

Choose a reason for hiding this comment

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

@qiuosier Then we should remove it to avoid having version conflicts

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

I think the easiest way to move forward is to keep aiohttp. This is unlikely to cause version conflicts.

@YouNeedCryDear YouNeedCryDear merged commit 8d7da8a into main Sep 2, 2025
1 check passed
@YouNeedCryDear YouNeedCryDear deleted the fix/aio-http-dep branch September 2, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants