Skip to content

Commit 62b1918

Browse files
CopilotSubterrane
andcommitted
Initial analysis: User trying to import from wrong package
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
1 parent 34f243a commit 62b1918

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

=2.0.2

Whitespace-only changes.

=2.11.0

Whitespace-only changes.

=2.5.3

Whitespace-only changes.

=3.1.11

Whitespace-only changes.

=67.7.1

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Defaulting to user installation because normal site-packages is not writeable
2+
Collecting pydantic
3+
Downloading pydantic-2.11.7-py3-none-any.whl.metadata
4+
- 68.0 kB 216.0 MB/s 0:00:00
5+
Requirement already satisfied: urllib3 in /usr/lib/python3/dist-packages (2.0.7)
6+
Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (2.8.2)
7+
Collecting aenum
8+
Downloading aenum-3.1.16-py3-none-any.whl.metadata
9+
- 3.8 kB ? 0:00:00
10+
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (68.1.2)
11+
Collecting annotated-types>=0.6.0 (from pydantic)
12+
Downloading annotated_types-0.7.0-py3-none-any.whl.metadata
13+
- 15.0 kB 147.7 MB/s 0:00:00
14+
Collecting pydantic-core==2.33.2 (from pydantic)
15+
Downloading pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
16+
- 6.8 kB ? 0:00:00
17+
Collecting typing-extensions>=4.12.2 (from pydantic)
18+
Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata
19+
- 3.3 kB ? 0:00:00
20+
Collecting typing-inspection>=0.4.0 (from pydantic)
21+
Downloading typing_inspection-0.4.1-py3-none-any.whl.metadata
22+
- 2.6 kB ? 0:00:00
23+
Downloading pydantic-2.11.7-py3-none-any.whl
24+
- 444.8 kB 17.5 MB/s 0:00:00
25+
Downloading pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
26+
- 2.0 MB 90.6 MB/s 0:00:00
27+
Downloading aenum-3.1.16-py3-none-any.whl
28+
- 165.6 kB 166.1 MB/s 0:00:00
29+
Downloading annotated_types-0.7.0-py3-none-any.whl
30+
- 13.6 kB 62.0 MB/s 0:00:00
31+
Downloading typing_extensions-4.15.0-py3-none-any.whl
32+
- 44.6 kB 131.3 MB/s 0:00:00
33+
Downloading typing_inspection-0.4.1-py3-none-any.whl
34+
- 14.6 kB 110.1 MB/s 0:00:00
35+
Installing collected packages: aenum, typing-extensions, annotated-types, typing-inspection, pydantic-core, pydantic
36+
Successfully installed aenum-3.1.16 annotated-types-0.7.0 pydantic-2.11.7 pydantic-core-2.33.2 typing-extensions-4.15.0 typing-inspection-0.4.1

0 commit comments

Comments
 (0)