Commit 33e6314
committed
Fix dependency configuration and Python compatibility for helloworld_with_ratelimiter
- Updated pyproject.toml to use uv.sources for local ratelimiter-ext dependency
- Added tool.hatch.metadata.allow-direct-references configuration
- Added .python-version file (gitignored) to ensure Python 3.12 compatibility
- Resolved build issues with pydantic-core and ormsgpack on Python 3.141 parent 389a318 commit 33e6314
File tree
2 files changed
+661
-52
lines changed- samples/python/agents/helloworld_with_ratelimiter
2 files changed
+661
-52
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
0 commit comments