SERVER-117053: PyKMIP library incompatible with Python 3.13 (#46297)

GitOrigin-RevId: 12dfa849db9740e674863765cf3b2445591cd5d5
This commit is contained in:
Nick Jefferies 2026-01-20 10:11:33 -05:00 committed by MongoDB Bot
parent 6f62bfc9f6
commit 9aa5db3d75
2 changed files with 13 additions and 8 deletions

19
poetry.lock generated
View File

@ -3253,16 +3253,15 @@ docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"]
tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pykmip"
version = "0.10.0"
name = "PyKMIP"
version = "0.11.0.dev1"
description = "KMIP library"
optional = false
python-versions = "*"
python-versions = ">= 3.8"
groups = ["testing"]
markers = "platform_machine != \"s390x\" and platform_machine != \"ppc64le\" or platform_machine == \"s390x\" or platform_machine == \"ppc64le\""
files = [
{file = "PyKMIP-0.10.0.tar.gz", hash = "sha256:bb6ff310bba8b1130ffe675347f668f7234d022ba3d51edea5ea7e2ea9523897"},
]
files = []
develop = false
[package.dependencies]
cryptography = "*"
@ -3271,6 +3270,12 @@ requests = "*"
six = "*"
sqlalchemy = "*"
[package.source]
type = "git"
url = "https://github.com/mongodb-forks/PyKMIP.git"
reference = "c48cb01635819e478b573e3245ef840a11d78865"
resolved_reference = "c48cb01635819e478b573e3245ef840a11d78865"
[[package]]
name = "pymongo"
version = "4.12.0"
@ -5850,4 +5855,4 @@ libdeps = ["cxxfilt", "eventlet", "flask", "flask-cors", "gevent", "lxml", "prog
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<4.0"
content-hash = "a6c93bc106ebcdcda189b2b4f307fee178b888aea15df83525eeeb255ba78300"
content-hash = "e49289dec8b835ef0ea7669f80b251da77afc4d70bd6fbd8ee4d6a2b0f04677e"

View File

@ -143,7 +143,7 @@ cryptography = "^44.0.2"
[tool.poetry.group.testing.dependencies]
curatorbin = "^1.2.4"
PyKMIP = "0.10.0"
PyKMIP = {git = "https://github.com/mongodb-forks/PyKMIP.git", rev = "c48cb01635819e478b573e3245ef840a11d78865"}
kafka-python = "^2.0.2"
avro-python3 = "^1.10.2"
evergreen-py = ">=3.13.0,<3.14.0"