Skip to content

Commit

Permalink
Update poetry.lock; Remove dataclasses dependency
Browse files Browse the repository at this point in the history
- Dataclasses is no longer needed. It is a dependency needed only for Python < 3.7. Realtime, however requires Python >= 3.7, and so this dep isn't needed.
  - Already removed in realtime supabase/realtime-py#48
- Fixes supabase/supabase-py#33 (comment) This issue comes up when using this library in AWS Lambda with serverless framework plugin serverless-python-requirements and this lock file makes it hard to deploy to Lambda with environments Python >= 3.7.
  • Loading branch information
stealthdev88 committed Jan 27, 2023
1 parent 68e0db1 commit e684489
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions poetry.lock

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

0 comments on commit e684489

Please sign in to comment.