Skip to content

Conversation

@mikhail
Copy link
Member

@mikhail mikhail commented Feb 5, 2026

Restrict httpx version to less than 1.0

Restrict httpx version to less than 1.0
@mikhail mikhail requested a review from a team as a code owner February 5, 2026 22:21
Copilot AI review requested due to automatic review settings February 5, 2026 22:21
@github-actions github-actions bot added the Evaluation Issues related to the client library for Azure AI Evaluation label Feb 5, 2026
@mikhail mikhail enabled auto-merge (squash) February 5, 2026 22:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds an upper bound version constraint to the httpx dependency to restrict it to versions below 1.0. The change is proactive, preventing potential compatibility issues when httpx releases its 1.0 version, which could introduce breaking changes following semantic versioning conventions.

Changes:

  • Updated httpx dependency constraint from httpx>=0.27.2 to httpx>=0.27.2,<1 in setup.py

@mikhail mikhail merged commit ebf32b0 into Azure:main Feb 6, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Evaluation Issues related to the client library for Azure AI Evaluation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants