-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Had some V1 code that I was porting to V2 and noticed a bug with PrivateAttrs set in the constructor of a model. …
-
pydantic v2 is not backward compatible.
We need to upgrade it.
-
Hi, I'm developing langchain and I've found that the latest version of doctran has compatibility issues with pydantic. ipynb keeps prompting ModuleNotFoundError.
No module named 'pydantic._internal._…
-
Code that creates large unions (explicitly or implicitly) is known to be hard for type checkers to analyze in a performant way. Both mypy and pyright have had lots of issues regarding performance for …
-
## Outline
- Setting env. variables for auth config is awkward, so `python-dotenv` can be used to load them from a `.env` text file instead
- Keyrings can be preferable to plain text secret storag…
lmmx updated
2 months ago
-
### 在提问之前...
- [X] 我已经搜索了现有的 issues
- [X] 我在提问题之前至少花费了 5 分钟来思考和准备
- [X] 我正在使用最新版的 SRC
### 描述你的问题
按识别角色养成规划教程将将游戏画面保持在计算结果后,用src扫描。结果报错
### 如何复现
1. 前往 游戏工具
2. 选择培养角色
3. 点击材料计算
4. 切换到SRC
5. 在角色…
-
"I’ve updated the program, and after that, an error occurred as shown below. How can I solve this?"
ImportError: cannot import name 'RootModel' from 'pydantic' (D:\Flux\system\python\lib\site-packa…
-
### Feature Type
- [X] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
I wish I could u…
-
## Summary
I am unable to get LangServe to work nicely with a Pydantic V2 model.
## Background
I understand that LangChain and LangServe are undergoing an upgrade from Pydantic V1 to V2. I wa…
-
## Problem
One reason for slower performance is that we validate the data that the prisma engine gives us using pydantic models. At least providing an option to skip validation would give a dec…