You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backports-asyncio-runner==1.2.0 ; python_full_version<'3.11' and platform_python_implementation == 'CPython'
11
11
# via pytest-asyncio
12
-
backports-tarfile==1.2.0 ; python_full_version<'3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
12
+
backports-tarfile==1.2.0 ; python_full_version<'3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
13
13
# via jaraco-context
14
-
certifi==2025.8.3
14
+
certifi==2025.8.3 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
exceptiongroup==1.3.0 ; python_full_version<'3.11' and platform_python_implementation == 'CPython'
42
42
# via
43
43
# anyio
44
44
# pytest
45
-
filelock==3.18.0
45
+
filelock==3.18.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
46
46
# via virtualenv
47
-
h11==0.16.0
47
+
h11==0.16.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
48
48
# via httpcore
49
-
httpcore==1.0.9
49
+
httpcore==1.0.9 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
50
50
# via httpx
51
-
httpx==0.28.1
51
+
httpx==0.28.1 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
52
52
# via
53
53
# httpx-retries
54
54
# pyatlan
55
-
httpx-retries==0.4.5
55
+
httpx-retries==0.4.5 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
56
56
# via pyatlan
57
-
id==1.5.0
57
+
id==1.5.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
58
58
# via twine
59
-
identify==2.6.13
59
+
identify==2.6.13 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
60
60
# via pre-commit
61
-
idna==3.10
61
+
idna==3.10 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
62
62
# via
63
63
# anyio
64
64
# httpx
65
65
# requests
66
66
# yarl
67
-
importlib-metadata==8.7.0 ; (python_full_version < '3.10' and platform_machine =='ppc64le') or (python_full_version < '3.10' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
67
+
importlib-metadata==8.7.0 ; (python_full_version < '3.12' and platform_machine !='ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython') or (python_full_version < '3.10' and platform_machine == 'ppc64le' and platform_python_implementation == 'CPython') or (python_full_version < '3.10' and platform_machine == 's390x' and platform_python_implementation == 'CPython')
68
68
# via
69
69
# keyring
70
70
# twine
71
-
iniconfig==2.1.0
71
+
iniconfig==2.1.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
72
72
# via pytest
73
-
jaraco-classes==3.4.0 ; platform_machine!='ppc64le' and platform_machine != 's390x'
73
+
jaraco-classes==3.4.0 ; python_full_version<'3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
74
74
# via keyring
75
-
jaraco-context==6.0.1 ; platform_machine!='ppc64le' and platform_machine != 's390x'
75
+
jaraco-context==6.0.1 ; python_full_version<'3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
76
76
# via keyring
77
-
jaraco-functools==4.2.1 ; platform_machine!='ppc64le' and platform_machine != 's390x'
77
+
jaraco-functools==4.2.1 ; python_full_version<'3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
78
78
# via keyring
79
-
jeepney==0.9.0 ; platform_machine!='ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
79
+
jeepney==0.9.0 ; python_full_version<'3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython' and sys_platform == 'linux'
80
80
# via
81
81
# keyring
82
82
# secretstorage
83
-
jinja2==3.1.6
83
+
jinja2==3.1.6 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
84
84
# via pyatlan
85
-
keyring==25.6.0 ; platform_machine!='ppc64le' and platform_machine != 's390x'
85
+
keyring==25.6.0 ; python_full_version<'3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
86
86
# via twine
87
-
lazy-loader==0.4
87
+
lazy-loader==0.4 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
markdown-it-py==4.0.0 ; python_full_version>='3.10' and python_full_version < '3.14' and platform_python_implementation == 'CPython'
92
92
# via rich
93
-
markupsafe==3.0.2
93
+
markupsafe==3.0.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
94
94
# via jinja2
95
-
mdurl==0.1.2
95
+
mdurl==0.1.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
96
96
# via markdown-it-py
97
-
more-itertools==10.7.0 ; platform_machine!='ppc64le' and platform_machine != 's390x'
97
+
more-itertools==10.7.0 ; python_full_version<'3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
98
98
# via
99
99
# jaraco-classes
100
100
# jaraco-functools
101
-
multidict==6.6.4
101
+
multidict==6.6.4 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
102
102
# via yarl
103
-
mypy==1.18.2
104
-
mypy-extensions==1.1.0
103
+
mypy==1.18.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
104
+
mypy-extensions==1.1.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
105
105
# via mypy
106
-
nanoid==2.0.0
106
+
nanoid==2.0.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
107
107
# via pyatlan
108
-
networkx==3.2.1
108
+
networkx==3.2.1 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
109
109
# via networkx-stubs
110
-
networkx-stubs==0.0.1
111
-
nh3==0.3.0
110
+
networkx-stubs==0.0.1 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
111
+
nh3==0.3.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
112
112
# via readme-renderer
113
-
nodeenv==1.9.1
113
+
nodeenv==1.9.1 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
114
114
# via pre-commit
115
-
orderly-set==5.5.0
115
+
orderly-set==5.5.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
116
116
# via deepdiff
117
-
packaging==25.0
117
+
packaging==25.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
118
118
# via
119
119
# lazy-loader
120
120
# pytest
121
121
# pytest-sugar
122
122
# twine
123
-
pathspec==0.12.1
123
+
pathspec==0.12.1 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
124
124
# via mypy
125
-
platformdirs==4.3.8
125
+
platformdirs==4.3.8 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
126
126
# via virtualenv
127
-
pluggy==1.6.0
127
+
pluggy==1.6.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
128
128
# via
129
129
# pytest
130
130
# pytest-cov
131
-
pre-commit==4.3.0
132
-
propcache==0.3.2
131
+
pre-commit==4.3.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
132
+
propcache==0.3.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
pycparser==2.22 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
135
135
# via cffi
136
-
pydantic==2.12.4
136
+
pydantic==2.12.4 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
137
137
# via pyatlan
138
-
pydantic-core==2.41.5
138
+
pydantic-core==2.41.5 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
139
139
# via pydantic
140
-
pygments==2.19.2
140
+
pygments==2.19.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
141
141
# via
142
142
# pytest
143
143
# readme-renderer
144
144
# rich
145
-
pytest==8.4.2
145
+
pytest==8.4.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
146
146
# via
147
147
# pytest-asyncio
148
148
# pytest-cov
149
149
# pytest-order
150
150
# pytest-sugar
151
151
# pytest-timer
152
152
# pytest-vcr
153
-
pytest-asyncio==1.2.0
154
-
pytest-cov==7.0.0
155
-
pytest-order==1.3.0
156
-
pytest-sugar==1.0.0
157
-
pytest-timer==1.0.0
158
-
pytest-vcr==1.0.2
159
-
python-dateutil==2.9.0.post0
153
+
pytest-asyncio==1.2.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
154
+
pytest-cov==7.0.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
155
+
pytest-order==1.3.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
156
+
pytest-sugar==1.0.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
157
+
pytest-timer==1.0.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
158
+
pytest-vcr==1.0.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
159
+
python-dateutil==2.9.0.post0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
160
160
# via pyatlan
161
-
pytz==2025.2
161
+
pytz==2025.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
162
162
# via pyatlan
163
-
pywin32-ctypes==0.2.3 ; platform_machine!='ppc64le' and platform_machine != 's390x' and sys_platform == 'win32'
163
+
pywin32-ctypes==0.2.3 ; python_full_version<'3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython' and sys_platform == 'win32'
164
164
# via keyring
165
-
pyyaml==6.0.3
165
+
pyyaml==6.0.3 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
166
166
# via
167
167
# pre-commit
168
168
# pyatlan
169
169
# vcrpy
170
-
readme-renderer==43.0
170
+
readme-renderer==43.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
171
171
# via twine
172
-
requests==2.32.5
172
+
requests==2.32.5 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
173
173
# via
174
174
# id
175
175
# requests-toolbelt
176
176
# twine
177
-
requests-toolbelt==1.0.0
177
+
requests-toolbelt==1.0.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
178
178
# via twine
179
-
rfc3986==2.0.0
179
+
rfc3986==2.0.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
180
180
# via twine
181
-
rich==14.1.0
181
+
rich==14.1.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
182
182
# via twine
183
-
ruff==0.14.5
184
-
secretstorage==3.3.3 ; platform_machine!='ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
183
+
ruff==0.14.5 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
184
+
secretstorage==3.3.3 ; python_full_version<'3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython' and sys_platform == 'linux'
185
185
# via keyring
186
-
six==1.17.0
186
+
six==1.17.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
187
187
# via python-dateutil
188
-
sniffio==1.3.1
188
+
sniffio==1.3.1 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
189
189
# via anyio
190
-
tenacity==9.1.2
190
+
tenacity==9.1.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
191
191
# via pyatlan
192
-
termcolor==3.1.0
192
+
termcolor==3.1.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
193
193
# via
194
194
# pytest-sugar
195
195
# pytest-timer
196
-
tomli==2.2.1 ; python_full_version<= '3.11'
196
+
tomli==2.2.1 ; python_full_version<= '3.11' and platform_python_implementation == 'CPython'
197
197
# via
198
198
# coverage
199
199
# mypy
200
200
# pytest
201
-
twine==6.2.0
202
-
types-authlib==1.6.5.20251005
203
-
types-retry==0.9.9.20250322
204
-
types-setuptools==80.9.0.20250822
205
-
typing-extensions==4.14.1
201
+
twine==6.2.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
202
+
types-authlib==1.6.5.20251005 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
203
+
types-retry==0.9.9.20250322 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
204
+
types-setuptools==80.9.0.20250822 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
205
+
typing-extensions==4.14.1 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
206
206
# via
207
207
# anyio
208
208
# exceptiongroup
@@ -213,20 +213,25 @@ typing-extensions==4.14.1
213
213
# pytest-asyncio
214
214
# typing-inspection
215
215
# virtualenv
216
-
typing-inspection==0.4.2
216
+
typing-inspection==0.4.2 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
217
217
# via pydantic
218
-
urllib3==1.26.20
218
+
urllib3==1.26.20 ; python_full_version<'3.10' and platform_python_implementation == 'CPython'
219
219
# via
220
220
# requests
221
221
# twine
222
222
# vcrpy
223
-
vcrpy==7.0.0
223
+
urllib3==2.6.3 ; python_full_version>='3.10' and python_full_version < '3.14' and platform_python_implementation == 'CPython'
224
+
# via
225
+
# requests
226
+
# twine
227
+
# vcrpy
228
+
vcrpy==7.0.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
224
229
# via pytest-vcr
225
-
virtualenv==20.34.0
230
+
virtualenv==20.34.0 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
226
231
# via pre-commit
227
-
wrapt==1.17.3
232
+
wrapt==1.17.3 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
228
233
# via vcrpy
229
-
yarl==1.20.1
234
+
yarl==1.20.1 ; python_full_version<'3.14' and platform_python_implementation == 'CPython'
230
235
# via vcrpy
231
-
zipp==3.23.0 ; (python_full_version < '3.10' and platform_machine =='ppc64le') or (python_full_version < '3.10' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
236
+
zipp==3.23.0 ; (python_full_version < '3.12' and platform_machine !='ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython') or (python_full_version < '3.10' and platform_machine == 'ppc64le' and platform_python_implementation == 'CPython') or (python_full_version < '3.10' and platform_machine == 's390x' and platform_python_implementation == 'CPython')
0 commit comments