We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08fdba4 + c19603c commit 2610f46Copy full SHA for 2610f46
2 files changed
pyproject.toml
@@ -15,8 +15,8 @@ requires-python = ">=3.12"
15
license = {file = "LICENSE"}
16
classifiers = ["License :: OSI Approved :: MIT License"]
17
dependencies = [
18
- "langchain-core>=1.2.13",
19
- "predictionguard>=2.10.0",
+ "langchain-core==1.2.16",
+ "predictionguard==2.11.0",
20
]
21
22
[project.urls]
@@ -27,6 +27,6 @@ Issues = "https://github.com/predictionguard/langchain-predictionguard/issues"
27
28
[project.optional-dependencies]
29
dev = [
30
- "pytest>=9.0.2",
31
- "ruff>=0.15.1",
+ "pytest==9.0.2",
+ "ruff==0.15.4",
32
0 commit comments