Skip to content
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

Bump textual from 0.58.1 to 0.62.0 #238

Merged
merged 1 commit into from
May 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps textual from 0.58.1 to 0.62.0.

Release notes

Sourced from textual's releases.

The anchored release

[0.62.0] - 2024-05-20

Added

  • Added start and end properties to Markdown Navigator
  • Added Widget.anchor, Widget.clear_anchor, and Widget.is_anchored Textualize/textual#4530

The down in the gutter release

Fixes a with auto columns in gutter.

[0.61.1] - 2024-05-19

Fixed

The Dynamic Actions release

The highlight of this release is the ability to implement "dynamic actions", so you can provide logic about which bindings should be displayed. See the docs for details: https://textual.textualize.io/guide/actions/#dynamic-actions

[0.61.0] - 2024-05-18

Added

Changed

  • Breaking change: Actions (as used in bindings) will no longer check the app if they are unhandled. This was undocumented anyway, and not that useful. Textualize/textual#4516
  • Breaking change: Renamed App.namespace_bindings to active_bindings

The pointless dependency release

Fixes a dev dependency being in the wrong place.

Thanks to @​davidbrochart for pointing this out.

[0.60.1] - 2024-05-15

Fixed

  • Dependency issue

The sweet sixty release

A small-ish release. A new method and a fix.

... (truncated)

Changelog

Sourced from textual's changelog.

[0.62.0] - 2024-05-20

Added

  • Added start and end properties to Markdown Navigator
  • Added Widget.anchor, Widget.clear_anchor, and Widget.is_anchored Textualize/textual#4530

[0.61.1] - 2024-05-19

Fixed

[0.61.0] - 2024-05-18

Added

Changed

  • Breaking change: Actions (as used in bindings) will no longer check the app if they are unhandled. This was undocumented anyway, and not that useful. Textualize/textual#4516
  • Breaking change: Renamed App.namespace_bindings to active_bindings

[0.60.1] - 2024-05-15

Fixed

  • Dependency issue

[0.60.0] - 2024-05-14

Fixed

Added

[0.59.0] - 2024-05-11

Fixed

... (truncated)

Commits

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

updated-dependencies:
- dependency-name: textual
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 20, 2024 18:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file (auto-assigned by dependabot) python Pull requests that update Python code (auto-assigned by dependabot) labels May 20, 2024
@AlonsoGuevara
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@AlonsoGuevara AlonsoGuevara merged commit 115233c into main May 20, 2024
9 checks passed
@AlonsoGuevara AlonsoGuevara deleted the dependabot/pip/textual-0.62.0 branch May 20, 2024 23:21
dorbaker pushed a commit that referenced this pull request May 21, 2024
---
updated-dependencies:
- dependency-name: textual
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AlonsoGuevara added a commit that referenced this pull request May 29, 2024
* Updated to work with managed identities.

* Updated to work with both api keys and managed identity.

* Updated to pass storage_account_name config parameter.

* Updated to take optional cognitive services endpoint config parameter

* make api_key optional

* fix formatting

* Bug fixes.

* set storage_account_name to None by default

* ruff formatting fixes

* fix issue with using connection strings

* Switched from storage account name to storage account blob url.

* Updates for configuration of cognitives services endpoint.

* Add missing env vars for smoke tests (#233)

Add missing env vars

* Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1 (#234)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feature/add-azure-managed-identity (#231)

* Updated to work with managed identities.

* Updated to work with both api keys and managed identity.

* Updated to pass storage_account_name config parameter.

* Updated to take optional cognitive services endpoint config parameter

* make api_key optional

* fix formatting

* Bug fixes.

* set storage_account_name to None by default

* ruff formatting fixes

* fix issue with using connection strings

* Switched from storage account name to storage account blob url.

* code cleanup and cleaner logic

* revert formatting changes

* Updated so that query works with AAD.

* code cleanup

* ruff formatting

* ruff lint fixes

* more ruff lint fixes

* spellcheck

* add documentation of new storage_account_blob_url variable

* add documentation of new storage_account_blob_url variable

* add semversioner doc

* typecheck updates

* minor doc update

* Fix env-var names, update docs, fix tests

---------

Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: Chris Trevino <[email protected]>
Co-authored-by: Chris Trevino <[email protected]>
Co-authored-by: Alonso Guevara <[email protected]>

* Bump textual from 0.58.1 to 0.62.0 (#238)

---
updated-dependencies:
- dependency-name: textual
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump requests from 2.31.0 to 2.32.0 (#240)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Upgrade Pyright (#239)

* upgrade pyright

* add fetch-depth, fetch-tags

* update prerelease format for pypi compliance

* Updates for cog services endpoint.

* Updated documentation.

* Update load_llm.py

Removed redundant "None."

* Updated with release and formatting chagnes.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: Alonso Guevara <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Trevino <[email protected]>
Co-authored-by: Chris Trevino <[email protected]>
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 (auto-assigned by dependabot) python Pull requests that update Python code (auto-assigned by dependabot)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant