You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ It combines SQLAlchemy and Pydantic and tries to simplify the code you write as
50
50
51
51
## Requirements
52
52
53
-
A recent and currently supported version of Python (right now, <ahref="https://www.python.org/downloads/"class="external-link"target="_blank">Python supports versions 3.6 and above</a>).
53
+
A recent and currently supported <ahref="https://www.python.org/downloads/"class="external-link"target="_blank">version of Python Python</a>.
54
54
55
55
As **SQLModel** is based on **Pydantic** and **SQLAlchemy**, it requires them. They will be automatically installed when you install SQLModel.
Copy file name to clipboardExpand all lines: docs/features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Nevertheless, SQLModel is completely **independent** of FastAPI and can be used
12
12
13
13
## Just Modern Python
14
14
15
-
It's all based on standard <abbrtitle="Python currently supported versions, 3.6 and above.">modern **Python**</abbr> type annotations. No new syntax to learn. Just standard modern Python.
15
+
It's all based on standard <abbrtitle="Currently supported versions of Python">modern **Python**</abbr> type annotations. No new syntax to learn. Just standard modern Python.
16
16
17
17
If you need a 2 minute refresher of how to use Python types (even if you don't use SQLModel or FastAPI), check the FastAPI tutorial section: <ahref="https://fastapi.tiangolo.com/python-types/"class="external-link"target="_blank">Python types intro</a>.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ It combines SQLAlchemy and Pydantic and tries to simplify the code you write as
50
50
51
51
## Requirements
52
52
53
-
A recent and currently supported version of Python (right now, <ahref="https://www.python.org/downloads/"class="external-link"target="_blank">Python supports versions 3.6 and above</a>).
53
+
A recent and currently supported <ahref="https://www.python.org/downloads/"class="external-link"target="_blank">version of Python Python</a>.
54
54
55
55
As **SQLModel** is based on **Pydantic** and **SQLAlchemy**, it requires them. They will be automatically installed when you install SQLModel.
0 commit comments