Peter Lamut

Results 3 issues of Peter Lamut

Original issue: https://github.com/googleapis/python-pubsub/issues/350 It will be cleaner to make this change in the generator itself as opposed to fiddling with `synth.py`.

type: cleanup
priority: p3

Looking at the [\_\_version\_\_](https://github.com/tradingstrategy-ai/trading-strategy/blob/c2b3cea698c9adb1b0f2d884549b1fdcbe6f8da9/tradingstrategy/__init__.py#L1) marker in the source, it just hardcodes the initial version `0.1.0`, while the actual [latest release](https://pypi.org/project/trading-strategy/) version is `0.9.1` at the time of writing. The release...

process
priority: P2
size: S

We should add a `pyproject.toml` file to all libraries to explicitly specify what build tools they need. At the time of writing, the implicit default assumed by `pip` is `setuptools`,...

type: process