Skip to content

Commit

Permalink
Add missing dependency in Python SDK (#479)
Browse files Browse the repository at this point in the history
Add missing `typing-extensions` dependency in the Core Python SDK.
  • Loading branch information
jakubno authored Nov 24, 2024
2 parents 2b51e88 + eff5ff5 commit 54e8c7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-hairs-jam.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/quiet-beers-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@e2b/python-sdk': patch
---

Add missing 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.

1 change: 1 addition & 0 deletions packages/python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ httpcore = "^1.0.5"
httpx = "^0.27.0"
attrs = ">=23.2.0"
packaging = ">=24.1"
typing-extensions = ">=4.1.0"

[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
Expand Down

0 comments on commit 54e8c7f

Please sign in to comment.