mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: pydantic issue
https://stackoverflow.com/questions/78593700/langchain-community-langchain-packages-giving-error-missing-1-required-keywor
This commit is contained in:
parent
d85ea6861c
commit
81bc8e7e82
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
FROM python:3.12
|
||||
FROM python:3.12.3
|
||||
|
||||
# poetry
|
||||
RUN pip install poetry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue