Resolve merge conflicts by accepting main branch changes

Co-authored-by: olaservo <16480113+olaservo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-17 18:08:53 +00:00
parent dd9c5e59e0
commit 68fbd87e94
2 changed files with 0 additions and 15 deletions

View File

@@ -17,17 +17,10 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
dependencies = [
<<<<<<< HEAD
"mcp>=1.0.0",
"pydantic>=2.0.0",
"tzdata>=2024.2",
"tzlocal>=5.3.1"
=======
"mcp>=1.23.0",
"pydantic>=2.0.0",
"tzdata>=2024.2",
"tzlocal>=5.3.1",
>>>>>>> origin/main
]
[project.scripts]