Skip to content

Commit

Permalink
update README.md (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
makridenko committed Apr 22, 2024
1 parent 248701e commit 92293cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Supadantic is a small Python library that allows you to manage [Supabase](supabase.com) tables through [Pydantic](https://github.com/pydantic/pydantic) models. It is very convenient to use in projects based on [FastAPI](https://github.com/tiangolo/fastapi), [Flask](https://github.com/pallets/flask), and so on.


## Important information
Supadantic may not have backward compatibility until version `0.1.0`. This is because the library is still experimental and is being used in several of my other projects, where requirements are still being finalized.


## Installation

Install using `pip install -U pydantic`.
Expand Down

0 comments on commit 92293cc

Please sign in to comment.