Skip to content

Commit 03fd34c

Browse files
committed
update dependency in one more place
1 parent 57e7369 commit 03fd34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ requires = ["setuptools>=61.2", "wheel"]
33

44
[project]
55
name = "polyapi-python"
6-
version = "0.3.2.dev0"
6+
version = "0.3.2.dev1"
77
description = "The Python Client for PolyAPI, the IPaaS by Developers for Developers"
88
authors = [{ name = "Dan Fellin", email = "dan@polyapi.io" }]
99
dependencies = [
1010
"requests==2.31.0",
11-
"typing_extensions==4.10.0",
11+
"typing_extensions>=4.10.0",
1212
"jsonschema-gentypes==2.6.0",
1313
"pydantic==2.6.4",
1414
"stdlib_list==0.10.0",

0 commit comments

Comments
 (0)