stratifyai 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. {stratifyai-0.1.0/stratifyai.egg-info → stratifyai-0.1.1}/PKG-INFO +3 -1
  2. {stratifyai-0.1.0 → stratifyai-0.1.1}/pyproject.toml +3 -1
  3. stratifyai-0.1.1/requirements.txt +158 -0
  4. {stratifyai-0.1.0 → stratifyai-0.1.1/stratifyai.egg-info}/PKG-INFO +3 -1
  5. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai.egg-info/requires.txt +2 -0
  6. stratifyai-0.1.0/requirements.txt +0 -82
  7. {stratifyai-0.1.0 → stratifyai-0.1.1}/LICENSE +0 -0
  8. {stratifyai-0.1.0 → stratifyai-0.1.1}/MANIFEST.in +0 -0
  9. {stratifyai-0.1.0 → stratifyai-0.1.1}/README.md +0 -0
  10. {stratifyai-0.1.0 → stratifyai-0.1.1}/WARP.md +0 -0
  11. {stratifyai-0.1.0 → stratifyai-0.1.1}/cli/__init__.py +0 -0
  12. {stratifyai-0.1.0 → stratifyai-0.1.1}/cli/stratifyai_cli.py +0 -0
  13. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/API-REFERENCE.md +0 -0
  14. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/CHANGELOG.md +0 -0
  15. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/CONTRIBUTING.md +0 -0
  16. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/GETTING-STARTED.md +0 -0
  17. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/LangChain_vs_StratifyAI_vs_LLMLite.md +0 -0
  18. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/StatifyAI_For_Stakeholders.md +0 -0
  19. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/StratifyAI-Prompt-Caching.md +0 -0
  20. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/StratifyAI-Router-Logic.md +0 -0
  21. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/Why_StratefiAI.md +0 -0
  22. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/cli-usage.md +0 -0
  23. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/frontend-integration.md +0 -0
  24. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/large-file-strategies.md +0 -0
  25. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/local-installation-guide.md +0 -0
  26. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/performance.md +0 -0
  27. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/provider-models-catalog.md +0 -0
  28. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/quick-start-guide.md +0 -0
  29. {stratifyai-0.1.0 → stratifyai-0.1.1}/docs/token-limit-quick-guide.md +0 -0
  30. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/auto_selection_demo.py +0 -0
  31. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/caching_examples.py +0 -0
  32. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/chatbot.py +0 -0
  33. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/cli_interactive_demo.md +0 -0
  34. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/code_reviewer.py +0 -0
  35. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/document_summarizer.py +0 -0
  36. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/performance_benchmark.py +0 -0
  37. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/rag_example.py +0 -0
  38. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/router_example.py +0 -0
  39. {stratifyai-0.1.0 → stratifyai-0.1.1}/examples/web_server.py +0 -0
  40. {stratifyai-0.1.0 → stratifyai-0.1.1}/setup.cfg +0 -0
  41. {stratifyai-0.1.0 → stratifyai-0.1.1}/setup.py +0 -0
  42. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/__init__.py +0 -0
  43. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/api_key_helper.py +0 -0
  44. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/caching.py +0 -0
  45. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/__init__.py +0 -0
  46. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/builder.py +0 -0
  47. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_anthropic.py +0 -0
  48. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_bedrock.py +0 -0
  49. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_deepseek.py +0 -0
  50. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_google.py +0 -0
  51. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_grok.py +0 -0
  52. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_groq.py +0 -0
  53. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_ollama.py +0 -0
  54. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_openai.py +0 -0
  55. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chat/stratifyai_openrouter.py +0 -0
  56. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/chunking.py +0 -0
  57. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/client.py +0 -0
  58. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/config.py +0 -0
  59. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/cost_tracker.py +0 -0
  60. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/embeddings.py +0 -0
  61. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/exceptions.py +0 -0
  62. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/models.py +0 -0
  63. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/__init__.py +0 -0
  64. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/anthropic.py +0 -0
  65. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/base.py +0 -0
  66. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/bedrock.py +0 -0
  67. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/deepseek.py +0 -0
  68. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/google.py +0 -0
  69. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/grok.py +0 -0
  70. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/groq.py +0 -0
  71. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/ollama.py +0 -0
  72. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/openai.py +0 -0
  73. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/openai_compatible.py +0 -0
  74. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/providers/openrouter.py +0 -0
  75. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/py.typed +0 -0
  76. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/rag.py +0 -0
  77. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/retry.py +0 -0
  78. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/router.py +0 -0
  79. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/summarization.py +0 -0
  80. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/__init__.py +0 -0
  81. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/bedrock_validator.py +0 -0
  82. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/code_extractor.py +0 -0
  83. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/csv_extractor.py +0 -0
  84. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/file_analyzer.py +0 -0
  85. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/json_extractor.py +0 -0
  86. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/log_extractor.py +0 -0
  87. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/model_selector.py +0 -0
  88. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/provider_validator.py +0 -0
  89. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/utils/token_counter.py +0 -0
  90. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai/vectordb.py +0 -0
  91. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai.egg-info/SOURCES.txt +0 -0
  92. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai.egg-info/dependency_links.txt +0 -0
  93. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai.egg-info/entry_points.txt +0 -0
  94. {stratifyai-0.1.0 → stratifyai-0.1.1}/stratifyai.egg-info/top_level.txt +0 -0
  95. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/__init__.py +0 -0
  96. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_async_operations.py +0 -0
  97. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_bedrock_provider.py +0 -0
  98. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_caching.py +0 -0
  99. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_chat_builder.py +0 -0
  100. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_cli_auth_error.py +0 -0
  101. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_cli_chat.py +0 -0
  102. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_cli_file_loading.py +0 -0
  103. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_client.py +0 -0
  104. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_model_selector.py +0 -0
  105. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_models.py +0 -0
  106. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_openai_provider.py +0 -0
  107. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_phase71.py +0 -0
  108. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_phase72_extractors.py +0 -0
  109. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_phase74_caching.py +0 -0
  110. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_providers_phase2.py +0 -0
  111. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_router.py +0 -0
  112. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_router_extraction.py +0 -0
  113. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_temperature_unit.py +0 -0
  114. {stratifyai-0.1.0 → stratifyai-0.1.1}/tests/test_temperature_validation.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stratifyai
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Unified multi-provider LLM abstraction module with intelligent routing, cost tracking, and caching
5
5
  Author-email: Steven Cotton <cototnbytes@gmail.com>
