We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899f75b commit a3164bdCopy full SHA for a3164bd
README.md
@@ -12,7 +12,7 @@ Status: **Unstable**
12
13
### Requirements
14
15
-- Python >= 3.7
+- Python >= 3.6
16
- PostgreSQL >= 12
17
- PostgREST >= 7
18
pyproject.toml
@@ -8,7 +8,7 @@ readme = "README.md"
8
repository = "https://github.com/supabase/postgrest-py"
9
10
[tool.poetry.dependencies]
11
-python = "^3.7"
+python = "^3.6"
httpx = "^0.16.1"
deprecation = "^2.1.0"
0 commit comments