Skip to content

Commit

Permalink
Merge pull request #6687 from Flowminder/fix-api-spec
Browse files Browse the repository at this point in the history
Fix api spec
  • Loading branch information
mergify[bot] authored Jul 5, 2024
2 parents 24e0cb5 + 096f333 commit 89c7dd2
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 436 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

### Changed

### Fixed
- Fixed 500 error when getting api spec from FlowAPI [#6686](https://github.com/Flowminder/FlowKit/issues/6686)

### Removed

## [1.28.0]

### Added
- Added support for Parquet foreign tables using [parquet_fdw](https://github.com/adjust/parquet_fdw)

Expand All @@ -19,9 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
> This change is not backwards compatible with earlier releases of FlowDB, and you will need to repopulate your deployment. We recommend combining this change with the new parquet support.
- FlowETL is now built on Airflow 2.9.2

### Fixed

### Removed

## [1.27.0]

Expand Down Expand Up @@ -1130,7 +1139,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Added Python 3.6 support for FlowClient

[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.27.0...master
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.28.0...master
[1.28.0]: https://github.com/Flowminder/FlowKit/compare/1.28.0...1.28.0
[1.27.0]: https://github.com/Flowminder/FlowKit/compare/1.26.0...1.27.0
[1.26.0]: https://github.com/Flowminder/FlowKit/compare/1.25.0...1.26.0
[1.25.0]: https://github.com/Flowminder/FlowKit/compare/1.24.0...1.25.0
Expand Down
2 changes: 1 addition & 1 deletion flowapi/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cryptography = "*" # This _should_ get installed given the flask-jwt-extended ex
structlog = "*"
python-rapidjson = "*"
pyyaml = "==5.3.1" # Pinned to v5.3.1 pending https://github.com/Flowminder/FlowKit/issues/6015
jsonschema = "==4.22.0" # Pinned to v4.17.3 pending https://github.com/Flowminder/FlowKit/issues/6015
jsonschema = "==4.17.3" # Pinned to v4.17.3 pending https://github.com/Flowminder/FlowKit/issues/6015
apispec = {extras = ["yaml"],version = "*"}
get-secret-or-env-var = "*"
prance = {extras = ["osv"],version = "*"}
Expand Down
Loading

0 comments on commit 89c7dd2

Please sign in to comment.