We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9234e38 commit 7337c13Copy full SHA for 7337c13
src/python/setup.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python3
2
-# Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
#
4
# Redistribution and use in source and binary forms, with or without
5
# modification, are permitted provided that the following conditions
@@ -107,6 +107,6 @@ def get_tag(self):
107
zip_safe=False,
108
cmdclass={"bdist_wheel": bdist_wheel},
109
data_files=data_files,
110
- install_requires=["tritonserver", "pydantic"],
+ install_requires=["tritonserver", "pydantic==2.10.6"],
111
extras_require={"GPU": gpu_extras, "test": test_extras, "all": all_extras},
112
)
0 commit comments