Skip to content

Commit c7c4f94

Browse files
Restricit valkey-glide install in py3.14
1 parent b151f15 commit c7c4f94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pydantic = { version = "^2.4.0", optional = true }
5252
pydantic-settings = {version = "^2.6.1", optional = true}
5353
boto3 = { version = "^1.34.32", optional = true }
5454
redis = { version = ">=4.4,<7.0", optional = true }
55-
valkey-glide = { version = ">=1.3.5,<3.0", optional = true }
55+
valkey-glide = { version = ">=1.3.5,<3.0", optional = true, python = "<3.14" }
5656
aws-encryption-sdk = { version = ">=3.1.1,<5.0.0", optional = true }
5757
jsonpath-ng = { version = "^1.6.0", optional = true }
5858
datadog-lambda = { version = ">=8.114.0,<9.0.0", optional = true }

0 commit comments

Comments
 (0)