From c3cf68a4d1b105f2dc0de116353b1d26986b9642 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 12 Jun 2026 08:43:32 +0100 Subject: [PATCH] Release --- docs/index.md | 4 ++++ pyproject.toml | 4 ++-- readme.md | 4 ++++ uv.lock | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 65df7c52..b31134a3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,6 +34,10 @@ pip install quantflow * **JSON Serializable**: all models and pricers are built on [Pydantic](https://docs.pydantic.dev), making them fully serializable to and from JSON. +## Contributing + +Contributions are welcome! See the [contributing guide](https://quantflow.quantmind.com/contributing/) for how to get started, including documentation contributions, which are a great entry point. + ## Citation If you use Quantflow in your research, please cite it using the metadata in [CITATION.cff](https://github.com/quantmind/quantflow/blob/main/CITATION.cff). diff --git a/pyproject.toml b/pyproject.toml index 8168da7c..82d71f62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ Issues = "https://github.com/quantmind/quantflow/issues" [project.optional-dependencies] data = [ - "aio-fluid[http]>=2.3.1", + "aio-fluid[http]>=2.4.0", ] ml = [ "torch>=2.12.0", @@ -67,7 +67,7 @@ dev = [ "types-python-dateutil>=2.9.0.20251115", ] docs = [ - "aio-fluid[http,log,k8s]>=2.3.1", + "aio-fluid[http,log,k8s]>=2.4.0", "fastapi>=0.136.3", "griffe-pydantic>=1.1.0", "griffe-typingdoc>=0.2.7", diff --git a/readme.md b/readme.md index 65df7c52..b31134a3 100644 --- a/readme.md +++ b/readme.md @@ -34,6 +34,10 @@ pip install quantflow * **JSON Serializable**: all models and pricers are built on [Pydantic](https://docs.pydantic.dev), making them fully serializable to and from JSON. +## Contributing + +Contributions are welcome! See the [contributing guide](https://quantflow.quantmind.com/contributing/) for how to get started, including documentation contributions, which are a great entry point. + ## Citation If you use Quantflow in your research, please cite it using the metadata in [CITATION.cff](https://github.com/quantmind/quantflow/blob/main/CITATION.cff). diff --git a/uv.lock b/uv.lock index 4134b3e6..fbf567b9 100644 --- a/uv.lock +++ b/uv.lock @@ -2819,7 +2819,7 @@ research = [ [package.metadata] requires-dist = [ - { name = "aio-fluid", extras = ["http"], marker = "extra == 'data'", specifier = ">=2.3.1" }, + { name = "aio-fluid", extras = ["http"], marker = "extra == 'data'", specifier = ">=2.4.0" }, { name = "ccy", specifier = ">=2.0.0" }, { name = "pandas", specifier = ">=2.0.0" }, { name = "pydantic", specifier = ">=2.0.2" }, @@ -2843,7 +2843,7 @@ dev = [ { name = "types-python-dateutil", specifier = ">=2.9.0.20251115" }, ] docs = [ - { name = "aio-fluid", extras = ["http", "log", "k8s"], specifier = ">=2.3.1" }, + { name = "aio-fluid", extras = ["http", "log", "k8s"], specifier = ">=2.4.0" }, { name = "fastapi", specifier = ">=0.136.3" }, { name = "griffe-pydantic", specifier = ">=1.1.0" }, { name = "griffe-typingdoc", specifier = ">=0.2.7" },