Skip to content

fix: python version with agent engine #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/base_template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies = [
{%- endif %}
]
{% if cookiecutter.deployment_target == 'cloud_run' %}
requires-python = ">=3.10,<=3.13"
requires-python = ">=3.10,<3.14"
{% elif cookiecutter.deployment_target == 'agent_engine' %}
requires-python = ">=3.10,<=3.11"
requires-python = ">=3.10,<3.13"
{%- endif %}

[dependency-groups]
Expand Down
1,339 changes: 908 additions & 431 deletions src/resources/locks/uv-agentic_rag_vertexai_search-agent_engine.lock

Large diffs are not rendered by default.

1,197 changes: 598 additions & 599 deletions src/resources/locks/uv-agentic_rag_vertexai_search-cloud_run.lock

Large diffs are not rendered by default.

1,635 changes: 1,093 additions & 542 deletions src/resources/locks/uv-crewai_coding_crew-agent_engine.lock

Large diffs are not rendered by default.

1,456 changes: 740 additions & 716 deletions src/resources/locks/uv-crewai_coding_crew-cloud_run.lock

Large diffs are not rendered by default.

1,327 changes: 902 additions & 425 deletions src/resources/locks/uv-langgraph_base_react-agent_engine.lock

Large diffs are not rendered by default.

1,185 changes: 592 additions & 593 deletions src/resources/locks/uv-langgraph_base_react-cloud_run.lock

Large diffs are not rendered by default.

1,155 changes: 577 additions & 578 deletions src/resources/locks/uv-multimodal_live_api-cloud_run.lock

Large diffs are not rendered by default.