Commit c3899d8
feat: Adding support for python 3.13 (#1666)
* Proxy Worker: Initial Commit
* Updated worker config to include 3.13
* Updated test_setup
* Updated worker.py
* Updated dispatcher
* Updated syspath in worker.py
* Updated path in worker.py
* Updated worker.py
* Removed reload in dispatcher
* Updating v1 library worker name
* Added dispatcher logs
* Added dispatcher try/catch logs
* Updated sys path
* Dispatcher and dependency manager updates
* Updated dispatcher and pyproject
* Testing updates and refactoring
* Bug fixes and refactoring
* Added more unit tests
* Added tests and fixed test setup
* Updated test_setup
* Updated test setup to add grpc dir copy
* build: proxy worker build & test setup (#1664)
* build: recognize collection_model_binding_data for batch inputs (#1655)
* add cmbd
* Add
* Add
* Rm newline
* Add tests
* Fix cmbd
* Fix test
* Lint
* Rm
* Rm
* Add back newline
* rm ws
* Rm list
* Rm cmbd from cache
* Avoid caching
* Keep cmbd check
* Add comment
* Lint
---------
Co-authored-by: Evan Roman <[email protected]>
Co-authored-by: hallvictoria <[email protected]>
* build: update Python Worker Version to 4.36.1 (#1660)
Co-authored-by: AzureFunctionsPython <[email protected]>
* initial changes
* Update Python SDK Version to 1.23.0 (#1663)
Co-authored-by: AzureFunctionsPython <[email protected]>
* merges from ADO
* merge fixes
* merge fixes
* merge fixes
* merge fixes
* don't run 313 unit tests yet
* changes for builds
---------
Co-authored-by: Evan <[email protected]>
Co-authored-by: Evan Roman <[email protected]>
Co-authored-by: AzureFunctionsPython <[email protected]>
Co-authored-by: AzureFunctionsPython <[email protected]>
* Merging changes
* linting fixes
* Addressed comments
* Updated unit test and added missing protos files
* fix e2e test reference
* lint, mypy, add 3.13 to unittests
* correct version check
* syntax
* syntax
* fix unit tests, mypy
* oops
* format
* lint
* fix unittest dir for proxy
* set env variable
* update pyproject to use real deps
* bump to a2
* bump v2 to a3
* Import v2 by default for LC
* Refactoring and minor fixes
---------
Co-authored-by: hallvictoria <[email protected]>
Co-authored-by: Evan <[email protected]>
Co-authored-by: Evan Roman <[email protected]>
Co-authored-by: AzureFunctionsPython <[email protected]>
Co-authored-by: AzureFunctionsPython <[email protected]>
Co-authored-by: hallvictoria <[email protected]>
Co-authored-by: Victoria Hall <[email protected]>1 parent 57a24f0 commit c3899d8
File tree
47 files changed
+3150
-159
lines changed- azure_functions_worker/protos
- eng/templates
- jobs
- official/jobs
- pack
- scripts
- templates
- proxy_worker
- protos
- _src
- src/proto
- identity
- identity
- utils
- python
- prodV4
- proxyV4
- test
- tests
- extension_tests
- deferred_bindings_tests
- http_v2_tests
- unittest_proxy
- unittests
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+3150
-159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
38 | 53 | | |
39 | 54 | | |
40 | 55 | | |
| 56 | + | |
| 57 | + | |
41 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
103 | 112 | | |
104 | 113 | | |
105 | 114 | | |
| |||
137 | 146 | | |
138 | 147 | | |
139 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
140 | 152 | | |
141 | 153 | | |
142 | 154 | | |
| |||
168 | 180 | | |
169 | 181 | | |
170 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
171 | 186 | | |
172 | 187 | | |
173 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
| |||
120 | 129 | | |
121 | 130 | | |
122 | 131 | | |
123 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
124 | 140 | | |
125 | 141 | | |
126 | 142 | | |
| |||
129 | 145 | | |
130 | 146 | | |
131 | 147 | | |
132 | | - | |
133 | 148 | | |
134 | 149 | | |
135 | 150 | | |
| |||
145 | 160 | | |
146 | 161 | | |
147 | 162 | | |
| 163 | + | |
148 | 164 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
8 | | - | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments