Skip to content

Commit b5f1810

Browse files
committed
pangea-sdk: raise minimum Python version to v3.9.2
1 parent c1a0569 commit b5f1810

File tree

5 files changed

+51
-41
lines changed

5 files changed

+51
-41
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
### Changed
2222

23+
- The minimum supported version of Python is now v3.9.2.
24+
- Updated cryptography to v44.0.2.
2325
- Redact: `score` in `RecognizerResult` is now a float.
2426

2527
### Removed

packages/pangea-django/.django-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.django-base:
2-
image: python:3.9@sha256:a847112640804ed2d03bb774d46bb1619bd37862fb2b7e48eebe425a168c153b
2+
image: python:3.9.20@sha256:ef79f8314118b7cde6910d35f4166c902e7f87f47086686256556b97d991a0fb
33
before_script:
44
- !reference [.setup, update-pip]
55
- !reference [.setup, update-poetry]

packages/pangea-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Pangea Python SDK
1010

11-
A Python SDK for integrating with Pangea services. Supports Python v3.9 and
11+
A Python SDK for integrating with Pangea services. Supports Python v3.9.2 and
1212
above.
1313

1414
## Installation

packages/pangea-sdk/poetry.lock

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

packages/pangea-sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ classifiers = [
1414
"Topic :: Software Development",
1515
"Topic :: Software Development :: Libraries",
1616
]
17-
requires-python = ">=3.9,<4.0.0"
17+
requires-python = ">=3.9.2,<4.0.0"
1818
dependencies = [
1919
"aiohttp (>=3.11.16,<4.0.0)",
20-
"cryptography (>=43.0.3,<44.0.0)",
20+
"cryptography (>=44.0.2,<44.0.3)",
2121
"deprecated (>=1.2.18,<2.0.0)",
2222
"google-crc32c (>=1.7.1,<2.0.0)",
2323
"pydantic (>=2.11.3,<3.0.0)",

0 commit comments

Comments
 (0)