We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e7369 commit 03fd34cCopy full SHA for 03fd34c
pyproject.toml
@@ -3,12 +3,12 @@ requires = ["setuptools>=61.2", "wheel"]
3
4
[project]
5
name = "polyapi-python"
6
-version = "0.3.2.dev0"
+version = "0.3.2.dev1"
7
description = "The Python Client for PolyAPI, the IPaaS by Developers for Developers"
8
authors = [{ name = "Dan Fellin", email = "dan@polyapi.io" }]
9
dependencies = [
10
"requests==2.31.0",
11
- "typing_extensions==4.10.0",
+ "typing_extensions>=4.10.0",
12
"jsonschema-gentypes==2.6.0",
13
"pydantic==2.6.4",
14
"stdlib_list==0.10.0",
0 commit comments