-
Notifications
You must be signed in to change notification settings - Fork 26
build(deps): bump octocrab from 0.44.0 to 0.44.1 in the minor group across 1 directory #507
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
Conversation
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
Bumps the minor group with 1 update in the / directory: [octocrab](https://github.com/XAMPPRocky/octocrab). Updates `octocrab` from 0.44.0 to 0.44.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.44.0...v0.44.1) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.44.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
Merged
timonv
pushed a commit
that referenced
this pull request
May 7, 2025
## 🤖 New release * `kwaak`: 0.17.0 -> 0.18.0 (⚠ API breaking changes) ### ⚠ `kwaak` breaking changes ```text --- failure auto_trait_impl_removed: auto trait no longer implemented --- Description: A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented. ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/auto_trait_impl_removed.ron Failed in: type Repository is no longer UnwindSafe, in /tmp/.tmpqFz7bs/kwaak/src/repository.rs:18 type Repository is no longer RefUnwindSafe, in /tmp/.tmpqFz7bs/kwaak/src/repository.rs:18 type Chat is no longer UnwindSafe, in /tmp/.tmpqFz7bs/kwaak/src/chat.rs:8 type Chat is no longer RefUnwindSafe, in /tmp/.tmpqFz7bs/kwaak/src/chat.rs:8 --- failure enum_missing: pub enum removed or renamed --- Description: A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_missing.ron Failed in: enum kwaak::commands::CommandResponse, previously in file /tmp/.tmpS39ag4/kwaak/src/commands/responder.rs:11 --- failure function_missing: pub fn removed or renamed --- Description: A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/function_missing.ron Failed in: function kwaak::test_utils::setup_integration, previously in file /tmp/.tmpS39ag4/kwaak/src/test_utils.rs:279 function kwaak::storage::get_duckdb, previously in file /tmp/.tmpS39ag4/kwaak/src/storage.rs:28 --- failure function_parameter_count_changed: pub fn parameter count changed --- Description: A publicly-visible function now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/function_parameter_count_changed.ron Failed in: kwaak::agent::session::available_builtin_tools now takes 3 parameters instead of 4, in /tmp/.tmpqFz7bs/kwaak/src/agent/session.rs:373 kwaak::evaluations::start_tool_evaluation_agent now takes 3 parameters instead of 4, in /tmp/.tmpqFz7bs/kwaak/src/evaluations/tool_evaluation_agent.rs:14 --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/inherent_method_missing.ron Failed in: RunningSession::agent_environment, previously in file /tmp/.tmpS39ag4/kwaak/src/agent/session.rs:320 RunningAgent::builder, previously in file /tmp/.tmpS39ag4/kwaak/src/agent/running_agent.rs:23 --- failure method_parameter_count_changed: pub method parameter count changed --- Description: A publicly-visible method now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/method_parameter_count_changed.ron Failed in: kwaak::agent::conversation_summarizer::ConversationSummarizer::new now takes 4 parameters instead of 5, in /tmp/.tmpqFz7bs/kwaak/src/agent/conversation_summarizer.rs:36 kwaak::agent::tools::ExplainCode::new now takes 2 parameters instead of 1, in /tmp/.tmpqFz7bs/kwaak/src/agent/tools/mod.rs:203 --- failure module_missing: pub module removed or renamed --- Description: A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/module_missing.ron Failed in: mod kwaak::agent::env_setup, previously in file /tmp/.tmpS39ag4/kwaak/src/agent/env_setup.rs:1 mod kwaak::storage, previously in file /tmp/.tmpS39ag4/kwaak/src/storage.rs:1 --- failure struct_missing: pub struct removed or renamed --- Description: A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/struct_missing.ron Failed in: struct kwaak::agent::running_agent::RunningAgentBuilder, previously in file /tmp/.tmpS39ag4/kwaak/src/agent/running_agent.rs:10 struct kwaak::test_utils::IntegrationContext, previously in file /tmp/.tmpS39ag4/kwaak/src/test_utils.rs:255 struct kwaak::indexing::DuckdbIndex, previously in file /tmp/.tmpS39ag4/kwaak/src/indexing/mod.rs:44 struct kwaak::agent::env_setup::AgentEnvironment, previously in file /tmp/.tmpS39ag4/kwaak/src/agent/env_setup.rs:21 struct kwaak::commands::DebugResponder, previously in file /tmp/.tmpS39ag4/kwaak/src/commands/responder.rs:108 struct kwaak::agent::env_setup::EnvSetup, previously in file /tmp/.tmpS39ag4/kwaak/src/agent/env_setup.rs:13 --- failure struct_pub_field_missing: pub struct's pub field removed or renamed --- Description: A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/struct_pub_field_missing.ron Failed in: field agent_context of struct RunningAgent, previously in file /tmp/.tmpS39ag4/kwaak/src/agent/running_agent.rs:18 --- failure trait_added_supertrait: non-sealed trait added new supertraits --- Description: A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_added_supertrait.ron Failed in: trait kwaak::indexing::Index gained Clone in file /tmp/.tmpqFz7bs/kwaak/src/indexing/mod.rs:27 --- failure trait_method_missing: pub trait method removed or renamed --- Description: A trait method is no longer callable, and may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_missing.ron Failed in: method build_query_pipeline of trait Index, previously in file /tmp/.tmpS39ag4/kwaak/src/indexing/mod.rs:25 --- failure trait_method_parameter_count_changed: pub trait method parameter count changed --- Description: A trait method now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_parameter_count_changed.ron Failed in: Responder::agent_message now takes 3 instead of 2 parameters, in file /tmp/.tmpqFz7bs/kwaak/src/commands/responder.rs:47 --- failure trait_removed_associated_type: trait's associated type was removed --- Description: A public trait's associated type was removed or renamed. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_removed_associated_type.ron Failed in: associated type Index::SearchStrategy, previously at /tmp/.tmpS39ag4/kwaak/src/indexing/mod.rs:23 --- failure type_mismatched_generic_lifetimes: type now takes a different number of generic lifetimes --- Description: A type now takes a different number of generic lifetime parameters. Uses of this type that name the previous number of parameters will be broken. impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/type_mismatched_generic_lifetimes.ron Failed in: Struct ExplainCode (1 -> 0 lifetime params) in /tmp/.tmpqFz7bs/kwaak/src/agent/tools/mod.rs:193 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.18.0] - 2025-05-07 ### 🚀 Features - Streaming for openai like and anthropic models (#496) ### 🐛 Bug Fixes - Build and release for aarch64 linux (#473) - *(responder)* Implement Responder for box/arc dyn with proper deref ### 💼 Other - *(deps)* Bump the minor group with 4 updates (#491) ### 🚜 Refactor - Remove `build_query_pipeline` from index trait (#490) - Split agent building from creating a running agent for reuse (#489) - Build agent without session and clean up summarizer (#493) - Duckdb optional when used as a lib (#494) - Move start_tool_executor to repository - Repository provisions a github session if available (#498) - Clean up initial git setup when working on a branch (#499) - Responders can optionally track the agent they originate from - Use the agent in the response message as an argument ### 🛡️ Security - *(deps)* Bump clap from 4.5.36 to 4.5.37 in the minor group (#497) - *(deps)* Bump octocrab from 0.44.0 to 0.44.1 in the minor group across 1 directory (#507) <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Bumps the minor group with 1 update in the / directory: octocrab.
Updates
octocrab
from 0.44.0 to 0.44.1Release notes
Sourced from octocrab's releases.
Changelog
Sourced from octocrab's changelog.
Commits
a193ce6
chore: release v0.44.1 (#765)c80670a
fix(docs): Update and fix crate documentation for docs.rs, update README (#769)e124312
models: Add optionalname
field toAuthor
struct (#771)53bb435
Add 'dowload' and 'download_zip' functions to client (#766)854be9e
fix: print deprecation warning to stderr (#768)38817ec
models: Add enumEventInstallation::id()
helper (#763)7873417
docs: examples/graphql_issues.rs: Update schema URL (#764)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions