Skip to content

Commit 1768231

Browse files
committed
1 parent c103047 commit 1768231

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

pkgs/development/python-modules/fastmcp/default.nix

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
cyclopts,
1616
exceptiongroup,
1717
httpx,
18+
jsonref,
1819
jsonschema-path,
1920
mcp,
2021
openai,
2122
openapi-pydantic,
23+
packaging,
2224
platformdirs,
2325
py-key-value-aio,
2426
pydantic,
@@ -39,20 +41,18 @@
3941
pytest-asyncio,
4042
pytest-httpx,
4143
pytestCheckHook,
42-
43-
pytest-timeout,
4444
}:
4545

4646
buildPythonPackage (finalAttrs: {
4747
pname = "fastmcp";
48-
version = "2.14.3";
48+
version = "2.14.4";
4949
pyproject = true;
5050

5151
src = fetchFromGitHub {
5252
owner = "jlowin";
5353
repo = "fastmcp";
5454
tag = "v${finalAttrs.version}";
55-
hash = "sha256-vlwS4gpKMkmHh5Yr09ZMNFzpiEKjzJoJJNN3KxSBn3g=";
55+
hash = "sha256-qJdOKLvxjenNCyya+XMrf3NGMaDL9LM9HsaQrhubXIY=";
5656
};
5757

5858
build-system = [
@@ -65,9 +65,11 @@ buildPythonPackage (finalAttrs: {
6565
cyclopts
6666
exceptiongroup
6767
httpx
68+
jsonref
6869
jsonschema-path
6970
mcp
7071
openapi-pydantic
72+
packaging
7173
platformdirs
7274
py-key-value-aio
7375
pydantic
@@ -90,10 +92,6 @@ buildPythonPackage (finalAttrs: {
9092

9193
pythonImportsCheck = [ "fastmcp" ];
9294

93-
pytestFlags = [
94-
"--timeout=30"
95-
];
96-
9795
nativeCheckInputs = [
9896
dirty-equals
9997
email-validator
@@ -103,7 +101,6 @@ buildPythonPackage (finalAttrs: {
103101
psutil
104102
pytest-asyncio
105103
pytest-httpx
106-
pytest-timeout
107104
pytestCheckHook
108105
writableTmpDirAsHomeHook
109106
]

0 commit comments

Comments
 (0)