Skip to content

Commit

Permalink
update dependency pins to fix requests/docker-py issue (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored May 28, 2024
1 parent 32c9a73 commit e5053d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ use patch releases for compatibility fixes instead.
- Added `Secret.author_id` field.
- Added `Cluster.require_preemptible_tasks` field.

### Fixed

- Updated dependencies list to work-around [docker-py#3256](https://github.com/docker/docker-py/issues/3256).

## [v1.26.12](https://github.com/allenai/beaker-py/releases/tag/v1.26.12) - 2024-05-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"pydantic>=1.8.2,<3.0",
"rich>=12.3,<14.0",
"PyYAML",
"docker>=5.0,<7.0",
"docker>=5.0,<8.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit e5053d1

Please sign in to comment.