6
6
  Maintainer-email: Steven Cotton <cototnbytes@gmail.com>
@@ -31,6 +31,8 @@ Requires-Dist: boto3>=1.34.0
31
31
  Requires-Dist: python-dotenv>=1.0.0
32
32
  Requires-Dist: pydantic>=2.0.0
33
33
  Requires-Dist: typing-extensions>=4.0.0
34
+ Requires-Dist: typer>=0.9.0
35
+ Requires-Dist: tiktoken>=0.5.0
34
36
  Provides-Extra: dev
35
37
  Requires-Dist: pytest>=9.0.0; extra == "dev"
36
38
  Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "stratifyai"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Unified multi-provider LLM abstraction module with intelligent routing, cost tracking, and caching"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -55,6 +55,8 @@ dependencies = [
55
55
  "python-dotenv>=1.0.0",
56
56
  "pydantic>=2.0.0",
57
57
  "typing-extensions>=4.0.0",
58
+ "typer>=0.9.0",
59
+ "tiktoken>=0.5.0",
58
60
  ]
59
61
 
60
62
  [project.optional-dependencies]
@@ -0,0 +1,158 @@
1
+ aioboto3==15.5.0
2
+ aiobotocore==2.25.1
3
+ aiofiles==25.1.0
4
+ aiohappyeyeballs==2.6.1
5
+ aiohttp==3.13.3
6
+ aioitertools==0.13.0
7
+ aiosignal==1.4.0
8
+ annotated-doc==0.0.4
9
+ annotated-types==0.7.0
10
+ anthropic==0.77.0
11
+ anyio==4.12.1
12
+ attrs==25.4.0
13
+ backoff==2.2.1
14
+ bcrypt==5.0.0
15
+ black==26.1.0
16
+ boto3==1.40.61
17
+ botocore==1.40.61
18
+ build==1.4.0
19
+ certifi==2026.1.4
20
+ cffi==2.0.0
21
+ charset-normalizer==3.4.4
22
+ chromadb==1.4.1
23
+ click==8.3.1
24
+ coloredlogs==15.0.1
25
+ coverage==7.13.2
26
+ cryptography==46.0.4
27
+ distro==1.9.0
28
+ docstring-parser==0.17.0
29
+ docutils==0.22.4
30
+ durationpy==0.10
31
+ fastapi==0.128.0
32
+ filelock==3.20.3
33
+ flatbuffers==25.12.19
34
+ frozenlist==1.8.0
35
+ fsspec==2026.1.0
36
+ google-ai-generativelanguage==0.6.15
37
+ google-api-core==2.29.0
38
+ google-api-python-client==2.188.0
39
+ google-auth==2.48.0
40
+ google-auth-httplib2==0.3.0
41
+ google-genai==1.61.0
42
+ google-generativeai==0.8.6
43
+ googleapis-common-protos==1.72.0
44
+ grpcio==1.76.0
45
+ grpcio-status==1.71.2
46
+ h11==0.16.0
47
+ hf-xet==1.2.0
48
+ httpcore==1.0.9
49
+ httplib2==0.31.2
50
+ httptools==0.7.1
51
+ httpx==0.28.1
52
+ huggingface-hub==1.3.7
53
+ humanfriendly==10.0
54
+ id==1.6.1
55
+ idna==3.11
56
+ importlib-metadata==8.7.1
57
+ importlib-resources==6.5.2
58
+ iniconfig==2.3.0
59
+ jaraco-classes==3.4.0
60
+ jaraco-context==6.1.0
61
+ jaraco-functools==4.4.0
62
+ jeepney==0.9.0
63
+ jiter==0.12.0
64
+ jmespath==1.1.0
65
+ jsonschema==4.26.0
66
+ jsonschema-specifications==2025.9.1
67
+ keyring==25.7.0
68
+ kubernetes==35.0.0
69
+ librt==0.7.8
70
+ markdown-it-py==4.0.0
71
+ mdurl==0.1.2
72
+ mmh3==5.2.0
73
+ more-itertools==10.8.0
74
+ mpmath==1.3.0
75
+ multidict==6.7.1
76
+ mypy==1.19.1
77
+ mypy-extensions==1.1.0
78
+ nh3==0.3.2
79
+ numpy==2.4.2
80
+ oauthlib==3.3.1
81
+ onnxruntime==1.23.2
82
+ openai==2.16.0
83
+ opentelemetry-api==1.39.1
84
+ opentelemetry-exporter-otlp-proto-common==1.39.1
85
+ opentelemetry-exporter-otlp-proto-grpc==1.39.1
86
+ opentelemetry-proto==1.39.1
87
+ opentelemetry-sdk==1.39.1
88
+ opentelemetry-semantic-conventions==0.60b1
89
+ orjson==3.11.7
90
+ overrides==7.7.0
91
+ packaging==26.0
92
+ pandas==3.0.0
93
+ pathspec==1.0.4
94
+ pip==26.0
95
+ platformdirs==4.5.1
96
+ pluggy==1.6.0
97
+ posthog==5.4.0
98
+ propcache==0.4.1
99
+ proto-plus==1.27.0
100
+ protobuf==5.29.5
101
+ pyasn1==0.6.2
102
+ pyasn1-modules==0.4.2
103
+ pybase64==1.4.3
104
+ pycparser==3.0
105
+ pydantic==2.12.5
106
+ pydantic-core==2.41.5
107
+ pygments==2.19.2
108
+ pyparsing==3.3.2
109
+ pypika==0.51.0
110
+ pyproject-hooks==1.2.0
111
+ pytest==9.0.2
112
+ pytest-asyncio==1.3.0
113
+ pytest-cov==7.0.0
114
+ pytest-mock==3.15.1
115
+ python-dateutil==2.9.0.post0
116
+ python-dotenv==1.2.1
117
+ pytokens==0.4.1
118
+ pyyaml==6.0.3
119
+ readme-renderer==44.0
120
+ referencing==0.37.0
121
+ regex==2026.1.15
122
+ requests==2.32.5
123
+ requests-oauthlib==2.0.0
124
+ requests-toolbelt==1.0.0
125
+ rfc3986==2.0.0
126
+ rich==14.3.2
127
+ rpds-py==0.30.0
128
+ rsa==4.9.1
129
+ ruff==0.14.14
130
+ s3transfer==0.14.0
131
+ secretstorage==3.5.0
132
+ shellingham==1.5.4
133
+ six==1.17.0
134
+ sniffio==1.3.1
135
+ starlette==0.50.0
136
+ -e file:///home/scotton/dev/projects/stratifyai
137
+ -e file:///home/scotton/dev/projects/stratumai
138
+ sympy==1.14.0
139
+ tenacity==9.1.2
140
+ tiktoken==0.12.0
141
+ tokenizers==0.22.2
142
+ tqdm==4.67.1
143
+ twine==6.2.0
144
+ typer==0.21.1
145
+ typer-slim==0.21.1
146
+ typing-extensions==4.15.0
147
+ typing-inspection==0.4.2
148
+ uritemplate==4.2.0
149
+ urllib3==2.6.3
150
+ uvicorn==0.40.0
151
+ uvloop==0.22.1
152
+ watchfiles==1.1.1
153
+ websocket-client==1.9.0
154
+ websockets==15.0.1
155
+ wheel==0.46.3
156
+ wrapt==1.17.3
157
+ yarl==1.22.0
158
+ zipp==3.23.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stratifyai
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Unified multi-provider LLM abstraction module with intelligent routing, cost tracking, and caching
5
5
  Author-email: Steven Cotton <cototnbytes@gmail.com>
