Skip to content

Commit afe502d

Browse files
committed
Release v1.37.3.
1 parent cb07ab1 commit afe502d

3 files changed

Lines changed: 15 additions & 73 deletions

File tree

paraclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = "1.37.2"
2+
__version__ = "1.37.3"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "uv_build"
44

55
[project]
66
name = "paraclient"
7-
version = "1.37.2"
7+
version = "1.37.3"
88
description = "Python client for Para"
99
readme = { file = "README.md", content-type = "text/markdown" }
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
authors = [
1212
{ name = "Alexander Bogdanovski", email = "alex@erudika.com" },
1313
]
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: Implementation :: CPython",
2121
]
2222
dependencies = [
23-
"requests>=2.32.5",
23+
"requests>=2.33.1",
2424
"aws-requests-auth==0.4.3",
2525
"urllib3>=2.6.3",
2626
]

uv.lock

Lines changed: 11 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)