Update URLs after migrating to organization (#4348)

* update URLs

* add a change file
This commit is contained in:
Yasser Tahiri
2022-08-08 13:27:35 +01:00
committed by GitHub
parent 460f858cc5
commit e07d73b373
25 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ configured via environment variables and therefore "required" fields do not have
initialising a settings instance. However, pyright considers these fields as "required" and will therefore
show an error when they're not set.
See [#3753](https://github.com/samuelcolvin/pydantic/issues/3753#issuecomment-1087417884) for an explanation of the
See [#3753](https://github.com/pydantic/pydantic/issues/3753#issuecomment-1087417884) for an explanation of the
reasons behind this, and why we can't avoid the problem.
There are two potential workarounds: