Skip to content

Commit

Permalink
chore: bump version of httpx package (#4094)
Browse files Browse the repository at this point in the history
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/)
  • Loading branch information
jarey-ds authored Oct 31, 2023
1 parent e77ca86 commit dab25a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authors = [{ name = "argilla", email = "[email protected]" }]
maintainers = [{ name = "argilla", email = "[email protected]" }]
dependencies = [
# Client
"httpx >= 0.15,< 0.24",
"httpx >= 0.15,<= 0.25",
"deprecated ~= 1.2.0",
"packaging >= 20.0",
# pandas -> For data loading
Expand Down

0 comments on commit dab25a9

Please sign in to comment.