Skip to content

Commit

Permalink
feat: further type hinting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 4, 2025
1 parent 355c6eb commit 28bbcff
Show file tree
Hide file tree
Showing 162 changed files with 14,961 additions and 15,213 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.10
WORKDIR /app/tests
COPY . /app
RUN pip install -r test-requirements.txt
CMD ["sh", "-c", "pytest"]
1 change: 0 additions & 1 deletion VERSION.txt

This file was deleted.

3,080 changes: 758 additions & 2,322 deletions openfga_sdk/api/open_fga_api.py

Large diffs are not rendered by default.

Loading

0 comments on commit 28bbcff

Please sign in to comment.