Skip to content

Remove duplicate keys in pyproject.toml template#6

Merged
renefritze merged 3 commits intoudpate_pinsfrom
copilot/sub-pr-5
Nov 21, 2025
Merged

Remove duplicate keys in pyproject.toml template#6
renefritze merged 3 commits intoudpate_pinsfrom
copilot/sub-pr-5

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 21, 2025

  • Remove duplicate version and requires-python keys from {{cookiecutter.directory_name}}/pyproject.toml
  • Keep the newer values: version = "0.2.0" and requires-python = ">=3.13"
  • Reply to comment after fix is complete
  • Fix build failure by updating uv.lock workspace member name from hardcoded fjreio to template variable {{cookiecutter.directory_name}}-slides
  • Test that cookiecutter rendering and build works correctly
  • Code review completed (no issues found)
  • Security check completed (no code to analyze)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix duplicated keys and prioritize added values Remove duplicate keys in pyproject.toml template Nov 21, 2025
Copilot AI requested a review from renefritze November 21, 2025 15:32
@renefritze renefritze marked this pull request as ready for review November 21, 2025 15:38
@renefritze
Copy link
Copy Markdown
Owner

@copilot look at the build failure and fix it

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Nov 21, 2025

@copilot look at the build failure and fix it

Fixed! The build was failing because the uv.lock file had a hardcoded workspace member name (fjreio) that didn't match the rendered project name. Updated the lockfile to use the template variable {{cookiecutter.directory_name}}-slides so it gets rendered correctly by cookiecutter. Fixed in commit 71fcca4.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • astral.sh
    • Triggering command: /usr/bin/curl curl -LsSf REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@renefritze renefritze merged commit 9bc2979 into udpate_pins Nov 21, 2025
10 checks passed
@renefritze renefritze deleted the copilot/sub-pr-5 branch November 21, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants