Skip to content

Commit ce5f56a

Browse files
committed
Release v1.37.2.
1 parent 2e26295 commit ce5f56a

3 files changed

Lines changed: 7 additions & 7 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.1"
2+
__version__ = "1.37.2"

pyproject.toml

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

55
[project]
66
name = "paraclient"
7-
version = "1.37.1"
7+
version = "1.37.2"
88
description = "Python client for Para"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.9"
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
2323
"requests>=2.32.5",
2424
"aws-requests-auth==0.4.3",
25-
"urllib3>=2.6.2",
25+
"urllib3>=2.6.3",
2626
]
2727

2828
[project.optional-dependencies]

uv.lock

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

0 commit comments

Comments
 (0)