Commit 56afe35
SK-2872: clean up and pin SDK production dependencies
- Remove 5 unused/misclassified deps: python_dateutil, setuptools,
urllib3, DateTime, coverage
- Fix broken PyJWT constraint (>=2.12 never existed; downgrade to >=2.8)
- Pin previously unpinned deps: cryptography >=44.0.2, httpx >=0.28.1
- Bump minimums to current stable: pydantic >=2.13.4,
typing-extensions >=4.13.2, requests ~=2.32.4, python-dotenv >=1.1.0,<2
- Pin dev deps: codespell >=2.4.1, ruff >=0.9.0
- Fix main.yml: add secrets: inherit so VALID_SKYFLOW_CREDS_TEST
is available when shared-tests.yml runs on post-merge pushes
- Mirror all install_requires changes in requirements.txt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 60849f9 commit 56afe35
3 files changed
Lines changed: 17 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
44 | 39 | | |
45 | 40 | | |
46 | 41 | | |
47 | | - | |
48 | | - | |
| 42 | + | |
| 43 | + | |
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
| |||
0 commit comments