6
6
  Maintainer-email: Steven Cotton <cototnbytes@gmail.com>
@@ -31,6 +31,8 @@ Requires-Dist: boto3>=1.34.0
31
31
  Requires-Dist: python-dotenv>=1.0.0
32
32
  Requires-Dist: pydantic>=2.0.0
33
33
  Requires-Dist: typing-extensions>=4.0.0
34
+ Requires-Dist: typer>=0.9.0
35
+ Requires-Dist: tiktoken>=0.5.0
34
36
  Provides-Extra: dev
35
37
  Requires-Dist: pytest>=9.0.0; extra == "dev"
36
38
  Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
@@ -6,6 +6,8 @@ boto3>=1.34.0
6
6
  python-dotenv>=1.0.0
7
7
  pydantic>=2.0.0
8
8
  typing-extensions>=4.0.0
9
+ typer>=0.9.0
10
+ tiktoken>=0.5.0
9
11
 
10
12
  [all]
11
13
  stratifyai[cli,dev,rag,web]
@@ -1,82 +0,0 @@
1
- annotated-doc==0.0.4
2
- annotated-types==0.7.0
3
- anthropic==0.77.0
4
- anyio==4.12.1
5
- black==26.1.0
6
- aioboto3>=12.0.0
7
- boto3==1.35.76
8
- botocore==1.35.76
9
- build==1.4.0
10
- certifi==2026.1.4
11
- cffi==2.0.0
12
- charset-normalizer==3.4.4
13
- chromadb==0.5.23
14
- click==8.3.1
15
- coverage==7.13.2
16
- cryptography==46.0.4
17
- distro==1.9.0
18
- docstring-parser==0.17.0
19
- fastapi==0.128.0
20
- google-ai-generativelanguage==0.6.15
21
- google-api-core==2.29.0
22
- google-api-python-client==2.188.0
23
- googleapis-common-protos==1.72.0
24
- google-auth==2.48.0
25
- google-auth-httplib2==0.3.0
26
- google-generativeai==0.8.6
27
- grpcio==1.76.0
28
- grpcio-status==1.71.2
29
- h11==0.16.0
30
- httpcore==1.0.9
31
- httplib2==0.31.2
32
- httptools==0.7.1
33
- httpx==0.28.1
34
- idna==3.11
35
- iniconfig==2.3.0
36
- jiter==0.12.0
37
- librt==0.7.8
38
- markdown-it-py==4.0.0
39
- mdurl==0.1.2
40
- mypy==1.19.1
41
- mypy-extensions==1.1.0
42
- openai==2.16.0
43
- packaging==26.0
44
- pandas==3.0.0
45
- pathspec==1.0.4
46
- platformdirs==4.5.1
47
- pluggy==1.6.0
48
- protobuf==5.29.5
49
- proto-plus==1.27.0
50
- pyasn1==0.6.2
51
- pyasn1-modules==0.4.2
52
- pycparser==3.0
53
- pydantic==2.12.5
54
- pydantic-core==2.41.5
55
- pygments==2.19.2
56
- pyparsing==3.3.2
57
- pyproject-hooks==1.2.0
58
- pytest==9.0.2
59
- pytest-asyncio>=0.23.0
60
- pytest-cov==7.0.0
61
- pytest-mock==3.15.1
62
- python-dotenv==1.2.1
63
- pytokens==0.4.1
64
- pyyaml==6.0.3
65
- requests==2.32.5
66
- rich==14.3.2
67
- rsa==4.9.1
68
- ruff==0.14.14
69
- shellingham==1.5.4
70
- sniffio==1.3.1
71
- starlette==0.50.0
72
- stratifyai @ file:///home/scotton/dev/projects/stratifyai/dist/stratifyai-0.1.0-py3-none-any.whl
73
- tqdm==4.67.1
74
- typer==0.21.1
75
- typing-extensions==4.15.0
76
- typing-inspection==0.4.2
77
- uritemplate==4.2.0
78
- urllib3==2.6.3
79
- uvicorn==0.40.0
80
- uvloop==0.22.1
81
- watchfiles==1.1.1
82
- websockets==16.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes