mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Allow FastMCP prereleases through the repository cooldown (#4596)
* Allow FastMCP prerelease resolution 🤖 Generated with Codex * Include fastmcp-remote in prerelease resolution 🤖 Generated with Codex --------- Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
This commit is contained in:
parent
d8ac6cbfde
commit
cc3d1c18a3
2 changed files with 5 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ members = ["fastmcp_slim", "fastmcp_remote"]
|
|||
[tool.uv]
|
||||
default-groups = ["dev"]
|
||||
exclude-newer = "1 week"
|
||||
exclude-newer-package = { prefab-ui = false, mcp = false, mcp-types = false, httpx2 = false, httpcore2 = false, truststore = false }
|
||||
exclude-newer-package = { fastmcp = false, fastmcp-slim = false, fastmcp-remote = false, prefab-ui = false, mcp = false, mcp-types = false, httpx2 = false, httpcore2 = false, truststore = false }
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
|
|||
5
uv.lock
generated
5
uv.lock
generated
|
|
@ -10,15 +10,18 @@ resolution-markers = [
|
|||
]
|
||||
|
||||
[options]
|
||||
exclude-newer = "2026-07-07T19:26:14.279827Z"
|
||||
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values.
|
||||
exclude-newer-span = "P1W"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
mcp-types = false
|
||||
prefab-ui = false
|
||||
truststore = false
|
||||
fastmcp-slim = false
|
||||
fastmcp = false
|
||||
mcp = false
|
||||
httpcore2 = false
|
||||
fastmcp-remote = false
|
||||
httpx2 = false
|
||||
|
||||
[manifest]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue