Flow configurable parameters (#532)

* Fix pyproject.toml missing requests dep

* parameters is now parameter-types

* Update flow parameters tech spec for recent changes (no impact on this repo)
This commit is contained in:
cybermaggedon 2025-09-25 19:11:40 +01:00 committed by GitHub
parent 7a3bfad826
commit aa8e422e8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 48 additions and 23 deletions

View file

@ -12,6 +12,7 @@ requires-python = ">=3.8"
dependencies = [
"pulsar-client",
"prometheus-client",
"requests",
]
classifiers = [
"Programming Language :: Python :: 3",