SERVER-117053: PyKMIP library incompatible with Python 3.13 (#46297)
GitOrigin-RevId: 12dfa849db9740e674863765cf3b2445591cd5d5
This commit is contained in:
parent
6f62bfc9f6
commit
9aa5db3d75
19
poetry.lock
generated
19
poetry.lock
generated
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user