Skip to content

Commit

Permalink
⬆️(opendata) upgrade data7 to 0.6.0
Browse files Browse the repository at this point in the history
Huge performance improvements!
  • Loading branch information
jmaupetit committed Jul 16, 2024
1 parent 92fb12e commit 4d84f6c
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 77 deletions.
2 changes: 1 addition & 1 deletion env.d/opendata
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENV_FOR_DYNACONF=development
DATA7_DATABASE_URL=postgresql+asyncpg://qualicharge:pass@postgresql:5432/qualicharge-api
DATA7_DATABASE_URL=postgresql+psycopg://qualicharge:pass@postgresql:5432/qualicharge-api
DATA7_HOST=0.0.0.0
DATA7_PORT=8000
2 changes: 1 addition & 1 deletion src/opendata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ and this project adheres to

### Added

- Configured Data7 0.5.0
- Configured Data7 0.6.0

[unreleased]: https://github.com/MTES-MCT/qualicharge/
4 changes: 2 additions & 2 deletions src/opendata/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
data7 = "==0.5.0"
databases = {extras = ["asyncpg"], version = "==0.9.0"}
data7 = "==0.6.0"
psycopg = {extras = ["binary", "pool"], version = "==3.2.1"}

[dev-packages]
honcho = "==1.1.0"
Expand Down
Loading

0 comments on commit 4d84f6c

Please sign in to comment.