8000 build(deps): bump octocrab from 0.44.0 to 0.44.1 in the minor group across 1 directory by dependabot[bot] · Pull Request #507 · bosun-ai/kwaak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
merged 1 commit into from
May 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 7, 2025

Bumps the minor group with 1 update in the / directory: octocrab.

Updates octocrab from 0.44.0 to 0.44.1

Release notes

Sourced from octocrab's releases.

v0.44.1

Fixed

  • (docs) Update and fix crate documentation for docs.rs, update README (#769)
  • print deprecation warning to stderr (#768)

Other

  • Add optional name field to Author struct (#771)
  • Add 'dowload' and 'download_zip' functions to client (#766)
  • Add enum EventInstallation::id() helper (#763)
  • examples/graphql_issues.rs: Update schema URL (#764)
Changelog

Sourced from octocrab's changelog.

0.44.1 - 2025-05-06

Fixed

  • (docs) Update and fix crate documentation for docs.rs, update README (#769)
  • print deprecation warning to stderr (#768)

Other

  • Add optional name field to Author struct (#771)
  • Add 'dowload' and 'download_zip' functions to client (#766)
  • Add enum EventInstallation::id() helper (#763)
  • examples/graphql_issues.rs: Update schema URL (#764)
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 optional name field to Author struct (#771)
  • 53bb435 Add 'dowload' and 'download_zip' functions to client (#766)
  • 854be9e fix: print deprecation warning to stderr (#768)
  • 38817ec models: Add enum EventInstallation::id() helper (#763)
  • 7873417 docs: examples/graphql_issues.rs: Update schema URL (#764)
  • See full diff in compare view

Dependabot compatibility score

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

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 7, 2025
@timonv timonv merged commit c62289d into master May 7, 2025
25 checks passed
@timonv timonv deleted the dependabot/cargo/minor-3bfa2cecec branch May 7, 2025 10:30
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
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0