mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
chore(python-client): update minimal python version (#738)
This commit is contained in:
committed by
GitHub
parent
467ff105db
commit
b46d0ff11d
@@ -15,7 +15,7 @@ packages = [
|
||||
include = ["wmill/py.typed"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
python = "^3.10"
|
||||
windmill-api = "^1.38.1"
|
||||
|
||||
[build-system]
|
||||
|
||||
@@ -15,7 +15,7 @@ packages = [
|
||||
include = ["wmill_pg/py.typed"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
python = "^3.10"
|
||||
wmill = "^1.5.0"
|
||||
psycopg2-binary = "*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user