File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This rule provides code style guidelines and project conventions for the StackOn
1717## Type Annotations
1818
1919- Full type annotations required for all public APIs
20- - Use Python 3.11 + typing features
20+ - Use Python 3.10 + typing features
2121- Run ` just ty ` to verify type correctness
2222- Strict ty configuration is enforced
2323
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ toolset = StackOneToolSet(
9494
9595### Type Safety
9696
97- - Full type annotations required (Python 3.11 +)
97+ - Full type annotations required (Python 3.10 +)
9898- Strict ty configuration
9999- Use generics for better IDE support
100100
@@ -108,7 +108,7 @@ toolset = StackOneToolSet(
108108
1091091 . ** Dependencies** : See ` package-installation ` rule for uv dependency management
1101102 . ** Pre-commit** : Hooks configured for ruff and ty - run on all commits
111- 3 . ** Python Version** : Requires Python >=3.11
111+ 3 . ** Python Version** : Requires Python >=3.10
1121124 . ** Error Handling** : Custom exceptions (` StackOneError ` , ` StackOneAPIError ` )
1131135 . ** File Uploads** : Binary parameters auto-detected from OpenAPI specs
1141146 . ** Context Window** : Tool loading warns when loading all tools (large context)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
2828
2929## Requirements
3030
31- - Python 3.11 +
31+ - Python 3.10 +
3232
3333## Installation
3434
You can’t perform that action at this time.
0 commit comments