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

allow httpx 0.27 #1594

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

allow httpx 0.27 #1594

wants to merge 3 commits into from

Conversation

ex0ns
Copy link
Contributor

@ex0ns ex0ns commented Jan 8, 2025

Description

A lot of the libraries in the python ecosystem are still locked on 0.27, creating all kind of dependency conflicts. As far as I could tell by overriding the version locally, there should not be any reason for GraphRAG to require httpx version 0.28.

I was wondering if it would be possible to make the requirements of httpx less strict for GraphRAG

Proposed Changes

Allow version 0.27.X and 0.28.X version of httpx.

Checklist

  • I have tested these changes locally.
  • I have reviewed the code changes.

Additional Notes

I ran poetry run poe test_unit but did not ran the integration or smoke tests because of the requirement for a OPENAI_API_KEY and GRAPHRAG_API_KEY.

@ex0ns ex0ns requested review from a team as code owners January 8, 2025 19:01
@ex0ns
Copy link
Contributor Author

ex0ns commented Jan 8, 2025

@microsoft-github-policy-service agree

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.

1 participant