Commit 30a0eb5
File tree
- modules
- osbot_fast_api_serverless/deploy
Submodule OSBot-Fast-API updated 38 files
- README.md+351-1
- docs/README.md+154
- docs/architecture/osbot-fast-api-architecture.md+394
- docs/architecture/why-async-routes-are-not-used.md+282
- docs/comparison/fastapi-vs-osbot-fastapi.md+396
- docs/dev/docs-setup-guide.md+165
- docs/features/http-events-system.md+364
- docs/features/middleware-stack.md+409
- docs/guides/llm-prompts.md+268
- docs/guides/quick-start.md+442
- docs/guides/testing.md+458
- docs/testing/advanced-testing-patterns.md+564
- docs/testing/comprehensive-testing-guide.md+463
- docs/testing/docs/testing/troubleshooting-guide.md+435
- docs/testing/new-project-testing-template.md+585
- docs/testing/test-patterns-reference.md+495
- docs/testing/testing-checklist.md+308
- docs/type-safe/type-safe-integration.md+355
- osbot_fast_api/api/Fast_API.py+5-5
- osbot_fast_api/api/Fast_API_Routes.py+158-122
- osbot_fast_api/api/Fast_API__Http_Event.py+1-1
- osbot_fast_api/api/Fast_API__Http_Event__Info.py+1-1
- osbot_fast_api/api/Fast_API__Http_Event__Request.py+1-1
- osbot_fast_api/api/Fast_API__Http_Event__Response.py+1-1
- osbot_fast_api/api/Fast_API__Http_Event__Traces.py+1-1
- osbot_fast_api/utils/Fast_API__Server_Info.py+3-3
- osbot_fast_api/utils/type_safe/BaseModel__To__Dataclass.py+2-2
- osbot_fast_api/utils/type_safe/BaseModel__To__Type_Safe.py+8-8
- osbot_fast_api/utils/type_safe/Dataclass__To__BaseModel.py+2-2
- osbot_fast_api/utils/type_safe/Dataclass__To__Type_Safe.py+1-1
- osbot_fast_api/utils/type_safe/Type_Safe__To__BaseModel.py+9-9
- osbot_fast_api/utils/type_safe/Type_Safe__To__Dataclass.py+1-1
- osbot_fast_api/version+1-1
- poetry.lock+11-12
- pyproject.toml+1-1
- tests/unit/utils/type_safe/test_Dataclass__To__Type_Safe.py+1-1
- tests/unit/utils/type_safe/test__bugs__type_safe__Fast_API_Routes__support.py+61
- tests/unit/utils/type_safe/test__type_safe__Fast_API_Routes__support.py+15-14
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments