ci(deps): bump astral-sh/setup-uv from 3 to 6#2
Merged
Conversation
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
AssigneesThe following users could not be added as assignees: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Josephrp
pushed a commit
that referenced
this pull request
Oct 12, 2025
Removes all references to non-existent @defer decorator from codebase. The @defer decorator never existed in Pydantic AI. Tools are correctly implemented using standard Pydantic AI patterns. Changes: - Removed 16 @defer comments from tool files - Updated README Known Issues section - All tools continue to work correctly (no functional changes) Fixes #2
Josephrp
pushed a commit
that referenced
this pull request
Oct 12, 2025
Removes all references to non-existent @defer decorator from codebase. The @defer decorator never existed in Pydantic AI. Tools are correctly implemented using standard Pydantic AI patterns. Changes: - Removed 16 @defer comments from tool files - Updated README Known Issues section - All tools continue to work correctly (no functional changes) Fixes #2 Signed-off-by: marioaderman <108372419+MarioAderman@users.noreply.github.com>
Josephrp
pushed a commit
that referenced
this pull request
Oct 12, 2025
* fix: remove misleading @defer decorator comments Removes all references to non-existent @defer decorator from codebase. The @defer decorator never existed in Pydantic AI. Tools are correctly implemented using standard Pydantic AI patterns. Changes: - Removed 16 @defer comments from tool files - Updated README Known Issues section - All tools continue to work correctly (no functional changes) Fixes #2 * feat: add custom LLM model wrappers for Pydantic AI - Implement VLLMModel wrapper around existing VLLMClient - Add OpenAICompatibleModel for vLLM, llama.cpp, TGI servers - Provide factory methods (from_vllm, from_llamacpp, from_tgi) - Include streaming support and message conversion - Add convenience aliases for VLLMModel and LlamaCppModel * fix: update OpenAICompatibleModel to use OllamaProvider and add tests - Replace non-existent OpenAIProvider with OllamaProvider from pydantic_ai - Remove dataclass decorator to properly inherit from OpenAIChatModel - Fix factory methods to pass model_name as positional argument - Add comprehensive test suite with 8 passing tests - Skip integration tests that require actual vLLM servers * refactor: integrate LLM models with Hydra configuration system - Add from_config() method to support Hydra DictConfig - Update all factory methods (from_vllm, from_llamacpp, from_tgi, from_custom) to accept optional config - Support config override via direct parameters - Extract generation settings from config (temperature, max_tokens, etc.) - Add environment variable fallbacks (LLM_BASE_URL, LLM_API_KEY) - Create config files for llamacpp, tgi, and vllm - Update tests to cover both config-based and direct parameter approaches - All 10 tests passing * feat: add LLM client support with Pydantic validation (#10) - Add LLMModelConfig and GenerationConfig datatypes - Remove redundant vllm_model.py - Update openai_compatible_model.py with validation - Rewrite tests to use actual config files (30 tests) * fix: add LLM datatypes to __all__ export list * solves type and style errors * Add comprehensive LLM model configuration documentation All code examples include proper type guards and annotations. * Add Models section to core documentation Auto-generates API reference for LLM model classes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps astral-sh/setup-uv from 3 to 6.
Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
d0cc045Always show prune cache output (#597)2841f9fBump zizmorcore/zizmor-action from 0.1.2 to 0.2.0 (#571)e554b93Add **/*.py.lock to cache-dependency-glob (#590)c7d85d9chore: update known versions for 0.8.2007f2cb5persist credentials for version update (#584)208b0c0README.md: Fix Python versions and update checkout action (#572)b75a909bump deps (#569)ffff8aaBump github/codeql-action from 3.29.11 to 3.30.3 (#566)95d0e23Bump actions/setup-node from 4.4.0 to 5.0.0 (#551)dc724a1Add inputs restore-cache and save-cache (#568)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)