Skip to content

Commit

Permalink
Prepare 6.0.1 release
Browse files Browse the repository at this point in the history
Collect change log for 6.0.1 release. Update major version pins on
some dependencies and fix the dependabot configuration to detect
dependency updates, which was broken when Safir was converted to
nox.
  • Loading branch information
rra committed Dec 12, 2024
1 parent 9f88756 commit 5c6521e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ updates:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
directories:
- "/safir"
- "/safir-arq"
- "/safir-logging"
schedule:
interval: "weekly"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co

<!-- scriv-insert-here -->

<a id='changelog-9.0.1'></a>
## 9.0.1 (2024-12-11)

### Bug fixes

- Fix dependencies on safir-logging and safir-arq from the safir PyPI module to allow the latest versions to be installed.

<a id='changelog-9.0.0'></a>
## 9.0.0 (2024-12-11)

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20241211_163506_rra_DM_47986.md

This file was deleted.

6 changes: 3 additions & 3 deletions safir/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requires-python = ">=3.11"
dependencies = [
"aiokafka>=0.11,<1",
"click<9",
"cryptography<44",
"cryptography<45",
"dataclasses-avroschema>=0.65.3,<1",
"fastapi<1",
"faststream>0.5,<0.6",
Expand Down Expand Up @@ -59,7 +59,7 @@ dev = [
"pytest>=6.2.0",
"pytest-asyncio",
"pytest-cov",
"redis>=5,<6",
"redis>=5",
"respx",
"scriv",
"sqlalchemy[mypy]",
Expand All @@ -74,7 +74,7 @@ gcs = [
"google-cloud-storage<3"
]
kubernetes = [
"kubernetes_asyncio<31"
"kubernetes_asyncio<32"
]
redis = [
"redis>4.5.2,<6",
Expand Down

0 comments on commit 5c6521e

Please sign in to comment.