From dab25a9f801c2781742d693adeaa34cbbb43d9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20=C3=81ngel=20Rey=20Li=C3=B1ares?= <97747383+jarey-ds@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:09:40 +0100 Subject: [PATCH] chore: bump version of httpx package (#4094) bump version of httpx package allowing newer versions to be used. **Type of change** - [X ] Improvement (change adding some improvement to an existing functionality) **Checklist** - [ ] I added relevant documentation - [ ] follows the style guidelines of this project - [ ] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [X] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK) (see text above) - [ ] I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 172a55e2c6..579eb124e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ authors = [{ name = "argilla", email = "contact@argilla.io" }] maintainers = [{ name = "argilla", email = "contact@argilla.io" }] dependencies = [ # Client - "httpx >= 0.15,< 0.24", + "httpx >= 0.15,<= 0.25", "deprecated ~= 1.2.0", "packaging >= 20.0", # pandas -> For data loading