Skip to content

Commit

Permalink
Update httpx version in dependencies (#496)
Browse files Browse the repository at this point in the history
# Description

The version was too strict
  • Loading branch information
jakubno authored Dec 6, 2024
2 parents 7881b52 + 7999815 commit 101bea5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-ducks-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@e2b/python-sdk': patch
---

Fix httpx dependency
4 changes: 2 additions & 2 deletions packages/python-sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "^3.8"
python-dateutil = ">=2.8.2"
protobuf = ">=3.20.0, <6.0.0"
httpcore = "^1.0.5"
httpx = "^0.27.0"
httpx = ">=0.27.0, <1.0.0"
attrs = ">=23.2.0"
packaging = ">=24.1"
typing-extensions = ">=4.1.0"
Expand Down

0 comments on commit 101bea5

Please sign in to comment.