Skip to content

Commit

Permalink
fix: re-add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jul 4, 2024
1 parent 296255e commit 5c24340
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hatchet_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import nest_asyncio

from hatchet_sdk.clients.rest.models.accept_invite_request import AcceptInviteRequest

# import models into sdk package
Expand Down
13 changes: 12 additions & 1 deletion 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pydantic = "^2.6.3"
python-dateutil = "^2.9.0.post0"
urllib3 = "^2.2.1"
aiostream = "^0.5.2"
nest-asyncio = "^1.6.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 5c24340

Please sign in to comment.