Skip to content

Commit

Permalink
⬆️(opendata) upgrade data7 to 0.9.0
Browse files Browse the repository at this point in the history
This new release upgrade dependencies and allows to configure Sentry's
profiling.
  • Loading branch information
jmaupetit committed Jan 8, 2025
1 parent ca4c3a8 commit 31b37fa
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 56 deletions.
2 changes: 1 addition & 1 deletion src/opendata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ and this project adheres to

### Added

- Configured Data7 0.8.0
- Configured Data7 0.9.0

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

[packages]
data7 = "==0.8.0"
data7 = "==0.9.0"
psycopg = {extras = ["binary", "pool"], version = "==3.2.3"}

[dev-packages]
Expand Down
114 changes: 60 additions & 54 deletions src/opendata/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/opendata/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ default:

# Sentry
sentry_dsn: null
sentry_enable_tracing: true
sentry_traces_sample_rate: 1.0
sentry_profiles_sample_rate: 1.0

# Pyinstrument
profiling: false
Expand Down

0 comments on commit 31b37fa

Please sign in to comment.