Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump the all group across 1 directory with 4 updates #120

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the all group with 4 updates in the / directory: infrahub-sdk, openai, streamlit-sortables and ruff.

Updates infrahub-sdk from 1.4.1 to 1.6.1

Release notes

Sourced from infrahub-sdk's releases.

Beta 1.1 - Version 0.12.1

🚀 Features

support parent generic uniqueness_constraints during mutation @​ajtmccarty (opsmill/infrahub#2721)

🐛 Bug Fixes

more tests for a uniqueness constraint validator issue @​ajtmccarty (opsmill/infrahub#2667) allow updating nested lists on schema @​ajtmccarty (opsmill/infrahub#2710) fix the /api/diff/schema endpoint returning non-Schema diffs @​ajtmccarty (opsmill/infrahub#2645)

Alpha #5.2 - Version 0.11.2

Main Changes

Version 0.11.2 is purely a bugfix release

Migration Guide

Rebuild the demo environment

It's mandatory to completely rebuild your demo environment with the following commands.

invoke demo.destroy demo.build demo.start
invoke demo.load-infra-schema
invoke demo.load-infra-data

All data will be lost, please make sure to backup everything you need before running this command.

The repository https://github.com/opsmill/infrahub-demo-edge has also been updated, it's recommend to pull the latest changes into your fork.

🐛 Bug Fixes

Alpha #5.1 - Version 0.11.1

Main Changes

Version 0.11.1 is purely a bugfix release

Migration Guide

Rebuild the demo environment

... (truncated)

Changelog

Sourced from infrahub-sdk's changelog.

Infrahub changelog

This is the changelog for Infrahub. All notable changes to this project will be documented in this file.

Issue tracking is located in GitHub.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

This project uses towncrier and the changes for the upcoming release can be found in https://github.com/opsmill/infrahub/tree/develop/infrahub/changelog/.

Infrahub - v1.1.4 - 2025-01-17

Removed

  • Removed configuration option for experimental feature "pull request", since this feature was active in the configuration it has been renamed proposed change and is no longer experimental but always enabled. (#5409)

Added

  • Artifacts can now be of type: YAML, XML, markdown, SVG and CSV. (#5452)

Changed

  • Updated Infrahub SDK to version 1.6.1.

Fixed

  • Fix issue when loading multiple schema files due to load order, schemas are now merged into a single one before importing (#4188)
  • Accessibility improvements to homepage: Helper cards now scale based on user's defined font size.
  • Task status indicators now poll for updates only when tab is focused.

Infrahub - v1.1.3 - 2025-01-16

Added

  • Add a new link in the object details button to redirect to the tasks list with a filter for the current object

Changed

  • Add ID and HFID copy buttons in a new action buttons for the object details (#4648)
    • Remove the ID attribute from the list
    • Get the description from the object if that's possible, if not then from the schema
  • Disable action buttons depending on the on going tasks for the different workflows (merge, rebase, validate)
  • Display multiple related nodes in the tasks list and details views
  • Changed the default value for the s3.default_acl configuration setting to private

Fixed

... (truncated)

Commits

Updates openai from 1.58.1 to 1.59.8

Release notes

Sourced from openai's releases.

v1.59.8

1.59.8 (2025-01-17)

Full Changelog: v1.59.7...v1.59.8

Bug Fixes

  • streaming (c16f58e)
  • structured outputs: avoid parsing empty empty content (#2023) (6d3513c)
  • structured outputs: correct schema coercion for inline ref expansion (#2025) (2f4f0b3)
  • types: correct type for vector store chunking strategy (#2017) (e389279)

Chores

Documentation

  • examples/azure: example script with realtime API (#1967) (84f2f9c)

v1.59.7

1.59.7 (2025-01-13)

Full Changelog: v1.59.6...v1.59.7

Chores

  • export HttpxBinaryResponseContent class (7191b71)

v1.59.6

1.59.6 (2025-01-09)

Full Changelog: v1.59.5...v1.59.6

Bug Fixes

  • correctly handle deserialising cls fields (#2002) (089c820)

Chores

v1.59.5

1.59.5 (2025-01-08)

... (truncated)

Changelog

Sourced from openai's changelog.

1.59.8 (2025-01-17)

Full Changelog: v1.59.7...v1.59.8

Bug Fixes

  • streaming (c16f58e)
  • structured outputs: avoid parsing empty empty content (#2023) (6d3513c)
  • structured outputs: correct schema coercion for inline ref expansion (#2025) (2f4f0b3)
  • types: correct type for vector store chunking strategy (#2017) (e389279)

Chores

Documentation

  • examples/azure: example script with realtime API (#1967) (84f2f9c)

1.59.7 (2025-01-13)

Full Changelog: v1.59.6...v1.59.7

Chores

  • export HttpxBinaryResponseContent class (7191b71)

1.59.6 (2025-01-09)

Full Changelog: v1.59.5...v1.59.6

Bug Fixes

  • correctly handle deserialising cls fields (#2002) (089c820)

Chores

1.59.5 (2025-01-08)

Full Changelog: v1.59.4...v1.59.5

Bug Fixes

... (truncated)

Commits
  • 4dd5cf2 release: 1.59.8
  • 1bdabb4 fix(structured outputs): correct schema coercion for inline ref expansion (#2...
  • 08ab62b fix(structured outputs): avoid parsing empty empty content (#2023)
  • bf5bebb chore(internal): bump pyright dependency (#2021)
  • fd76342 chore(examples): update realtime model
  • d256d83 fix(types): correct type for vector store chunking strategy (#2017)
  • 83f1149 chore(internal): update deps (#2015)
  • e081d99 Revert "chore(internal): streaming refactors (#2012)"
  • 82ccc98 docs(examples/azure): example script with realtime API (#1967)
  • 7e88d42 fix: streaming
  • Additional commits viewable in compare view

Updates streamlit-sortables from 0.2.0 to 0.3.1

Release notes

Sourced from streamlit-sortables's releases.

v0.3.1

What's Changed

  1. Drag & Drop Enhancements:
    • Add styling capabilities for dragging items
    • Added cursor styles (grab/grabbing)
  2. Container Height Updates:
    • Added automatic frame height adjustment when container contents change
  3. Fix the license information:
    • Fix the license information in pyproject.toml because it was incorrect.
  4. Documentation Improvements:
    • Expanded README content (features, usage examples, styling examples)
    • Enhanced installation instructions and code examples
    • More detailed feature explanations

Full Changelog: ohtaman/streamlit-sortables@v0.3.0...v0.3.1

v0.3.0

What's Changed

  • Add possibility to change styles of sortable elements using CSS.

New Contributors

Full Changelog: ohtaman/streamlit-sortables@v0.2.0...v0.3.0

Commits
  • 8cc6968 Merge pull request #29 from ohtaman/release/v0.3.1
  • fca08d6 Update license
  • 37a2fc6 Set version to v0.3.1
  • 8fbb238 Merge pull request #28 from ohtaman/fix/container-height-updates
  • a4c3e86 fix: Update frame height when container contents change
  • 372aebb Merge pull request #27 from ohtaman/feature/enhance-drag-styles
  • a8a81b1 Use dragging instread of sortable item overlay
  • 40fc68d Refactor drag-and-drop styling
  • 06604c5 Add enhanced CSS targeting for dragging elements
  • ab704de Merge pull request #26 from ohtaman/update-readme
  • Additional commits viewable in compare view

Updates ruff from 0.8.5 to 0.9.2

Release notes

Sourced from ruff's releases.

0.9.2

Release Notes

Preview features

  • [airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#15463)
  • [airflow] extend and fix AIR302 rules (#15525)
  • [fastapi] Handle parameters with Depends correctly (FAST003) (#15364)
  • [flake8-pytest-style] Implement pytest.warns diagnostics (PT029, PT030, PT031) (#15444)
  • [flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449)
  • [flake8-type-checking] Avoid false positives for | in TC008 (#15201)

Rule changes

  • [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#15519)
  • [pyflakes] Show syntax error message for F722 (#15523)

Formatter

  • Fix curly bracket spacing around f-string expressions containing curly braces (#15471)
  • Fix joining of f-strings with different quotes when using quote style Preserve (#15524)

Server

  • Avoid indexing the same workspace multiple times (#15495)
  • Display context for ruff.configuration errors (#15452)

Configuration

  • Remove flatten to improve deserialization error messages (#15414)

Bug fixes

  • Parse triple-quoted string annotations as if parenthesized (#15387)
  • [fastapi] Update Annotated fixes (FAST002) (#15462)
  • [flake8-bandit] Check for builtins instead of builtin (S102, PTH123) (#15443)
  • [flake8-pathlib] Fix --select for os-path-dirname (PTH120) (#15446)
  • [ruff] Fix false positive on global keyword (RUF052) (#15235)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.2

Preview features

  • [airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#15463)
  • [airflow] extend and fix AIR302 rules (#15525)
  • [fastapi] Handle parameters with Depends correctly (FAST003) (#15364)
  • [flake8-pytest-style] Implement pytest.warns diagnostics (PT029, PT030, PT031) (#15444)
  • [flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449)
  • [flake8-type-checking] Avoid false positives for | in TC008 (#15201)

Rule changes

  • [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#15519)
  • [pyflakes] Show syntax error message for F722 (#15523)

Formatter

  • Fix curly bracket spacing around f-string expressions containing curly braces (#15471)
  • Fix joining of f-strings with different quotes when using quote style Preserve (#15524)

Server

  • Avoid indexing the same workspace multiple times (#15495)
  • Display context for ruff.configuration errors (#15452)

Configuration

  • Remove flatten to improve deserialization error messages (#15414)

Bug fixes

  • Parse triple-quoted string annotations as if parenthesized (#15387)
  • [fastapi] Update Annotated fixes (FAST002) (#15462)
  • [flake8-bandit] Check for builtins instead of builtin (S102, PTH123) (#15443)
  • [flake8-pathlib] Fix --select for os-path-dirname (PTH120) (#15446)
  • [ruff] Fix false positive on global keyword (RUF052) (#15235)

0.9.1

Preview features

  • [pycodestyle] Run too-many-newlines-at-end-of-file on each cell in notebooks (W391) (#15308)
  • [ruff] Omit diagnostic for shadowed private function parameters in used-dummy-variable (RUF052) (#15376)

Rule changes

  • [flake8-bugbear] Improve assert-raises-exception message (B017) (#15389)

Formatter

... (truncated)

Commits
  • 0a39348 Include build binaries
  • 027f800 Comment out non-npm-publish jobs
  • 425870d Upload npm publish logs when failed
  • c20255a Bump version to 0.9.2 (#15529)
  • 4203658 Fix joining of f-strings with different quotes when using quote style `Preser...
  • fc9dd63 [airflow] extend and fix AIR302 rules (#15525)
  • 79e52c7 [pyflakes] Show syntax error message for F722 (#15523)
  • cf4ab7c Parse triple quoted string annotations as if parenthesized (#15387)
  • d2656e8 [flake8-todos] Allow VSCode GitHub PR extension style links in `missing-tod...
  • c53ee60 Typeshed-sync workflow: add appropriate labels, link directly to failing run ...
  • Additional commits viewable in compare view

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 all group with 4 updates in the / directory: [infrahub-sdk](https://github.com/opsmill/infrahub), [openai](https://github.com/openai/openai-python), [streamlit-sortables](https://github.com/ohtaman/streamlit-sortables) and [ruff](https://github.com/astral-sh/ruff).


Updates `infrahub-sdk` from 1.4.1 to 1.6.1
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md)
- [Commits](https://github.com/opsmill/infrahub/commits)

Updates `openai` from 1.58.1 to 1.59.8
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.58.1...v1.59.8)

Updates `streamlit-sortables` from 0.2.0 to 0.3.1
- [Release notes](https://github.com/ohtaman/streamlit-sortables/releases)
- [Commits](ohtaman/streamlit-sortables@v0.2.0...v0.3.1)

Updates `ruff` from 0.8.5 to 0.9.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.5...0.9.2)

---
updated-dependencies:
- dependency-name: infrahub-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: streamlit-sortables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/housekeeping Maintenance task label Jan 20, 2025
@BeArchiTek BeArchiTek merged commit ca5c896 into main Jan 20, 2025
2 checks passed
@BeArchiTek BeArchiTek deleted the dependabot/pip/main/all-e384a8f288 branch January 20, 2025 13:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type/housekeeping Maintenance task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant