• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FlexMeasures / flexmeasures / 31833786234
84%

Build:
DEFAULT BRANCH: main
Ran 14 Aug 2026 07:42PM UTC
Jobs 1
Files 176
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Aug 2026 07:33PM UTC coverage: 84.085%. Remained the same
31833786234

push

github

web-flow
Declare limits as a direct dependency (#2407)

* Declare limits as a direct dependency

flexmeasures/utils/validation_utils.py imports `limits` directly (to validate
rate limits with limits.parse), but PR #2306 only declared Flask-Limiter.
`limits` therefore reached us as a transitive dependency of Flask-Limiter,
which works today but is not something we should rely on: nothing stops
Flask-Limiter from dropping or renaming that dependency, and it makes
`uv sync --no-deps`-style or vendored installs fragile.

So declare it explicitly, with Flask-Limiter's own floor (>=3.13), since we
only use the long-standing limits.parse.

The lock file already contained `limits` (5.8.0) as a transitive entry, so the
lock change is just the new edge from flexmeasures to it; no resolved version
changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JEvWAj45zXaod5WjniF81D
Signed-off-by: F.N. Claessen <felix@seita.nl>

* Point the changelog entry at the actual PR number

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JEvWAj45zXaod5WjniF81D
Signed-off-by: F.N. Claessen <felix@seita.nl>

* docs: append this PR to the rate limiting changelog entry

Context:
- Review: no entry of its own; just append the PR reference to the rate limiting entry

Change:
- Dropped the separate Infrastructure / Support entry and referenced this PR from
  the entry of #2306, which introduced the rate limiting this dependency serves

Signed-off-by: F.N. Claessen <felix@seita.nl>

---------

Signed-off-by: F.N. Claessen <felix@seita.nl>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>

17340 of 20622 relevant lines covered (84.08%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31833786234.1 14 Aug 2026 07:42PM UTC 176
84.08
GitHub Action Run
Source Files on build 31833786234
  • Tree
  • List 176
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31833786234
  • 9d66298d on github
  • Prev Build on main (#31784397478)
  • Next Build on main (#31953497598)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc