Skip to content

Commit 0222513

Browse files
committed
fix(mcpb): pin supported python
1 parent e10670c commit 0222513

3 files changed

Lines changed: 5 additions & 379 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14
1+
3.13

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "linkedin-scraper-mcp"
3-
version = "4.5.1"
3+
version = "4.5.2"
44
description = "MCP server for LinkedIn profile, company, and job scraping with Claude AI integration. Supports direct profile/company/job URL scraping with secure credential storage."
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.12,<3.14"
77
authors = [
88
{ name = "Daniel Sticker", email = "daniel@sticker.name" }
99
]

0 commit comments

Comments
 (0)