Skip to content

Commit 0026216

Browse files
authored
Update pydantic version to work with Python 3.13 (#54)
1 parent 391871a commit 0026216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ requires = ["setuptools>=61.2", "wheel"]
33

44
[project]
55
name = "polyapi-python"
6-
version = "0.3.8.dev2"
6+
version = "0.3.8.dev3"
77
description = "The Python Client for PolyAPI, the IPaaS by Developers for Developers"
88
authors = [{ name = "Dan Fellin", email = "[email protected]" }]
99
dependencies = [
1010
"requests>=2.32.3",
1111
"typing_extensions>=4.12.2",
1212
"jsonschema-gentypes==2.6.0",
13-
"pydantic>=2.6.4",
13+
"pydantic>=2.8.0",
1414
"stdlib_list==0.10.0",
1515
"colorama==0.4.4",
1616
"python-socketio[asyncio_client]==5.11.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests>=2.32.3
22
typing_extensions>=4.10.0
33
jsonschema-gentypes==2.10.0
4-
pydantic==2.6.4
4+
pydantic>=2.8.0
55
stdlib_list==0.10.0
66
colorama==0.4.4
77
python-socketio[asyncio_client]==5.11.1

0 commit comments

Comments
 (0)