Skip to content

Commit

Permalink
Merge branch 'develop' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
wjcunningham7 authored Sep 5, 2023
2 parents e559823 + 55a1ea9 commit d8dfeec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## Added
### Added

- Added a `py.typed` file to support type-checking

### Changed

- Raised the minimum version of Pydantic from 1.10.1 to 2.1.1 in `requirements.txt`

## [0.228.0-rc.0] - 2023-08-31

### Authors
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include VERSION
include requirements.txt
include requirements-client.txt
include covalent/py.typed
recursive-include covalent/executor/executor_plugins/ *
recursive-include covalent_dispatcher/_service/ *
recursive-include covalent_migrations/ *
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ furl>=2.1.3
natsort>=8.4.0
networkx>=2.8.6
psutil>=5.9.0
pydantic>=1.10.1
pydantic>=2.1.1
python-socketio>=5.7.1
requests>=2.24.0
rich>=12.0.0,<=13.3.5
Expand Down

0 comments on commit d8dfeec

Please sign in to comment.